1 package org.opencrx.kernel.account1.cci; 14 15 public interface LegalEntity 16 extends 17 org.opencrx.kernel.account1.cci.Account { 18 26 public short getIndustry( 27 ); 28 29 37 public void setIndustry( 38 short newValue 39 ); 40 41 49 public String getName( 50 ); 51 52 60 public void setName( 61 String newValue 62 ); 63 64 71 public Integer getNumberOfEmployees( 72 ); 73 74 78 79 84 public void setNumberOfEmployees( 85 Integer newValue 86 ); 87 88 96 public short getNumberOfEmployeesCategory( 97 ); 98 99 107 public void setNumberOfEmployeesCategory( 108 short newValue 109 ); 110 111 119 public org.opencrx.kernel.account1.cci.OrganizationalUnit getOrganizationalUnit( 120 ); 121 122 130 public void setOrganizationalUnit( 131 org.opencrx.kernel.account1.cci.OrganizationalUnit newValue 132 ); 133 134 141 public void removeOrganizationalUnit ( 142 ); 143 144 154 public org.opencrx.kernel.account1.cci.RevenueReport getRevenueReport( 155 String id 156 ); 157 158 167 public java.util.Collection getRevenueReport( 168 ); 169 170 177 public java.util.List getRevenueReport( 178 org.opencrx.kernel.account1.cci.RevenueReportFilter filter 179 ); 180 181 189 public void addRevenueReport ( 190 String id, 191 org.opencrx.kernel.account1.cci.RevenueReport newValue 192 ); 193 194 201 public void addRevenueReport ( 202 org.opencrx.kernel.account1.cci.RevenueReport newValue 203 ); 204 205 211 public void removeRevenueReport ( 212 String id 213 ); 214 221 public String getStockExchange( 222 ); 223 224 228 229 234 public void setStockExchange( 235 String newValue 236 ); 237 238 245 public String getTickerSymbol( 246 ); 247 248 252 253 258 public void setTickerSymbol( 259 String newValue 260 ); 261 262 } 266 | Popular Tags |