public class HeaderImpl extends Object implements Header, Comparable<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_PROPERTY| Constructor and Description |
|---|
HeaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Header header) |
Date |
getCreationTime() |
String |
getCreator() |
Date |
getLastUpdateTime() |
UUID |
getUUID() |
protected UUID uuid
protected String creator
protected Date creationTime
protected Date lastUpdateTime
public String getCreator()
getCreator in interface Headerpublic Date getCreationTime()
getCreationTime in interface Headerpublic Date getLastUpdateTime()
getLastUpdateTime in interface Headerpublic int compareTo(Header header)
compareTo in interface Comparable<Header>Copyright © 2016. All Rights Reserved.