Class ContentForumTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentForumTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentForumTransfer
(ContentCollectionTransfer contentCollection, ForumTransfer forum, Boolean isDefault) Creates a new instance of ContentForumTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCollection.getForum()
Returns the forum.Returns the isDefault.void
setContentCollection
(ContentCollectionTransfer contentCollection) Sets the contentCollection.void
setForum
(ForumTransfer forum) Sets the forum.void
setIsDefault
(Boolean isDefault) Sets the isDefault.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
-
ContentForumTransfer
public ContentForumTransfer(ContentCollectionTransfer contentCollection, ForumTransfer forum, Boolean isDefault) Creates a new instance of ContentForumTransfer
-
-
Method Details
-
getContentCollection
Returns the contentCollection.- Returns:
- the contentCollection
-
setContentCollection
Sets the contentCollection.- Parameters:
contentCollection
- the contentCollection to set
-
getForum
Returns the forum.- Returns:
- the forum
-
setForum
Sets the forum.- Parameters:
forum
- the forum to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-