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:
-
Field Summary
Fields -
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.void
setCreatedBy
(String createdBy) void
setCreateTime
(Long createTime) void
void
void
setUpdatedBy
(String updatedBy) void
setUpdateTime
(Long updateTime) Update the time at which this object was last updated in milliseconds since epochvoid
setVersion
(Long version)
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
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
-