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 TypeMethodDescriptionvoid
clone()
boolean
getBlob()
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
-
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:
getBaseFactoryInstance
in classBaseValue<ContentPageAreaBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageAreaBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageAreaBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageAreaBlobPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-