Class ContentCollectionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCollectionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCollectionTransfer
(String contentCollectionName, OfferUseTransfer defaultOfferUse, String description) Creates a new instance of ContentCollectionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalogs.Returns the contentCollectionName.Returns the contentForums.Returns the contentSections.Returns the defaultOfferUse.Returns the description.void
setContentCatalogs
(ListWrapper<ContentCatalogTransfer> contentCatalogs) Sets the contentCatalogs.void
setContentCollectionName
(String contentCollectionName) Sets the contentCollectionName.void
setContentForums
(ListWrapper<ContentForumTransfer> contentForums) Sets the contentForums.void
setContentSections
(ListWrapper<ContentSectionTransfer> contentSections) Sets the contentSections.void
setDefaultOfferUse
(OfferUseTransfer defaultOfferUse) Sets the defaultOfferUse.void
setDescription
(String description) Sets the description.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
-
ContentCollectionTransfer
public ContentCollectionTransfer(String contentCollectionName, OfferUseTransfer defaultOfferUse, String description) Creates a new instance of ContentCollectionTransfer
-
-
Method Details
-
getContentCollectionName
Returns the contentCollectionName.- Returns:
- the contentCollectionName
-
setContentCollectionName
Sets the contentCollectionName.- Parameters:
contentCollectionName
- the contentCollectionName to set
-
getDefaultOfferUse
Returns the defaultOfferUse.- Returns:
- the defaultOfferUse
-
setDefaultOfferUse
Sets the defaultOfferUse.- Parameters:
defaultOfferUse
- the defaultOfferUse to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getContentCatalogs
Returns the contentCatalogs.- Returns:
- the contentCatalogs
-
setContentCatalogs
Sets the contentCatalogs.- Parameters:
contentCatalogs
- the contentCatalogs to set
-
getContentForums
Returns the contentForums.- Returns:
- the contentForums
-
setContentForums
Sets the contentForums.- Parameters:
contentForums
- the contentForums to set
-
getContentSections
Returns the contentSections.- Returns:
- the contentSections
-
setContentSections
Sets the contentSections.- Parameters:
contentSections
- the contentSections to set
-