|
||||||||||
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
AttributeNotSetException
void setTitle(java.lang.String x)
boolean hasTitle()
java.lang.String getGlobalName() throws AttributeNotSetException
AttributeNotSetException
void setGlobalName(java.lang.String x)
boolean hasGlobalName()
java.lang.String getDUNSNumber() throws AttributeNotSetException
AttributeNotSetException
void setDUNSNumber(java.lang.String x)
boolean hasDUNSNumber()
java.lang.String getEmail() throws AttributeNotSetException
AttributeNotSetException
void setEmail(java.lang.String x)
boolean hasEmail()
Purpose[] getSupportedPurpose() throws AttributeNotSetException
AttributeNotSetException
void setSupportedPurpose(Purpose[] x)
boolean hasSupportedPurpose()
Purpose[] getOwnedPurpose() throws AttributeNotSetException
AttributeNotSetException
void setOwnedPurpose(Purpose[] x)
boolean hasOwnedPurpose()
ContactPurpose[] getContactpurposeOwner() throws AttributeNotSetException
AttributeNotSetException
void setContactpurposeOwner(ContactPurpose[] x)
boolean hasContactpurposeOwner()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
ContactPurpose[] getSupportingContactPurpose() throws AttributeNotSetException
AttributeNotSetException
void setSupportingContactPurpose(ContactPurpose[] x)
boolean hasSupportingContactPurpose()
java.lang.String getCAGECode() throws AttributeNotSetException
AttributeNotSetException
void setCAGECode(java.lang.String x)
boolean hasCAGECode()
ContactPurpose[] getAssignedContactpurpose() throws AttributeNotSetException
AttributeNotSetException
void setAssignedContactpurpose(ContactPurpose[] x)
boolean hasAssignedContactpurpose()
java.lang.String getNAICSCode() throws AttributeNotSetException
AttributeNotSetException
void setNAICSCode(java.lang.String x)
boolean hasNAICSCode()
java.lang.String getWorkPhone() throws AttributeNotSetException
AttributeNotSetException
void setWorkPhone(java.lang.String x)
boolean hasWorkPhone()
java.lang.String getMobilePhone() throws AttributeNotSetException
AttributeNotSetException
void setMobilePhone(java.lang.String x)
boolean hasMobilePhone()
java.lang.String getISICCode() throws AttributeNotSetException
AttributeNotSetException
void setISICCode(java.lang.String x)
boolean hasISICCode()
java.lang.String getSICCode() throws AttributeNotSetException
AttributeNotSetException
void setSICCode(java.lang.String x)
boolean hasSICCode()
java.lang.String getNote() throws AttributeNotSetException
AttributeNotSetException
void setNote(java.lang.String x)
boolean hasNote()
OrganizationalEntity getManager() throws AttributeNotSetException
AttributeNotSetException
void setManager(OrganizationalEntity mgr)
boolean hasManager()
java.lang.String getEntityName() throws AttributeNotSetException
AttributeNotSetException
void setEntityName(java.lang.String x)
boolean hasEntityName()
java.lang.String getNAPCSCode() throws AttributeNotSetException
AttributeNotSetException
void setNAPCSCode(java.lang.String x)
boolean hasNAPCSCode()
Role[] getAssignedRoles() throws AttributeNotSetException
AttributeNotSetException
void setAssignedRoles(Role[] x)
boolean hasAssignedRoles()
java.lang.String getURL() throws AttributeNotSetException
AttributeNotSetException
void setURL(java.lang.String x)
boolean hasURL()
int getType() throws AttributeNotSetException
AttributeNotSetException
void setType(int x)
boolean hasType()
java.lang.String getBusinessCategory() throws AttributeNotSetException
AttributeNotSetException
void setBusinessCategory(java.lang.String x)
boolean hasBusinessCategory()
OrganizationalEntity getManagingEntity() throws AttributeNotSetException
AttributeNotSetException
void setManagingEntity(OrganizationalEntity x)
boolean hasManagingEntity()
java.lang.String getFax() throws AttributeNotSetException
AttributeNotSetException
void setFax(java.lang.String x)
boolean hasFax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |