com.collation.platform.model.topology.process.itil
Interface ReleaseRecordProxy

All Superinterfaces:
ConfigurationItem, ExternalReference, ManagedElement, ModelObject, java.io.Serializable

public interface ReleaseRecordProxy
extends ExternalReference, ManagedElement, ConfigurationItem

A proxy to a Release record managed by an MSS external to the CMDB.

Naming Rules:
0="parent,ITSMReleaseID" 1="foreign,foreignReleaseID"
Persistable:
true
Table Name:
RELRECPROXY
Display Name:
title

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.process.ExternalReference
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
IBM_COPYRIGHT
 
Method Summary
 long getCloseDate()
           
 ManagementSoftwareSystem getForeign()
           
 java.lang.String getForeignReleaseHandle()
           
 java.lang.String getForeignReleaseID()
           
 java.lang.String getITSMReleaseHandle()
           
 java.lang.String getITSMReleaseID()
           
 long getOpenDate()
           
 ManagementSoftwareSystem getParent()
           
 java.lang.String getTitle()
           
 boolean hasCloseDate()
           
 boolean hasForeign()
           
 boolean hasForeignReleaseHandle()
           
 boolean hasForeignReleaseID()
           
 boolean hasITSMReleaseHandle()
           
 boolean hasITSMReleaseID()
           
 boolean hasOpenDate()
           
 boolean hasParent()
           
 boolean hasTitle()
           
 void setCloseDate(long ts)
           
 void setForeign(ManagementSoftwareSystem foreign)
           
 void setForeignReleaseHandle(java.lang.String s)
           
 void setForeignReleaseID(java.lang.String s)
           
 void setITSMReleaseHandle(java.lang.String s)
           
 void setITSMReleaseID(java.lang.String s)
           
 void setOpenDate(long ts)
           
 void setParent(ManagementSoftwareSystem parent)
           
 void setTitle(java.lang.String s)
           
 
Methods inherited from interface com.collation.platform.model.topology.process.ExternalReference
getExternalHandle, getManagedElements, getMSS, hasExternalHandle, hasManagedElements, hasMSS, setExternalHandle, setManagedElements, setMSS
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

getITSMReleaseID

java.lang.String getITSMReleaseID()
                                  throws AttributeNotSetException
Throws:
AttributeNotSetException

setITSMReleaseID

void setITSMReleaseID(java.lang.String s)

hasITSMReleaseID

boolean hasITSMReleaseID()

getITSMReleaseHandle

java.lang.String getITSMReleaseHandle()
                                      throws AttributeNotSetException
Throws:
AttributeNotSetException

setITSMReleaseHandle

void setITSMReleaseHandle(java.lang.String s)

hasITSMReleaseHandle

boolean hasITSMReleaseHandle()

getForeignReleaseID

java.lang.String getForeignReleaseID()
                                     throws AttributeNotSetException
Throws:
AttributeNotSetException

setForeignReleaseID

void setForeignReleaseID(java.lang.String s)

hasForeignReleaseID

boolean hasForeignReleaseID()

getForeignReleaseHandle

java.lang.String getForeignReleaseHandle()
                                         throws AttributeNotSetException
Throws:
AttributeNotSetException

setForeignReleaseHandle

void setForeignReleaseHandle(java.lang.String s)

hasForeignReleaseHandle

boolean hasForeignReleaseHandle()

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()

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()