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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityEncryptionKeyName(String entityEncryptionKeyName) voidsetInitializationVector(String initializationVector) voidsetIsExternal(Boolean isExternal) voidsetSecretKey(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:
getBaseFactoryInstancein classBaseValue<EntityEncryptionKeyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityEncryptionKeyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityEncryptionKeyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-