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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBaseEncryptionKeyName
(String baseEncryptionKeyName) void
setSha1Hash
(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:
getBaseFactoryInstance
in classBaseValue<BaseEncryptionKeyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BaseEncryptionKeyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BaseEncryptionKeyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BaseEncryptionKeyPK>
-
getBaseEncryptionKeyName
-
setBaseEncryptionKeyName
public void setBaseEncryptionKeyName(String baseEncryptionKeyName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBaseEncryptionKeyNameHasBeenModified
-
getSha1Hash
-
setSha1Hash
- Throws:
PersistenceNotNullException
-
getSha1HashHasBeenModified
-