Class EntityEncryptionKeyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityEncryptionKeyPK>
com.echothree.model.data.core.server.value.EntityEncryptionKeyValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityEncryptionKeyValue
extends BaseValue<EntityEncryptionKeyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityEncryptionKeyValue
(EntityEncryptionKeyPK entityEncryptionKeyPK, String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) Creates a new instance of EntityEncryptionKeyValueEntityEncryptionKeyValue
(String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) Creates a new instance of EntityEncryptionKeyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityEncryptionKeyName
(String entityEncryptionKeyName) void
setInitializationVector
(String initializationVector) void
setIsExternal
(Boolean isExternal) void
setSecretKey
(String secretKey) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityEncryptionKeyValue
public EntityEncryptionKeyValue(EntityEncryptionKeyPK entityEncryptionKeyPK, String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) throws PersistenceNotNullException Creates a new instance of EntityEncryptionKeyValue- Throws:
PersistenceNotNullException
-
EntityEncryptionKeyValue
public EntityEncryptionKeyValue(String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) throws PersistenceNotNullException Creates a new instance of EntityEncryptionKeyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityEncryptionKeyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityEncryptionKeyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityEncryptionKeyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityEncryptionKeyPK>
-
getEntityEncryptionKeyName
-
setEntityEncryptionKeyName
public void setEntityEncryptionKeyName(String entityEncryptionKeyName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityEncryptionKeyNameHasBeenModified
-
getIsExternal
-
setIsExternal
- Throws:
PersistenceNotNullException
-
getIsExternalHasBeenModified
-
getSecretKey
-
setSecretKey
- Throws:
PersistenceNotNullException
-
getSecretKeyHasBeenModified
-
getInitializationVector
-
setInitializationVector
- Throws:
PersistenceNotNullException
-
getInitializationVectorHasBeenModified
-