Class ForumMessageTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumMessageTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessageTransfer
(String forumMessageName, ForumThreadTransfer forumThread, ForumMessageTypeTransfer forumMessageType, ForumMessageTransfer parentForumMessage, IconTransfer icon, Long unformattedPostedTime, String postedTime) Creates a new instance of ForumMessageTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the forumMessageAttachments.Returns the forumMessageName.Returns the forumMessageParts.Returns the forumMessageRoles.Returns the forumMessageType.Returns the forumThread.getIcon()
Returns the icon.Returns the parentForumMessage.Returns the postedTime.Returns the unformattedPostedTime.void
setForumMessageAttachments
(ListWrapper<ForumMessageAttachmentTransfer> forumMessageAttachments) Sets the forumMessageAttachments.void
setForumMessageName
(String forumMessageName) Sets the forumMessageName.void
setForumMessageParts
(MapWrapper<ForumMessagePartTransfer> forumMessageParts) Sets the forumMessageParts.void
setForumMessageRoles
(ListWrapper<ForumMessageRoleTransfer> forumMessageRoles) Sets the forumMessageRoles.void
setForumMessageType
(ForumMessageTypeTransfer forumMessageType) Sets the forumMessageType.void
setForumThread
(ForumThreadTransfer forumThread) Sets the forumThread.void
setIcon
(IconTransfer icon) Sets the icon.void
setParentForumMessage
(ForumMessageTransfer parentForumMessage) Sets the parentForumMessage.void
setPostedTime
(String postedTime) Sets the postedTime.void
setUnformattedPostedTime
(Long unformattedPostedTime) Sets the unformattedPostedTime.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
-
ForumMessageTransfer
public ForumMessageTransfer(String forumMessageName, ForumThreadTransfer forumThread, ForumMessageTypeTransfer forumMessageType, ForumMessageTransfer parentForumMessage, IconTransfer icon, Long unformattedPostedTime, String postedTime) Creates a new instance of ForumMessageTransfer
-
-
Method Details
-
getForumMessageName
Returns the forumMessageName.- Returns:
- the forumMessageName
-
setForumMessageName
Sets the forumMessageName.- Parameters:
forumMessageName
- the forumMessageName to set
-
getForumThread
Returns the forumThread.- Returns:
- the forumThread
-
setForumThread
Sets the forumThread.- Parameters:
forumThread
- the forumThread to set
-
getForumMessageType
Returns the forumMessageType.- Returns:
- the forumMessageType
-
setForumMessageType
Sets the forumMessageType.- Parameters:
forumMessageType
- the forumMessageType to set
-
getParentForumMessage
Returns the parentForumMessage.- Returns:
- the parentForumMessage
-
setParentForumMessage
Sets the parentForumMessage.- Parameters:
parentForumMessage
- the parentForumMessage to set
-
getIcon
Returns the icon.- Returns:
- the icon
-
setIcon
Sets the icon.- Parameters:
icon
- the icon to set
-
getUnformattedPostedTime
Returns the unformattedPostedTime.- Returns:
- the unformattedPostedTime
-
setUnformattedPostedTime
Sets the unformattedPostedTime.- Parameters:
unformattedPostedTime
- the unformattedPostedTime to set
-
getPostedTime
Returns the postedTime.- Returns:
- the postedTime
-
setPostedTime
Sets the postedTime.- Parameters:
postedTime
- the postedTime to set
-
getForumMessageRoles
Returns the forumMessageRoles.- Returns:
- the forumMessageRoles
-
setForumMessageRoles
Sets the forumMessageRoles.- Parameters:
forumMessageRoles
- the forumMessageRoles to set
-
getForumMessageParts
Returns the forumMessageParts.- Returns:
- the forumMessageParts
-
setForumMessageParts
Sets the forumMessageParts.- Parameters:
forumMessageParts
- the forumMessageParts to set
-
getForumMessageAttachments
Returns the forumMessageAttachments.- Returns:
- the forumMessageAttachments
-
setForumMessageAttachments
public void setForumMessageAttachments(ListWrapper<ForumMessageAttachmentTransfer> forumMessageAttachments) Sets the forumMessageAttachments.- Parameters:
forumMessageAttachments
- the forumMessageAttachments to set
-