Class EncryptedValue

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

      Constructors 
      Constructor Description
      EncryptedValue()
      Instantiates a new encrypted value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getId()
      Gets the id.
      java.lang.String getStorage()
      The storage.
      java.lang.String getUserId()
      Gets the user id.
      java.lang.String getVaultName()
      Gets the vault name.
      void setId​(java.lang.Long id)
      Sets the id.
      void setStorage​(java.lang.String storage)
      Sets the storage.
      void setUserId​(java.lang.String userId)
      Sets the user id.
      void setVaultName​(java.lang.String vaultName)
      Sets the vault name.
      • Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EncryptedValue

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

      • getId

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

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

        public java.lang.String getStorage()
        The storage.
      • setStorage

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

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

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

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

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