|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 |
|---|
AbstractObject.AbstractStateAccessor, AbstractObject.EmbeddedList<E>, AbstractObject.EmbeddedSet<E>, AbstractObject.ObjectState, AbstractObject.SlicedList<E,S>, AbstractObject.SlicedMap<E,S>, AbstractObject.SlicedSet<E,S> |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.account1.cci2.Account |
|---|
Account.Identity |
| Field Summary |
|---|
| Fields inherited from class org.opencrx.kernel.account1.jpa3.Account |
|---|
createdAt, identity, modifiedAt, pictureContent, pictureContentMimeType, pictureContentName |
| 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. |
|
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 |
|---|
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray |
| 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, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainer |
|---|
getLocalizedField |
| 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 |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| 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 new – possibly null – 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||