Class FormBackupVersion
java.lang.Object
de.xima.fc.gui.designer.form.model.FormBackupVersion
- All Implemented Interfaces:
Serializable
Similar to a
SelectItem, but immutable and with a type-safe getValue() method for a form backup
version.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FormBackupVersion
- Parameters:
label- Label of the backup version.id- ID of theFormVersionBackup.
-
-
Method Details
-
getLabel
- Returns:
- The label for this backup version, i.e. the formatted date when it was created.
-
getValue
- Returns:
- The ID of this backup version, i.e. its database ID.
-
toString
-
getDefault
- Returns:
- The backup version instance for the default (current) version.
-