com.collation.platform.model.topology.app.citrix
Interface CitrixAccountAuthority
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface CitrixAccountAuthority
- extends LogicalElement
- Naming Rules:
- 0="authorityType,authorityName"
- Persistable:
- true
- Table Name:
- CTXACCAUTH
- Display Name:
- authorityName
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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getAuthorityName
java.lang.String getAuthorityName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAuthorityName
void setAuthorityName(java.lang.String x)
hasAuthorityName
boolean hasAuthorityName()
getUser
CitrixUser[] getUser()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Authorizes" reverse="false"
setUser
void setUser(CitrixUser[] x)
hasUser
boolean hasUser()
getGroup
CitrixGroup[] getGroup()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Authorizes" reverse="false"
setGroup
void setGroup(CitrixGroup[] x)
hasGroup
boolean hasGroup()
getAuthorityType
java.lang.String getAuthorityType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAuthorityType
void setAuthorityType(java.lang.String x)
hasAuthorityType
boolean hasAuthorityType()