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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetEntityEncryptionKeyName(String entityEncryptionKeyName) voidvoidsetInitializationVector(String initializationVector) voidsetIsExternal(Boolean isExternal) voidsetSecretKey(String secretKey) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getEntityEncryptionKeyValue
-
setEntityEncryptionKeyValue
public void setEntityEncryptionKeyValue(EntityEncryptionKeyValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-