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 TypeMethodDescriptionvoidclone()booleangetBlob()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetCacheEntryPK(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:
getBaseFactoryInstancein classBaseValue<CacheBlobEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CacheBlobEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CacheBlobEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CacheBlobEntryPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-