Class ForumMessageBlobAttachment
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.forum.server.entity.ForumMessageBlobAttachment
- 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 ForumMessageBlobAttachmentForumMessageBlobAttachment(ForumMessageBlobAttachmentValue value, EntityPermission entityPermission) Creates a new instance of ForumMessageBlobAttachment -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBlob()booleangetForumMessageAttachment(EntityPermission entityPermission) getForumMessageAttachment(Session session) getForumMessageAttachment(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) voidvoidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ForumMessageBlobAttachment
Creates a new instance of ForumMessageBlobAttachment- Throws:
PersistenceException
-
ForumMessageBlobAttachment
public ForumMessageBlobAttachment(ForumMessageBlobAttachmentValue value, EntityPermission entityPermission) Creates a new instance of ForumMessageBlobAttachment
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getForumMessageBlobAttachmentValue
-
setForumMessageBlobAttachmentValue
public void setForumMessageBlobAttachmentValue(ForumMessageBlobAttachmentValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getForumMessageAttachmentPK
-
getForumMessageAttachment
public ForumMessageAttachment getForumMessageAttachment(Session session, EntityPermission entityPermission) -
getForumMessageAttachment
-
getForumMessageAttachment
-
getForumMessageAttachment
-
getForumMessageAttachmentForUpdate
-
getForumMessageAttachmentForUpdate
-
setForumMessageAttachmentPK
public void setForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumMessageAttachment
-
getForumMessageAttachmentPKHasBeenModified
-
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
-