protected class PurgeVersionsManager.VersionInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected DateTime |
_created
The version creation date.
|
protected String |
_name
The version name.
|
protected Long |
_stepId
The version step ID.
|
Modifier | Constructor and Description |
---|---|
protected |
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
DateTime |
getCreated()
Get the created.
|
String |
getName()
Get the name.
|
Long |
getStepId()
Get the stepId.
|
void |
setCreated(long created)
Set the created.
|
void |
setName(String name)
Set the name.
|
void |
setStepId(Long stepId)
Set the stepId.
|
String |
toString() |
protected VersionInfo()
public DateTime getCreated()
public void setCreated(long created)
created
- the created to set