Class ForumDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.forum.common.transfer.ForumDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForumDescriptionTransfer
(LanguageTransfer language, ForumTransfer forum, String description) Creates a new instance of ForumDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetForum()
void
setDescription
(String description) void
setForum
(ForumTransfer forum) void
setLanguage
(LanguageTransfer language) 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
-
ForumDescriptionTransfer
Creates a new instance of ForumDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getForum
-
setForum
-
getDescription
-
setDescription
-