Class ForumMessageAttachmentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumMessageAttachmentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessageAttachmentTransfer
(ForumMessageTransfer forumMessage, Integer forumMessageAttachmentSequence, MimeTypeTransfer mimeType, String description, ByteArray blob, String clob, String eTag) Creates a new instance of ForumMessageAttachmentTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetBlob()
Returns the blob.getClob()
Returns the clob.Returns the description.geteTag()
Returns the eTag.Returns the forumMessage.Returns the forumMessageAttachmentSequence.Returns the mimeType.void
Sets the blob.void
Sets the clob.void
setDescription
(String description) Sets the description.void
Sets the eTag.void
setForumMessage
(ForumMessageTransfer forumMessage) Sets the forumMessage.void
setForumMessageAttachmentSequence
(Integer forumMessageAttachmentSequence) Sets the forumMessageAttachmentSequence.void
setMimeType
(MimeTypeTransfer mimeType) Sets the mimeType.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ForumMessageAttachmentTransfer
public ForumMessageAttachmentTransfer(ForumMessageTransfer forumMessage, Integer forumMessageAttachmentSequence, MimeTypeTransfer mimeType, String description, ByteArray blob, String clob, String eTag) Creates a new instance of ForumMessageAttachmentTransfer
-
-
Method Details
-
getForumMessage
Returns the forumMessage.- Returns:
- the forumMessage
-
setForumMessage
Sets the forumMessage.- Parameters:
forumMessage
- the forumMessage to set
-
getForumMessageAttachmentSequence
Returns the forumMessageAttachmentSequence.- Returns:
- the forumMessageAttachmentSequence
-
setForumMessageAttachmentSequence
Sets the forumMessageAttachmentSequence.- Parameters:
forumMessageAttachmentSequence
- the forumMessageAttachmentSequence to set
-
getMimeType
Returns the mimeType.- Returns:
- the mimeType
-
setMimeType
Sets the mimeType.- Parameters:
mimeType
- the mimeType to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getBlob
Returns the blob.- Returns:
- the blob
-
setBlob
Sets the blob.- Parameters:
blob
- the blob to set
-
getClob
Returns the clob.- Returns:
- the clob
-
setClob
Sets the clob.- Parameters:
clob
- the clob to set
-
geteTag
Returns the eTag.- Returns:
- the eTag
-
seteTag
Sets the eTag.- Parameters:
eTag
- the eTag to set
-