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 TypeMethodDescriptionbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetBaseEncryptionKeyName(String baseEncryptionKeyName) voidvoidsetSha1Hash(String sha1Hash) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getBaseEncryptionKeyValue
-
setBaseEncryptionKeyValue
public void setBaseEncryptionKeyValue(BaseEncryptionKeyValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getBaseEncryptionKeyName
-
setBaseEncryptionKeyName
public void setBaseEncryptionKeyName(String baseEncryptionKeyName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBaseEncryptionKeyNameHasBeenModified
-
getSha1Hash
-
setSha1Hash
public void setSha1Hash(String sha1Hash) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSha1HashHasBeenModified
-