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 TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setForumMessageAttachmentPK
(ForumMessageAttachmentPK forumMessageAttachmentPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<ForumMessageBlobAttachmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessageBlobAttachmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessageBlobAttachmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-