com.collation.platform.model.provision.runtime
Interface AuditEntry
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface AuditEntry
- extends ModelObject
- Naming Rules:
- 0="parent,taskId,timestamp"
- Persistable:
- true
- Table Name:
- PARAMVAL
- Display Name:
- parent
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 |
setParent
void setParent(Deployment parent)
getParent
Deployment getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasParent
boolean hasParent()
setTimestamp
void setTimestamp(long ts)
getTimestamp
long getTimestamp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasTimestamp
boolean hasTimestamp()
setTaskId
void setTaskId(long taskId)
getTaskId
long getTaskId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasTaskId
boolean hasTaskId()
setMessage
void setMessage(java.lang.String s)
getMessage
java.lang.String getMessage()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasMessage
boolean hasMessage()