Class ForumForumThreadTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumForumThreadTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumForumThreadTransfer
(ForumTransfer forum, ForumThreadTransfer forumThread, Boolean isDefault, Integer sortOrder) Creates a new instance of ForumForumThreadTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetForum()
void
setForum
(ForumTransfer forum) void
setForumThread
(ForumThreadTransfer forumThread) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) 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
-
ForumForumThreadTransfer
public ForumForumThreadTransfer(ForumTransfer forum, ForumThreadTransfer forumThread, Boolean isDefault, Integer sortOrder) Creates a new instance of ForumForumThreadTransfer
-
-
Method Details
-
getForum
-
setForum
-
getForumThread
-
setForumThread
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-