|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrganizationalEntity
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
ContactPurpose[] |
getAssignedContactpurpose()
|
Role[] |
getAssignedRoles()
|
java.lang.String |
getBusinessCategory()
|
java.lang.String |
getCAGECode()
Description: The Commercial and Government Entity code is a five character unique identifier in use for the classification of governments and organizations. |
ContactPurpose[] |
getContactpurposeOwner()
|
java.lang.String |
getDUNSNumber()
Description: The Data Universal Numbering System (DUNS) is a nine digit code representing a identifier to a single business entity. |
java.lang.String |
getEmail()
Deprecated. |
java.lang.String |
getEntityName()
|
java.lang.String |
getFax()
Deprecated. |
java.lang.String |
getGlobalName()
|
java.lang.String |
getISICCode()
Description: The International Standard Industrial Classification (ISIC) Code is the system for classifying economic data for the United Nations. |
OrganizationalEntity |
getManager()
|
OrganizationalEntity |
getManagingEntity()
|
java.lang.String |
getMobilePhone()
Deprecated. |
java.lang.String |
getNAICSCode()
Description: The North American Industry Classification System (NAICS) code, used to classify businesses. |
java.lang.String |
getName()
Deprecated. |
java.lang.String |
getNAPCSCode()
Description: The North American Product Classification System (NAPCS) code list is a update to the NAICS code to represent a classification of industries. |
java.lang.String |
getNote()
Deprecated. |
Purpose[] |
getOwnedPurpose()
|
java.lang.String |
getSICCode()
The Standard Industrial Classification (SIC) code for a given organization. |
Purpose[] |
getSupportedPurpose()
|
ContactPurpose[] |
getSupportingContactPurpose()
|
java.lang.String |
getTitle()
Deprecated. |
int |
getType()
Deprecated. |
java.lang.String |
getURL()
Deprecated. |
java.lang.String |
getWorkPhone()
Deprecated. |
boolean |
hasAssignedContactpurpose()
|
boolean |
hasAssignedRoles()
|
boolean |
hasBusinessCategory()
|
boolean |
hasCAGECode()
|
boolean |
hasContactpurposeOwner()
|
boolean |
hasDUNSNumber()
|
boolean |
hasEmail()
|
boolean |
hasEntityName()
|
boolean |
hasFax()
|
boolean |
hasGlobalName()
|
boolean |
hasISICCode()
|
boolean |
hasManager()
|
boolean |
hasManagingEntity()
|
boolean |
hasMobilePhone()
|
boolean |
hasNAICSCode()
|
boolean |
hasName()
|
boolean |
hasNAPCSCode()
|
boolean |
hasNote()
|
boolean |
hasOwnedPurpose()
|
boolean |
hasSICCode()
|
boolean |
hasSupportedPurpose()
|
boolean |
hasSupportingContactPurpose()
|
boolean |
hasTitle()
|
boolean |
hasType()
|
boolean |
hasURL()
|
boolean |
hasWorkPhone()
|
void |
setAssignedContactpurpose(ContactPurpose[] x)
|
void |
setAssignedRoles(Role[] x)
|
void |
setBusinessCategory(java.lang.String x)
|
void |
setCAGECode(java.lang.String x)
|
void |
setContactpurposeOwner(ContactPurpose[] x)
|
void |
setDUNSNumber(java.lang.String x)
|
void |
setEmail(java.lang.String x)
|
void |
setEntityName(java.lang.String x)
|
void |
setFax(java.lang.String x)
|
void |
setGlobalName(java.lang.String x)
|
void |
setISICCode(java.lang.String x)
|
void |
setManager(OrganizationalEntity mgr)
|
void |
setManagingEntity(OrganizationalEntity x)
|
void |
setMobilePhone(java.lang.String x)
|
void |
setNAICSCode(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setNAPCSCode(java.lang.String x)
|
void |
setNote(java.lang.String x)
|
void |
setOwnedPurpose(Purpose[] x)
|
void |
setSICCode(java.lang.String x)
|
void |
setSupportedPurpose(Purpose[] x)
|
void |
setSupportingContactPurpose(ContactPurpose[] x)
|
void |
setTitle(java.lang.String x)
|
void |
setType(int x)
|
void |
setURL(java.lang.String x)
|
void |
setWorkPhone(java.lang.String x)
|
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
java.lang.String getTitle()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setTitle(java.lang.String x)
boolean hasTitle()
java.lang.String getGlobalName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setGlobalName(java.lang.String x)
boolean hasGlobalName()
java.lang.String getDUNSNumber()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDUNSNumber(java.lang.String x)
boolean hasDUNSNumber()
java.lang.String getEmail()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setEmail(java.lang.String x)
boolean hasEmail()
Purpose[] getSupportedPurpose()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSupportedPurpose(Purpose[] x)
boolean hasSupportedPurpose()
Purpose[] getOwnedPurpose()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOwnedPurpose(Purpose[] x)
boolean hasOwnedPurpose()
ContactPurpose[] getContactpurposeOwner()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setContactpurposeOwner(ContactPurpose[] x)
boolean hasContactpurposeOwner()
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String x)
boolean hasName()
ContactPurpose[] getSupportingContactPurpose()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSupportingContactPurpose(ContactPurpose[] x)
boolean hasSupportingContactPurpose()
java.lang.String getCAGECode()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCAGECode(java.lang.String x)
boolean hasCAGECode()
ContactPurpose[] getAssignedContactpurpose()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAssignedContactpurpose(ContactPurpose[] x)
boolean hasAssignedContactpurpose()
java.lang.String getNAICSCode()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNAICSCode(java.lang.String x)
boolean hasNAICSCode()
java.lang.String getWorkPhone()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setWorkPhone(java.lang.String x)
boolean hasWorkPhone()
java.lang.String getMobilePhone()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMobilePhone(java.lang.String x)
boolean hasMobilePhone()
java.lang.String getISICCode()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setISICCode(java.lang.String x)
boolean hasISICCode()
java.lang.String getSICCode()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSICCode(java.lang.String x)
boolean hasSICCode()
java.lang.String getNote()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNote(java.lang.String x)
boolean hasNote()
OrganizationalEntity getManager()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setManager(OrganizationalEntity mgr)
boolean hasManager()
java.lang.String getEntityName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setEntityName(java.lang.String x)
boolean hasEntityName()
java.lang.String getNAPCSCode()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNAPCSCode(java.lang.String x)
boolean hasNAPCSCode()
Role[] getAssignedRoles()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAssignedRoles(Role[] x)
boolean hasAssignedRoles()
java.lang.String getURL()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setURL(java.lang.String x)
boolean hasURL()
int getType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setType(int x)
boolean hasType()
java.lang.String getBusinessCategory()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setBusinessCategory(java.lang.String x)
boolean hasBusinessCategory()
OrganizationalEntity getManagingEntity()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setManagingEntity(OrganizationalEntity x)
boolean hasManagingEntity()
java.lang.String getFax()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFax(java.lang.String x)
boolean hasFax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||