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.voidsetForumMessageAttachments(ListWrapper<ForumMessageAttachmentTransfer> forumMessageAttachments) Sets the forumMessageAttachments.voidsetForumMessageName(String forumMessageName) Sets the forumMessageName.voidsetForumMessageParts(MapWrapper<ForumMessagePartTransfer> forumMessageParts) Sets the forumMessageParts.voidsetForumMessageRoles(ListWrapper<ForumMessageRoleTransfer> forumMessageRoles) Sets the forumMessageRoles.voidsetForumMessageType(ForumMessageTypeTransfer forumMessageType) Sets the forumMessageType.voidsetForumThread(ForumThreadTransfer forumThread) Sets the forumThread.voidsetIcon(IconTransfer icon) Sets the icon.voidsetParentForumMessage(ForumMessageTransfer parentForumMessage) Sets the parentForumMessage.voidsetPostedTime(String postedTime) Sets the postedTime.voidsetUnformattedPostedTime(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
-