|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.opencrx.kernel.account1.jdo2.Account
org.opencrx.kernel.account1.jdo2.LegalEntity
public class LegalEntity
Class LegalEntity
| Nested Class Summary | |
|---|---|
static class |
LegalEntity.Slice
Slice object hold the LegalEntity's multivalued attributes |
| Nested classes/interfaces inherited from class org.opencrx.kernel.account1.jdo2.Account |
|---|
Account.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| 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.jdo2.Account |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
LegalEntity()
|
|
| 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. |
|
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. |
|
static Account.Identity |
newIdentity(Segment.Identity segment,
QualifierType idType,
String id)
|
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
static Account.Identity |
openmdxjdoToIdentity(ObjectId objectId)
|
|
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(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.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, 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, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| 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.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| 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 void setOrganizationalUnit(OrganizationalUnit organizationalUnit)
organizationalUnit.
setOrganizationalUnit in interface LegalEntityorganizationalUnit - The non-null new value for this reference.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.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class Accountprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class AccountLegalEntity.CLASS
public static Account.Identity newIdentity(Segment.Identity segment,
QualifierType idType,
String id)
public static Account.Identity openmdxjdoToIdentity(ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||