Package org.ametys.cms.workflow.purge
Class PurgeVersionsManager.VersionInfo
- java.lang.Object
-
- org.ametys.cms.workflow.purge.PurgeVersionsManager.VersionInfo
-
- Enclosing class:
- PurgeVersionsManager
protected class PurgeVersionsManager.VersionInfo extends Object
Version information.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VersionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTime
getCreated()
Get the created.String
getName()
Get the name.Long
getStepId()
Get the stepId.void
setCreated(Instant created)
Set the created.void
setName(String name)
Set the name.void
setStepId(Long stepId)
Set the stepId.String
toString()
-
-
-
Constructor Detail
-
VersionInfo
protected VersionInfo()
-
-
Method Detail
-
getCreated
public ZonedDateTime getCreated()
Get the created.- Returns:
- the created
-
setCreated
public void setCreated(Instant created)
Set the created.- Parameters:
created
- the created to set
-
setStepId
public void setStepId(Long stepId)
Set the stepId.- Parameters:
stepId
- the stepId to set
-
-