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 Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumMessageBlobAttachmentValue(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 Summary
Modifier 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.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageBlobAttachmentValue
public ForumMessageBlobAttachmentValue(ForumMessageBlobAttachmentPK forumMessageBlobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageBlobAttachmentValue- Throws:
PersistenceNotNullException
-
ForumMessageBlobAttachmentValue
public 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 classBaseValue<ForumMessageBlobAttachmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessageBlobAttachmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessageBlobAttachmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumMessageBlobAttachmentPK>
-
getForumMessageAttachmentPK
-
setForumMessageAttachmentPK
public void setForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessageAttachmentPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-