com.collation.platform.model.topology.sys
Interface BusinessSystem
- All Superinterfaces:
- ConfigurationItem, ITSystem, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface BusinessSystem
- extends ITSystem
- Persistable:
- true
- Top Level:
- true
Methods inherited from interface com.collation.platform.model.topology.sys.ITSystem |
getComponents, getContact, getContainingSystem, getName, getURL, hasComponents, hasContact, hasContainingSystem, hasName, hasURL, setComponents, setContact, setContainingSystem, setName, setURL |
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 |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
getBusinessRole
java.lang.String getBusinessRole()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessRole
void setBusinessRole(java.lang.String role)
hasBusinessRole
boolean hasBusinessRole()
getBusinessImpact
java.lang.String getBusinessImpact()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessImpact
void setBusinessImpact(java.lang.String impact)
hasBusinessImpact
boolean hasBusinessImpact()
getBusinessPriority
int getBusinessPriority()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessPriority
void setBusinessPriority(int priority)
hasBusinessPriority
boolean hasBusinessPriority()