Class EncryptedValue
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the id.Gets the storage.Gets the user id.Gets the vault name.void
Sets the id.void
setStorage
(String storage) Sets the storage.void
Sets the user id.void
setVaultName
(String vaultName) Sets the vault name.Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl
equals, hashCode, toString
-
Constructor Details
-
EncryptedValue
public EncryptedValue()Instantiates a new encrypted value.
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id
- the new id
-
getStorage
Gets the storage.- Returns:
- the storage
-
setStorage
Sets the storage.- Parameters:
storage
- the new storage
-
getUserId
Gets the user id.- Returns:
- the user id
-
setUserId
Sets the user id.- Parameters:
userId
- the new user id
-
getVaultName
Gets the vault name.- Returns:
- the vault name
-
setVaultName
Sets the vault name.- Parameters:
vaultName
- the new vault name
-