Class ContentPageAreaClobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageAreaClobPK>
com.echothree.model.data.content.server.value.ContentPageAreaClobValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentPageAreaClobValue
extends BaseValue<ContentPageAreaClobPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaClobValue
(ContentPageAreaClobPK contentPageAreaClobPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) Creates a new instance of ContentPageAreaClobValueContentPageAreaClobValue
(ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) Creates a new instance of ContentPageAreaClobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getClob()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setContentPageAreaDetailPK
(ContentPageAreaDetailPK contentPageAreaDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageAreaClobValue
public ContentPageAreaClobValue(ContentPageAreaClobPK contentPageAreaClobPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) throws PersistenceNotNullException Creates a new instance of ContentPageAreaClobValue- Throws:
PersistenceNotNullException
-
ContentPageAreaClobValue
public ContentPageAreaClobValue(ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) throws PersistenceNotNullException Creates a new instance of ContentPageAreaClobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentPageAreaClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageAreaClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageAreaClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageAreaClobPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-