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