com.collation.platform.model.topology.process
Interface BusinessSchedule
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
public interface BusinessSchedule
- extends ManagedElement
- Naming Rules:
- 0="globalName"
1="managingEntity,scheduleName"
- Persistable:
- true
- Table Name:
- SCHEDULE
- Display Name:
- scheduleName
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 |
getManagingEntity
OrganizationalEntity getManagingEntity()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Manages"
reverse="true"
setManagingEntity
void setManagingEntity(OrganizationalEntity name)
hasManagingEntity
boolean hasManagingEntity()
getScheduleName
java.lang.String getScheduleName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setScheduleName
void setScheduleName(java.lang.String name)
hasScheduleName
boolean hasScheduleName()
getGlobalName
java.lang.String getGlobalName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setGlobalName
void setGlobalName(java.lang.String name)
hasGlobalName
boolean hasGlobalName()
getSchedule
java.lang.String getSchedule()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSchedule
void setSchedule(java.lang.String schedule)
hasSchedule
boolean hasSchedule()