public final class HeaderImpl extends PropertyImpl implements Header
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationTime |
protected String |
creator |
protected Date |
lastUpdateTime |
protected String |
modifiedBy |
protected UUID |
uuid |
CREATION_TIME_PROPERTY, CREATOR_PROPERTY, LAST_UPDATE_TIME_PROPERTY, MODIFIED_BY_PROPERTY, NAME, UNKNOWN_USER, UUID_PROPERTYDESCRIPTION, VERSIONCLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY| Constructor and Description |
|---|
HeaderImpl() |
HeaderImpl(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime() |
String |
getCreator() |
Date |
getLastUpdateTime() |
String |
getModifiedBy() |
UUID |
getUUID() |
void |
setUUID(UUID uuid) |
toStringprotected UUID uuid
protected String creator
protected String modifiedBy
protected Date creationTime
protected Date lastUpdateTime
public HeaderImpl()
public HeaderImpl(UUID uuid)
public String getCreator()
getCreator in interface Headerpublic String getModifiedBy()
getModifiedBy in interface Headerpublic Date getCreationTime()
getCreationTime in interface Headerpublic Date getLastUpdateTime()
getLastUpdateTime in interface HeaderCopyright © 2020. All Rights Reserved.