com.collation.platform.model.topology.process.itil
Interface RFCProxy
- All Superinterfaces:
- ConfigurationItem, ExternalReference, ManagedElement, ModelObject, java.io.Serializable
public interface RFCProxy
- extends ExternalReference, ManagedElement, ConfigurationItem
A proxy to a Request For Change record managed by an MSS external to the CMDB.
- Naming Rules:
- 0="parent,ITSMRFCID"
1="foreign,foreignRFCID"
- Persistable:
- true
- Table Name:
- RFCPROXY
- Display Name:
- ITSMRFCID
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 |
getTitle
java.lang.String getTitle()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTitle
void setTitle(java.lang.String s)
hasTitle
boolean hasTitle()
getParent
ManagementSoftwareSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(ManagementSoftwareSystem parent)
hasParent
boolean hasParent()
getForeign
ManagementSoftwareSystem getForeign()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setForeign
void setForeign(ManagementSoftwareSystem foreign)
hasForeign
boolean hasForeign()
getITSMRFCID
java.lang.String getITSMRFCID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setITSMRFCID
void setITSMRFCID(java.lang.String s)
hasITSMRFCID
boolean hasITSMRFCID()
getITSMRFCHandle
java.lang.String getITSMRFCHandle()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setITSMRFCHandle
void setITSMRFCHandle(java.lang.String s)
hasITSMRFCHandle
boolean hasITSMRFCHandle()
getForeignRFCID
java.lang.String getForeignRFCID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setForeignRFCID
void setForeignRFCID(java.lang.String s)
hasForeignRFCID
boolean hasForeignRFCID()
getForeignRFCHandle
java.lang.String getForeignRFCHandle()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setForeignRFCHandle
void setForeignRFCHandle(java.lang.String s)
hasForeignRFCHandle
boolean hasForeignRFCHandle()
getOpenDate
long getOpenDate()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setOpenDate
void setOpenDate(long ts)
hasOpenDate
boolean hasOpenDate()
getCloseDate
long getCloseDate()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCloseDate
void setCloseDate(long ts)
hasCloseDate
boolean hasCloseDate()