Class CacheClobEntryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CacheClobEntryPK>
com.echothree.model.data.core.server.value.CacheClobEntryValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CacheClobEntryValue
extends BaseValue<CacheClobEntryPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCacheClobEntryValue(CacheClobEntryPK cacheClobEntryPK, CacheEntryPK cacheEntryPK, String clob) Creates a new instance of CacheClobEntryValueCacheClobEntryValue(CacheEntryPK cacheEntryPK, String clob) Creates a new instance of CacheClobEntryValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleangetClob()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCacheEntryPK(CacheEntryPK cacheEntryPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CacheClobEntryValue
public CacheClobEntryValue(CacheClobEntryPK cacheClobEntryPK, CacheEntryPK cacheEntryPK, String clob) throws PersistenceNotNullException Creates a new instance of CacheClobEntryValue- Throws:
PersistenceNotNullException
-
CacheClobEntryValue
public CacheClobEntryValue(CacheEntryPK cacheEntryPK, String clob) throws PersistenceNotNullException Creates a new instance of CacheClobEntryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CacheClobEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CacheClobEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CacheClobEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CacheClobEntryPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-