Class BaseEncryptionKeyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BaseEncryptionKeyPK>
com.echothree.model.data.core.server.value.BaseEncryptionKeyValue
- All Implemented Interfaces:
Serializable,Cloneable
public class BaseEncryptionKeyValue
extends BaseValue<BaseEncryptionKeyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionBaseEncryptionKeyValue(BaseEncryptionKeyPK baseEncryptionKeyPK, String baseEncryptionKeyName, String sha1Hash) Creates a new instance of BaseEncryptionKeyValueBaseEncryptionKeyValue(String baseEncryptionKeyName, String sha1Hash) Creates a new instance of BaseEncryptionKeyValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBaseEncryptionKeyName(String baseEncryptionKeyName) voidsetSha1Hash(String sha1Hash) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BaseEncryptionKeyValue
public BaseEncryptionKeyValue(BaseEncryptionKeyPK baseEncryptionKeyPK, String baseEncryptionKeyName, String sha1Hash) throws PersistenceNotNullException Creates a new instance of BaseEncryptionKeyValue- Throws:
PersistenceNotNullException
-
BaseEncryptionKeyValue
public BaseEncryptionKeyValue(String baseEncryptionKeyName, String sha1Hash) throws PersistenceNotNullException Creates a new instance of BaseEncryptionKeyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<BaseEncryptionKeyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BaseEncryptionKeyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BaseEncryptionKeyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<BaseEncryptionKeyPK>
-
getBaseEncryptionKeyName
-
setBaseEncryptionKeyName
public void setBaseEncryptionKeyName(String baseEncryptionKeyName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBaseEncryptionKeyNameHasBeenModified
-
getSha1Hash
-
setSha1Hash
- Throws:
PersistenceNotNullException
-
getSha1HashHasBeenModified
-