Class CommentBlob
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.comment.server.entity.CommentBlob
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CommentBlobCommentBlob
(CommentBlobValue value, EntityPermission entityPermission) Creates a new instance of CommentBlob -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBlob()
boolean
getComment
(EntityPermission entityPermission) getComment
(Session session) getComment
(Session session, EntityPermission entityPermission) getCommentForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setComment
(Comment entity) void
void
setCommentPK
(CommentPK commentPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommentBlob
Creates a new instance of CommentBlob- Throws:
PersistenceException
-
CommentBlob
Creates a new instance of CommentBlob
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCommentBlobValue
-
setCommentBlobValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getCommentPK
-
getComment
-
getComment
-
getComment
-
getComment
-
getCommentForUpdate
-
getCommentForUpdate
-
setCommentPK
public void setCommentPK(CommentPK commentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComment
-
getCommentPKHasBeenModified
-
getBlob
-
setBlob
public void setBlob(ByteArray blob) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBlobHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-