Class EntityEncryptionKey
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityEncryptionKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EntityEncryptionKeyEntityEncryptionKey
(EntityEncryptionKeyValue value, EntityPermission entityPermission) Creates a new instance of EntityEncryptionKey -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityEncryptionKeyName
(String entityEncryptionKeyName) void
void
setInitializationVector
(String initializationVector) void
setIsExternal
(Boolean isExternal) void
setSecretKey
(String secretKey) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityEncryptionKey
Creates a new instance of EntityEncryptionKey- Throws:
PersistenceException
-
EntityEncryptionKey
Creates a new instance of EntityEncryptionKey
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getEntityEncryptionKeyValue
-
setEntityEncryptionKeyValue
public void setEntityEncryptionKeyValue(EntityEncryptionKeyValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEntityEncryptionKeyName
-
setEntityEncryptionKeyName
public void setEntityEncryptionKeyName(String entityEncryptionKeyName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEntityEncryptionKeyNameHasBeenModified
-
getIsExternal
-
setIsExternal
public void setIsExternal(Boolean isExternal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsExternalHasBeenModified
-
getSecretKey
-
setSecretKey
public void setSecretKey(String secretKey) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSecretKeyHasBeenModified
-
getInitializationVector
-
setInitializationVector
public void setInitializationVector(String initializationVector) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInitializationVectorHasBeenModified
-