Class ForumPartyRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumPartyRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumPartyRoleTransfer(ForumTransfer forum, PartyTransfer party, ForumRoleTypeTransfer forumRoleType) Creates a new instance of ForumPartyRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetForum()getParty()voidsetForum(ForumTransfer forum) voidsetForumRoleType(ForumRoleTypeTransfer forumRoleType) voidsetParty(PartyTransfer party) 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
-
ForumPartyRoleTransfer
public ForumPartyRoleTransfer(ForumTransfer forum, PartyTransfer party, ForumRoleTypeTransfer forumRoleType) Creates a new instance of ForumPartyRoleTransfer
-
-
Method Details
-
getForum
-
setForum
-
getParty
-
setParty
-
getForumRoleType
-
setForumRoleType
-