|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DominoNamingContext
Represents a group of fields in the directory assistance document that are grouped together as a domino naming context.
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
int |
getContextNo()
Represents the context no in the list of contexts. |
java.lang.String |
getCountry()
Field "Country_0" |
int |
getEnabled()
Field "REnable_0" |
java.lang.String |
getOrganization()
Field "Org_0" |
java.lang.String |
getOrgUnit1()
Field "OU1_0" |
java.lang.String |
getOrgUnit2()
Field "OU2_0" |
java.lang.String |
getOrgUnit3()
"OU3_0" |
java.lang.String |
getOrgUnit4()
Field "OU4_0" |
DirectoryAssistance |
getParent()
The directory assistance this belongs to. |
int |
getTrusted()
Field "Trusted_0" |
boolean |
hasContextNo()
|
boolean |
hasCountry()
|
boolean |
hasEnabled()
|
boolean |
hasOrganization()
|
boolean |
hasOrgUnit1()
|
boolean |
hasOrgUnit2()
|
boolean |
hasOrgUnit3()
|
boolean |
hasOrgUnit4()
|
boolean |
hasParent()
|
boolean |
hasTrusted()
|
void |
setContextNo(int s)
|
void |
setCountry(java.lang.String s)
|
void |
setEnabled(int s)
|
void |
setOrganization(java.lang.String s)
|
void |
setOrgUnit1(java.lang.String s)
|
void |
setOrgUnit2(java.lang.String s)
|
void |
setOrgUnit3(java.lang.String s)
|
void |
setOrgUnit4(java.lang.String s)
|
void |
setParent(DirectoryAssistance s)
|
void |
setTrusted(int s)
|
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 |
Method Detail |
---|
void setParent(DirectoryAssistance s)
DirectoryAssistance getParent() throws AttributeNotSetException
AttributeNotSetException
boolean hasParent()
void setContextNo(int s)
int getContextNo() throws AttributeNotSetException
AttributeNotSetException
boolean hasContextNo()
void setOrgUnit4(java.lang.String s)
java.lang.String getOrgUnit4() throws AttributeNotSetException
AttributeNotSetException
boolean hasOrgUnit4()
void setOrgUnit3(java.lang.String s)
java.lang.String getOrgUnit3() throws AttributeNotSetException
AttributeNotSetException
boolean hasOrgUnit3()
void setOrgUnit2(java.lang.String s)
java.lang.String getOrgUnit2() throws AttributeNotSetException
AttributeNotSetException
boolean hasOrgUnit2()
void setOrgUnit1(java.lang.String s)
java.lang.String getOrgUnit1() throws AttributeNotSetException
AttributeNotSetException
boolean hasOrgUnit1()
void setOrganization(java.lang.String s)
java.lang.String getOrganization() throws AttributeNotSetException
AttributeNotSetException
boolean hasOrganization()
void setCountry(java.lang.String s)
java.lang.String getCountry() throws AttributeNotSetException
AttributeNotSetException
boolean hasCountry()
void setEnabled(int s)
int getEnabled() throws AttributeNotSetException
AttributeNotSetException
boolean hasEnabled()
void setTrusted(int s)
int getTrusted() throws AttributeNotSetException
AttributeNotSetException
boolean hasTrusted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |