Class ContentPageAreaBlobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageAreaBlobPK>
com.echothree.model.data.content.server.value.ContentPageAreaBlobValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentPageAreaBlobValue
extends BaseValue<ContentPageAreaBlobPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaBlobValue(ContentPageAreaBlobPK contentPageAreaBlobPK, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) Creates a new instance of ContentPageAreaBlobValueContentPageAreaBlobValue(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) Creates a new instance of ContentPageAreaBlobValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetBlob()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageAreaBlobValue
public ContentPageAreaBlobValue(ContentPageAreaBlobPK contentPageAreaBlobPK, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) throws PersistenceNotNullException Creates a new instance of ContentPageAreaBlobValue- Throws:
PersistenceNotNullException
-
ContentPageAreaBlobValue
public ContentPageAreaBlobValue(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) throws PersistenceNotNullException Creates a new instance of ContentPageAreaBlobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentPageAreaBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageAreaBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageAreaBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPageAreaBlobPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-