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 TypeMethodDescriptionvoidclone()booleangetClob()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetContentPageAreaDetailPK(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:
getBaseFactoryInstancein classBaseValue<ContentPageAreaClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageAreaClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageAreaClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPageAreaClobPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-