Class FormTimeManagement
- java.lang.Object
-
- com.gentics.contentnode.rest.model.FormTimeManagement
-
- All Implemented Interfaces:
Serializable
public class FormTimeManagement extends Object implements Serializable
Time Management of forms- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormTimeManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAt()
Get the timestamp at which the form will be publishedInteger
getOfflineAt()
Time at which the form will be taken offlineItemVersion
getVersion()
Form Version that will be published at the timestampFormTimeManagement
setAt(Integer at)
Set the at timestampFormTimeManagement
setOfflineAt(Integer offlineAt)
Set timestamp for taking offlineFormTimeManagement
setVersion(ItemVersion version)
Set the version to be published
-
-
-
Method Detail
-
getAt
public Integer getAt()
Get the timestamp at which the form will be published- Returns:
- publish timestamp
-
setAt
public FormTimeManagement setAt(Integer at)
Set the at timestamp- Parameters:
at
- timestamp- Returns:
- fluent API
-
getVersion
public ItemVersion getVersion()
Form Version that will be published at the timestamp- Returns:
- form version
-
setVersion
public FormTimeManagement setVersion(ItemVersion version)
Set the version to be published- Parameters:
version
- form version- Returns:
- fluent API
-
getOfflineAt
public Integer getOfflineAt()
Time at which the form will be taken offline- Returns:
- timestamp to take offline
-
setOfflineAt
public FormTimeManagement setOfflineAt(Integer offlineAt)
Set timestamp for taking offline- Parameters:
offlineAt
- timestamp- Returns:
- fluent API
-
-