Class ContentCatalogTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCatalogTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogTransfer
(ContentCollectionTransfer contentCollection, String contentCatalogName, OfferUseTransfer defaultOfferUse, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCatalogTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalogItems.Returns the contentCatalogName.Returns the contentCategories.Returns the contentCollection.Returns the defaultOfferUse.Returns the description.Returns the isDefault.Returns the sortOrder.void
setContentCatalogItems
(ListWrapper<ContentCatalogItemTransfer> contentCatalogItems) Sets the contentCatalogItems.void
setContentCatalogName
(String contentCatalogName) Sets the contentCatalogName.void
setContentCategories
(ListWrapper<ContentCategoryTransfer> contentCategories) Sets the contentCategories.void
setContentCollection
(ContentCollectionTransfer contentCollection) Sets the contentCollection.void
setDefaultOfferUse
(OfferUseTransfer defaultOfferUse) Sets the defaultOfferUse.void
setDescription
(String description) Sets the description.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
-
ContentCatalogTransfer
public ContentCatalogTransfer(ContentCollectionTransfer contentCollection, String contentCatalogName, OfferUseTransfer defaultOfferUse, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCatalogTransfer
-
-
Method Details
-
getContentCollection
Returns the contentCollection.- Returns:
- the contentCollection
-
setContentCollection
Sets the contentCollection.- Parameters:
contentCollection
- the contentCollection to set
-
getContentCatalogName
Returns the contentCatalogName.- Returns:
- the contentCatalogName
-
setContentCatalogName
Sets the contentCatalogName.- Parameters:
contentCatalogName
- the contentCatalogName to set
-
getDefaultOfferUse
Returns the defaultOfferUse.- Returns:
- the defaultOfferUse
-
setDefaultOfferUse
Sets the defaultOfferUse.- Parameters:
defaultOfferUse
- the defaultOfferUse 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
-
getContentCatalogItems
Returns the contentCatalogItems.- Returns:
- the contentCatalogItems
-
setContentCatalogItems
Sets the contentCatalogItems.- Parameters:
contentCatalogItems
- the contentCatalogItems to set
-
getContentCategories
Returns the contentCategories.- Returns:
- the contentCategories
-
setContentCategories
Sets the contentCategories.- Parameters:
contentCategories
- the contentCategories to set
-