Class ForumMessageBlobAttachmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessageBlobAttachmentPK>
com.echothree.model.data.forum.server.value.ForumMessageBlobAttachmentValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class ForumMessageBlobAttachmentValue
extends BaseValue<ForumMessageBlobAttachmentPK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionForumMessageBlobAttachmentValue(ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumMessageBlobAttachmentValueForumMessageBlobAttachmentValue(ForumMessageBlobAttachmentPK forumMessageBlobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumMessageBlobAttachmentValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleangetBlob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
ForumMessageBlobAttachmentValuepublic ForumMessageBlobAttachmentValue(ForumMessageBlobAttachmentPK forumMessageBlobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageBlobAttachmentValue- Throws:
- PersistenceNotNullException
 
- 
ForumMessageBlobAttachmentValuepublic ForumMessageBlobAttachmentValue(ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageBlobAttachmentValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<ForumMessageBlobAttachmentPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<ForumMessageBlobAttachmentPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<ForumMessageBlobAttachmentPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<ForumMessageBlobAttachmentPK>
 
- 
getForumMessageAttachmentPK
- 
setForumMessageAttachmentPKpublic void setForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getForumMessageAttachmentPKHasBeenModified
- 
getBlob
- 
setBlob- Throws:
- PersistenceNotNullException
 
- 
getBlobHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-