com.collation.platform.model.topology.sys
Interface NamingContext

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface NamingContext
extends LogicalElement

Represents a Microsoft Active Directory Naming Context.

Naming Rules:
0="parent,value"
Persistable:
true
Table Name:
NAMINGCONTEXT
Display Name:
value

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 int getIndex()
           
 ActiveDirectory getParent()
           
 java.lang.String getValue()
           
 boolean hasIndex()
           
 boolean hasParent()
           
 boolean hasValue()
           
 void setIndex(int value)
           
 void setParent(ActiveDirectory parent)
           
 void setValue(java.lang.String value)
           
 
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

getParent

ActiveDirectory getParent()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Provides" reverse="true"

setParent

void setParent(ActiveDirectory parent)

hasParent

boolean hasParent()

setIndex

void setIndex(int value)

getIndex

int getIndex()
             throws AttributeNotSetException
Throws:
AttributeNotSetException

hasIndex

boolean hasIndex()

setValue

void setValue(java.lang.String value)

getValue

java.lang.String getValue()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException

hasValue

boolean hasValue()