Package org.ametys.cms.workflow.purge
Class PurgeVersionsManager.VersionInfo
java.lang.Object
org.ametys.cms.workflow.purge.PurgeVersionsManager.VersionInfo
- Enclosing class:
- PurgeVersionsManager
Version information.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the created.getName()
Get the name.Get the stepId.void
setCreated
(Instant created) Set the created.void
Set the name.void
Set the stepId.toString()
-
Field Details
-
_name
The version name. -
_created
The version creation date. -
_stepId
The version step ID.
-
-
Constructor Details
-
VersionInfo
protected VersionInfo()
-
-
Method Details
-
getName
Get the name.- Returns:
- the name
-
setName
Set the name.- Parameters:
name
- the name to set
-
getCreated
Get the created.- Returns:
- the created
-
setCreated
Set the created.- Parameters:
created
- the created to set
-
getStepId
Get the stepId.- Returns:
- the stepId
-
setStepId
Set the stepId.- Parameters:
stepId
- the stepId to set
-
toString
-