1 package org.opencrx.kernel.account1.cci; 14 15 public interface AbstractAccount 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 25 public java.util.List getAccountCategory( 26 ); 27 28 33 public short getAccountCategory( 34 int index 35 ); 36 37 44 public void setAccountCategory( 45 java.util.List newValue 46 ); 47 48 52 public void setAccountCategory( 53 short[] newValue 54 ); 55 56 64 public short getAccountRating( 65 ); 66 67 75 public void setAccountRating( 76 short newValue 77 ); 78 79 87 public short getAccountState( 88 ); 89 90 98 public void setAccountState( 99 short newValue 100 ); 101 102 110 public short getAccountType( 111 ); 112 113 121 public void setAccountType( 122 short newValue 123 ); 124 125 132 public String getAliasName( 133 ); 134 135 139 140 145 public void setAliasName( 146 String newValue 147 ); 148 149 156 public java.util.List getBusinessType( 157 ); 158 159 164 public short getBusinessType( 165 int index 166 ); 167 168 175 public void setBusinessType( 176 java.util.List newValue 177 ); 178 179 183 public void setBusinessType( 184 short[] newValue 185 ); 186 187 194 public String getDescription( 195 ); 196 197 201 202 207 public void setDescription( 208 String newValue 209 ); 210 211 218 public String getFullName( 219 ); 220 221 } 225 | Popular Tags |