com.collation.platform.model.topology.core
Interface ObjectID

All Superinterfaces:
ModelObject, java.io.Serializable

public interface ObjectID
extends ModelObject

Naming Rules:
0="objectId"
Persistable:
true
Table Name:
OBJECTID
Display Name:
objectId

Method Summary
 long getObjectId()
           
 boolean hasObjectId()
           
 void setObjectId(long id)
           
 
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
 

Method Detail

getObjectId

long getObjectId()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setObjectId

void setObjectId(long id)

hasObjectId

boolean hasObjectId()