Class ForumGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumGroupTransfer
(String forumGroupName, IconTransfer icon, Integer sortOrder, String description) Creates a new instance of ForumGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
void
setDescription
(String description) void
setForumGroupName
(String forumGroupName) void
setForums
(ListWrapper<ForumTransfer> forums) void
setIcon
(IconTransfer icon) 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
-
ForumGroupTransfer
public ForumGroupTransfer(String forumGroupName, IconTransfer icon, Integer sortOrder, String description) Creates a new instance of ForumGroupTransfer
-
-
Method Details
-
getForumGroupName
-
setForumGroupName
-
getIcon
-
setIcon
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getForums
-
setForums
-