Class ContentCategoryItemTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCategoryItemTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCategoryItemTransfer
(ContentCategoryTransfer contentCategory, ContentCatalogItemTransfer contentCatalogItem, Boolean isDefault, Integer sortOrder) Creates a new instance of ContentCategoryItemTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalogItem.Returns the contentCategory.Returns the isDefault.Returns the sortOrder.void
setContentCatalogItem
(ContentCatalogItemTransfer contentCatalogItem) Sets the contentCatalogItem.void
setContentCategory
(ContentCategoryTransfer contentCategory) Sets the contentCategory.void
setIsDefault
(Boolean isDefault) Sets the isDefault.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
-
ContentCategoryItemTransfer
public ContentCategoryItemTransfer(ContentCategoryTransfer contentCategory, ContentCatalogItemTransfer contentCatalogItem, Boolean isDefault, Integer sortOrder) Creates a new instance of ContentCategoryItemTransfer
-
-
Method Details
-
getContentCategory
Returns the contentCategory.- Returns:
- the contentCategory
-
setContentCategory
Sets the contentCategory.- Parameters:
contentCategory
- the contentCategory to set
-
getContentCatalogItem
Returns the contentCatalogItem.- Returns:
- the contentCatalogItem
-
setContentCatalogItem
Sets the contentCatalogItem.- Parameters:
contentCatalogItem
- the contentCatalogItem 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
-