Class BackupRecord
java.lang.Object
io.goobi.viewer.model.administration.configeditor.BackupRecord
- All Implemented Interfaces:
Serializable
Represents a single backup file entry in the configuration editor, holding the timestamp-derived
name and position index of the backup within the backup list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BackupRecord
- Parameters:
name- date/time part of the backup file namei- index in the backup list
-
-
Method Details
-
getDate
- Returns:
nameas aLocalDateTime
-
getName
-
getNumber
public int getNumber()
-