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 TypeMethodDescriptionvoid
clone()
boolean
boolean
getClob()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
toString()
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:
getBaseFactoryInstance
in classBaseValue<CacheClobEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CacheClobEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CacheClobEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CacheClobEntryPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-