Package net.solarnetwork.node.settings
Class SettingsBackup
java.lang.Object
net.solarnetwork.node.settings.SettingsBackup
A backup domain object.
- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the backup date.Get the backup key.Get a standardized representation of the backup date.
-
Constructor Details
-
SettingsBackup
Construct with values.- Parameters:
backupKey
- the backup keybackupDate
- the backup date
-
-
Method Details
-
getStandardDateString
Get a standardized representation of the backup date.- Returns:
- date string
-
getBackupKey
Get the backup key.- Returns:
- the backup key
-
getBackupDate
Get the backup date.- Returns:
- the backup date
-