Class SettingsBackup

java.lang.Object
net.solarnetwork.node.settings.SettingsBackup

public class SettingsBackup extends Object
A backup domain object.
Version:
1.0
Author:
matt
  • Constructor Details

    • SettingsBackup

      public SettingsBackup(String backupKey, Date backupDate)
      Construct with values.
      Parameters:
      backupKey - the backup key
      backupDate - the backup date
  • Method Details

    • getStandardDateString

      public String getStandardDateString()
      Get a standardized representation of the backup date.
      Returns:
      date string
    • getBackupKey

      public String getBackupKey()
      Get the backup key.
      Returns:
      the backup key
    • getBackupDate

      public Date getBackupDate()
      Get the backup date.
      Returns:
      the backup date