Class CommentBlobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommentBlobPK>
com.echothree.model.data.comment.server.value.CommentBlobValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommentBlobValue
(CommentBlobPK commentBlobPK, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of CommentBlobValueCommentBlobValue
(CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of CommentBlobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setCommentPK
(CommentPK commentPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommentBlobValue
public CommentBlobValue(CommentBlobPK commentBlobPK, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentBlobValue- Throws:
PersistenceNotNullException
-
CommentBlobValue
public CommentBlobValue(CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentBlobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommentBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommentBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommentBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommentBlobPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-