Package com.seeq.model
Class DocumentBackupOutputV1
java.lang.Object
com.seeq.model.DocumentBackupOutputV1
The list of backups for this Annotation's Document property
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupDate
(String backupDate) backupName
(String backupName) boolean
The date of the changes contained in this backupThe name of this backup, for use in restoring itThe name of the user whose change prompted this backupint
hashCode()
void
setBackupDate
(String backupDate) void
setBackupName
(String backupName) void
setUsername
(String username) toString()
-
Constructor Details
-
DocumentBackupOutputV1
public DocumentBackupOutputV1()
-
-
Method Details
-
backupDate
-
getBackupDate
The date of the changes contained in this backup- Returns:
- backupDate
-
setBackupDate
-
backupName
-
getBackupName
The name of this backup, for use in restoring it- Returns:
- backupName
-
setBackupName
-
username
-
getUsername
The name of the user whose change prompted this backup- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-