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.void
setContentCatalog
(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.void
setContentCategoryItems
(ListWrapper<ContentCategoryItemTransfer> contentCategoryItems) Sets the contentCategoryItems.void
setContentCategoryItemSelector
(SelectorTransfer contentCategoryItemSelector) Sets the contentCategoryItemSelector.void
setContentCategoryName
(String contentCategoryName) Sets the contentCategoryName.void
setDefaultOfferUse
(OfferUseTransfer defaultOfferUse) Sets the defaultOfferUse.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setParentContentCategory
(ContentCategoryTransfer parentContentCategory) Sets the parentContentCategory.void
setSortOrder
(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
-