Class BaseEncryptionKey
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.BaseEncryptionKey
- 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 BaseEncryptionKeyBaseEncryptionKey
(BaseEncryptionKeyValue value, EntityPermission entityPermission) Creates a new instance of BaseEncryptionKey -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setBaseEncryptionKeyName
(String baseEncryptionKeyName) void
void
setSha1Hash
(String sha1Hash) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BaseEncryptionKey
Creates a new instance of BaseEncryptionKey- Throws:
PersistenceException
-
BaseEncryptionKey
Creates a new instance of BaseEncryptionKey
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getBaseEncryptionKeyValue
-
setBaseEncryptionKeyValue
public void setBaseEncryptionKeyValue(BaseEncryptionKeyValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getBaseEncryptionKeyName
-
setBaseEncryptionKeyName
public void setBaseEncryptionKeyName(String baseEncryptionKeyName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBaseEncryptionKeyNameHasBeenModified
-
getSha1Hash
-
setSha1Hash
public void setSha1Hash(String sha1Hash) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSha1HashHasBeenModified
-