Class ContentCategoryTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCategoryTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCategoryTransfer(ContentCatalogTransfer contentCatalog, String contentCategoryName, ContentCategoryTransfer parentContentCategory, OfferUseTransfer defaultOfferUse, SelectorTransfer contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCategoryTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalog.Returns the contentCategoryItems.Returns the contentCategoryItemSelector.Returns the contentCategoryName.Returns the defaultOfferUse.Returns the description.Returns the isDefault.Returns the parentContentCategory.Returns the sortOrder.voidsetContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.voidsetContentCategoryItems(ListWrapper<ContentCategoryItemTransfer> contentCategoryItems) Sets the contentCategoryItems.voidsetContentCategoryItemSelector(SelectorTransfer contentCategoryItemSelector) Sets the contentCategoryItemSelector.voidsetContentCategoryName(String contentCategoryName) Sets the contentCategoryName.voidsetDefaultOfferUse(OfferUseTransfer defaultOfferUse) Sets the defaultOfferUse.voidsetDescription(String description) Sets the description.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetParentContentCategory(ContentCategoryTransfer parentContentCategory) Sets the parentContentCategory.voidsetSortOrder(Integer sortOrder) Sets the 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
-
ContentCategoryTransfer
public ContentCategoryTransfer(ContentCatalogTransfer contentCatalog, String contentCategoryName, ContentCategoryTransfer parentContentCategory, OfferUseTransfer defaultOfferUse, SelectorTransfer contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCategoryTransfer
-
-
Method Details
-
getContentCatalog
Returns the contentCatalog.- Returns:
- the contentCatalog
-
setContentCatalog
Sets the contentCatalog.- Parameters:
contentCatalog- the contentCatalog to set
-
getContentCategoryName
Returns the contentCategoryName.- Returns:
- the contentCategoryName
-
setContentCategoryName
Sets the contentCategoryName.- Parameters:
contentCategoryName- the contentCategoryName to set
-
getParentContentCategory
Returns the parentContentCategory.- Returns:
- the parentContentCategory
-
setParentContentCategory
Sets the parentContentCategory.- Parameters:
parentContentCategory- the parentContentCategory to set
-
getDefaultOfferUse
Returns the defaultOfferUse.- Returns:
- the defaultOfferUse
-
setDefaultOfferUse
Sets the defaultOfferUse.- Parameters:
defaultOfferUse- the defaultOfferUse to set
-
getContentCategoryItemSelector
Returns the contentCategoryItemSelector.- Returns:
- the contentCategoryItemSelector
-
setContentCategoryItemSelector
Sets the contentCategoryItemSelector.- Parameters:
contentCategoryItemSelector- the contentCategoryItemSelector to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getContentCategoryItems
Returns the contentCategoryItems.- Returns:
- the contentCategoryItems
-
setContentCategoryItems
Sets the contentCategoryItems.- Parameters:
contentCategoryItems- the contentCategoryItems to set
-