public class ItemVersion extends Object implements Serializable
| Constructor and Description |
|---|
ItemVersion()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
User |
getEditor()
Editor of the version
|
String |
getNumber()
Version number
|
int |
getTimestamp()
Version timestamp
|
ItemVersion |
setEditor(User editor)
Set the editor
|
ItemVersion |
setNumber(String number)
Set the version number
|
ItemVersion |
setTimestamp(int timestamp)
Set the version timestamp
|
String |
toString() |
public String getNumber()
public int getTimestamp()
public User getEditor()
public ItemVersion setNumber(String number)
number - version numberpublic ItemVersion setTimestamp(int timestamp)
timestamp - version timestamppublic ItemVersion setEditor(User editor)
editor - editorCopyright © 2024 Gentics Software. All rights reserved.