java.lang.Object
io.goobi.viewer.model.administration.configeditor.BackupRecord
All Implemented Interfaces:
Serializable

public class BackupRecord extends Object implements 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 Details

    • BackupRecord

      public BackupRecord(String name, int i)
      Parameters:
      name - date/time part of the backup file name
      i - index in the backup list
  • Method Details