Class SystemAttributes
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.SystemAttributes
- All Implemented Interfaces:
Serializable
These are the core ' system' attributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUser who created this objectThe time at which this object was created.getGUID()Status indicates the status of the object - the values are specified in the Status enumerationUser who last updated this objectThe time at which this object was last updated.version of the object.voidsetCreatedBy(String createdBy) voidsetCreateTime(Long createTime) voidvoidvoidsetUpdatedBy(String updatedBy) voidsetUpdateTime(Long updateTime) Update the time at which this object was last updated in milliseconds since epochvoidsetVersion(Long version)
-
Constructor Details
-
SystemAttributes
public SystemAttributes()
-
-
Method Details
-
getGUID
-
setGUID
-
getStatus
Status indicates the status of the object - the values are specified in the Status enumeration- Returns:
- status of the object
-
setStatus
-
getCreatedBy
User who created this object- Returns:
- user who created this.
-
setCreatedBy
-
getUpdatedBy
User who last updated this object- Returns:
- use who last updated this
-
setUpdatedBy
-
getCreateTime
The time at which this object was created.- Returns:
- create time in milliseconds since epoch
-
setCreateTime
-
getUpdateTime
The time at which this object was last updated.- Returns:
- update time in milliseconds since epoch
-
setUpdateTime
Update the time at which this object was last updated in milliseconds since epoch- Parameters:
updateTime- date/time as long
-
getVersion
version of the object.- Returns:
- version
-
setVersion
-
toString
-