public class FormTimeManagement extends Object implements Serializable
Constructor and Description |
---|
FormTimeManagement() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAt()
Get the timestamp at which the form will be published
|
Integer |
getOfflineAt()
Time at which the form will be taken offline
|
ItemVersion |
getVersion()
Form Version that will be published at the timestamp
|
FormTimeManagement |
setAt(Integer at)
Set the at timestamp
|
FormTimeManagement |
setOfflineAt(Integer offlineAt)
Set timestamp for taking offline
|
FormTimeManagement |
setVersion(ItemVersion version)
Set the version to be published
|
public Integer getAt()
public FormTimeManagement setAt(Integer at)
at
- timestamppublic ItemVersion getVersion()
public FormTimeManagement setVersion(ItemVersion version)
version
- form versionpublic Integer getOfflineAt()
public FormTimeManagement setOfflineAt(Integer offlineAt)
offlineAt
- timestampCopyright © 2024 Gentics Software. All rights reserved.