|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jpa3.AbstractObject
org.opencrx.kernel.account1.jpa3.Account
org.opencrx.kernel.account1.jpa3.LegalEntity
public class LegalEntity
Class LegalEntity
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject |
|---|
org.w3c.jpa3.AbstractObject.EmbeddedList<E>, org.w3c.jpa3.AbstractObject.EmbeddedSet<E>, org.w3c.jpa3.AbstractObject.Slice |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.account1.cci2.Account |
|---|
Account.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::account1::LegalEntity |
| Fields inherited from class org.opencrx.kernel.account1.jpa3.Account |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
LegalEntity()
Constructor |
|
| Method Summary | ||
|---|---|---|
short |
getIndustry()
Retrieves the value for the attribute industry. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
Integer |
getNumberOfEmployees()
Retrieves the possibly null value for the optional attribute numberOfEmployees. |
|
short |
getNumberOfEmployeesCategory()
Retrieves the value for the attribute numberOfEmployeesCategory. |
|
String |
getOrganizationalUnit_Id()
|
|
OrganizationalUnit |
getOrganizationalUnit()
Retrieves the value for the reference organizationalUnit. |
|
|
getRevenueReport()
Retrieves a set containing all the elements for the reference revenueReport. |
|
String |
getStockExchange()
Retrieves the possibly null value for the optional attribute stockExchange. |
|
String |
getTickerSymbol()
Retrieves the possibly null value for the optional attribute tickerSymbol. |
|
protected org.w3c.jpa3.AbstractObject.Slice |
newLegalEntity$Slice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
void |
setIndustry(short industry)
Sets a new value for the attribute industry. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setNumberOfEmployees(Integer numberOfEmployees)
Sets a new value for the attribute numberOfEmployees. |
|
void |
setNumberOfEmployeesCategory(short numberOfEmployeesCategory)
Sets a new value for the attribute numberOfEmployeesCategory. |
|
void |
setOrganizationalUnit_Id(String organizationalUnit)
|
|
void |
setOrganizationalUnit(OrganizationalUnit organizationalUnit)
Sets a new value for the reference organizationalUnit. |
|
void |
setStockExchange(String stockExchange)
Sets a new value for the attribute stockExchange. |
|
void |
setTickerSymbol(String tickerSymbol)
Sets a new value for the attribute tickerSymbol. |
|
| Methods inherited from class org.w3c.jpa3.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
jdoClass, modelClasses, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::account1::LegalEntity
| Constructor Detail |
|---|
public LegalEntity()
| Method Detail |
|---|
public short getIndustry()
industry.
getIndustry in interface LegalEntityindustry.public void setIndustry(short industry)
industry.
setIndustry in interface LegalEntityindustry - The non-null new value for attribute industry.public short getNumberOfEmployeesCategory()
numberOfEmployeesCategory.
getNumberOfEmployeesCategory in interface LegalEntitynumberOfEmployeesCategory.public void setNumberOfEmployeesCategory(short numberOfEmployeesCategory)
numberOfEmployeesCategory.
setNumberOfEmployeesCategory in interface LegalEntitynumberOfEmployeesCategory - The non-null new value for attribute numberOfEmployeesCategory.public final String getStockExchange()
stockExchange.
getStockExchange in interface LegalEntitystockExchange.public void setStockExchange(String stockExchange)
stockExchange.
setStockExchange in interface LegalEntitystockExchange - The possibly null new value for attribute stockExchange.public final Integer getNumberOfEmployees()
numberOfEmployees.
getNumberOfEmployees in interface LegalEntitynumberOfEmployees.public void setNumberOfEmployees(Integer numberOfEmployees)
numberOfEmployees.
setNumberOfEmployees in interface LegalEntitynumberOfEmployees - The possibly null new value for attribute numberOfEmployees.public OrganizationalUnit getOrganizationalUnit()
organizationalUnit.
getOrganizationalUnit in interface LegalEntitynull – value for this reference.public String getOrganizationalUnit_Id()
public void setOrganizationalUnit(OrganizationalUnit organizationalUnit)
organizationalUnit.
setOrganizationalUnit in interface LegalEntityorganizationalUnit - The non-null new value for this reference.public void setOrganizationalUnit_Id(String organizationalUnit)
public final String getTickerSymbol()
tickerSymbol.
getTickerSymbol in interface LegalEntitytickerSymbol.public void setTickerSymbol(String tickerSymbol)
tickerSymbol.
setTickerSymbol in interface LegalEntitytickerSymbol - The possibly null new value for attribute tickerSymbol.public <T extends RevenueReport> LegalEntityHasRevenueReport.RevenueReport<T> getRevenueReport()
revenueReport.
getRevenueReport in interface LegalEntitypublic String getName()
name.
getName in interface AbstractGroupname.public void setName(String name)
name.
setName in interface AbstractGroupname - The non-null new value for attribute name.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Account
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Accountprotected org.w3c.jpa3.AbstractObject.Slice newLegalEntity$Slice(int index)
protected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class AccountLegalEntity.CLASS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||