Class CacheBlobEntryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CacheBlobEntryPK>
com.echothree.model.data.core.server.value.CacheBlobEntryValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CacheBlobEntryValue
extends BaseValue<CacheBlobEntryPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCacheBlobEntryValue
(CacheBlobEntryPK cacheBlobEntryPK, CacheEntryPK cacheEntryPK, ByteArray blob) Creates a new instance of CacheBlobEntryValueCacheBlobEntryValue
(CacheEntryPK cacheEntryPK, ByteArray blob) Creates a new instance of CacheBlobEntryValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setCacheEntryPK
(CacheEntryPK cacheEntryPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CacheBlobEntryValue
public CacheBlobEntryValue(CacheBlobEntryPK cacheBlobEntryPK, CacheEntryPK cacheEntryPK, ByteArray blob) throws PersistenceNotNullException Creates a new instance of CacheBlobEntryValue- Throws:
PersistenceNotNullException
-
CacheBlobEntryValue
public CacheBlobEntryValue(CacheEntryPK cacheEntryPK, ByteArray blob) throws PersistenceNotNullException Creates a new instance of CacheBlobEntryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CacheBlobEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CacheBlobEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CacheBlobEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CacheBlobEntryPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-