java.lang.Object
com.hack23.cia.model.common.impl.AbstractModelObjectImpl
com.hack23.cia.model.internal.application.secure.impl.EncryptedValue
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="EncryptedValue") public class EncryptedValue extends com.hack23.cia.model.common.impl.AbstractModelObjectImpl
The Class EncryptedValue.
See Also:
  • Constructor Details

    • EncryptedValue

      public EncryptedValue()
      Instantiates a new encrypted value.
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getStorage

      public String getStorage()
      Gets the storage.
      Returns:
      the storage
    • setStorage

      public void setStorage(String storage)
      Sets the storage.
      Parameters:
      storage - the new storage
    • getUserId

      public String getUserId()
      Gets the user id.
      Returns:
      the user id
    • setUserId

      public void setUserId(String userId)
      Sets the user id.
      Parameters:
      userId - the new user id
    • getVaultName

      public String getVaultName()
      Gets the vault name.
      Returns:
      the vault name
    • setVaultName

      public void setVaultName(String vaultName)
      Sets the vault name.
      Parameters:
      vaultName - the new vault name