com.collation.platform.model.topology.app.citrix
Interface CitrixGroup
- All Superinterfaces:
- Collection, ManagedElement, ModelObject, java.io.Serializable
public interface CitrixGroup
- extends Collection
- Naming Rules:
- 0="accountType,name"
- Persistable:
- true
- Display Name:
- name
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
getAccountType
int getAccountType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAccountType
void setAccountType(int x)
hasAccountType
boolean hasAccountType()
getAccountAuthority
CitrixAccountAuthority getAccountAuthority()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Authorizes" reverse="true"
setAccountAuthority
void setAccountAuthority(CitrixAccountAuthority x)
hasAccountAuthority
boolean hasAccountAuthority()
getCitrixApplications
CitrixApplication[] getCitrixApplications()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses" reverse="false"
setCitrixApplications
void setCitrixApplications(CitrixApplication[] x)
hasCitrixApplications
boolean hasCitrixApplications()