1 package org.opencrx.kernel.code1.cci; 14 15 public interface CodeValueEntry 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 26 public String getBackColor( 27 ); 28 29 33 34 39 public void setBackColor( 40 String newValue 41 ); 42 43 50 public String getColor( 51 ); 52 53 57 58 63 public void setColor( 64 String newValue 65 ); 66 67 74 public String getIconKey( 75 ); 76 77 81 82 87 public void setIconKey( 88 String newValue 89 ); 90 91 98 public java.util.List getLongText( 99 ); 100 101 106 public String getLongText( 107 int index 108 ); 109 110 117 public void setLongText( 118 java.util.List newValue 119 ); 120 121 125 public void setLongText( 126 String [] newValue 127 ); 128 129 136 public java.util.List getShortText( 137 ); 138 139 144 public String getShortText( 145 int index 146 ); 147 148 155 public void setShortText( 156 java.util.List newValue 157 ); 158 159 163 public void setShortText( 164 String [] newValue 165 ); 166 167 174 public java.util.Date getValidFrom( 175 ); 176 177 181 182 187 public void setValidFrom( 188 java.util.Date newValue 189 ); 190 191 198 public java.util.Date getValidTo( 199 ); 200 201 205 206 211 public void setValidTo( 212 java.util.Date newValue 213 ); 214 215 } 219 | Popular Tags |