| Modifier and Type | Field and Description |
|---|---|
protected Long |
creationTime |
protected String |
creator |
protected Long |
lastUpdateTime |
protected UUID |
uuid |
CREATION_TIME_PROPERTY, CREATOR_PROPERTY, LAST_UPDATE_TIME_PROPERTY, NAME, UNKNOWN_USER, UUID_PROPERTY| Constructor and Description |
|---|
HeaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreationTime() |
String |
getCreator() |
Long |
getLastUpdateTime() |
UUID |
getUUID() |
protected void |
setCreationTime(Long creationTime) |
protected void |
setCreator(String creator) |
protected void |
setLastUpdateTime(Long lastUpdateTime) |
protected void |
setUUID(UUID uuid) |
protected UUID uuid
protected String creator
protected Long creationTime
protected Long lastUpdateTime
protected void setUUID(UUID uuid)
public String getCreator()
getCreator in interface Headerprotected void setCreator(String creator)
public Long getCreationTime()
getCreationTime in interface Headerprotected void setCreationTime(Long creationTime)
public Long getLastUpdateTime()
getLastUpdateTime in interface Headerprotected void setLastUpdateTime(Long lastUpdateTime)
Copyright © 2016. All Rights Reserved.