Class BackupResultIdentityProjection


public class BackupResultIdentityProjection extends MorpheusIdentityModel
  • Field Details

    • externalId

      protected String externalId
    • backupName

      protected String backupName
  • Constructor Details

    • BackupResultIdentityProjection

      public BackupResultIdentityProjection()
    • BackupResultIdentityProjection

      public BackupResultIdentityProjection(Long id, String externalId, String backupName)
  • Method Details

    • getExternalId

      public String getExternalId()
      returns the externalId also known as the API id of the equivalent object.
      Returns:
      the external id or API id of the current record
    • setExternalId

      public void setExternalId(String externalId)
      Sets the externalId of the backup. In this class this should not be called directly
      Parameters:
      externalId - the external id or API id of the current record
    • getBackupName

      public String getBackupName()
      Gets the name of the backup. This is on the identity projection in case a fallback match needs to happen by name
      Returns:
      the current name of the backup
    • setBackupName

      public void setBackupName(String backupName)
      Sets the name of the Backup. Typically this isnt called directly.
      Parameters:
      backupName - the name of the backup to be assigned.