Class BackupTypeIdentityProjection


public class BackupTypeIdentityProjection extends MorpheusIdentityModel
  • Field Details

  • Constructor Details

    • BackupTypeIdentityProjection

      public BackupTypeIdentityProjection()
    • BackupTypeIdentityProjection

      public BackupTypeIdentityProjection(Long id, String name, String code)
  • Method Details

    • getName

      public String getName()
      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
    • setName

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

      public String getCode()
      The BackupType.getCode() is mapped here in the identity projection for quick filter search.
      Returns:
      the associated BackupType.getCode()