Class ContentCategoryResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCategoryResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCategoryResultTransfer(String contentCollectionName, String contentCatalogName, String contentCategoryName, ContentCategoryTransfer contentCategory) Creates a new instance of ItemResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalogName.Returns the contentCategory.Returns the contentCategoryName.Returns the contentCollectionName.voidsetContentCatalogName(String contentCatalogName) Sets the contentCatalogName.voidsetContentCategory(ContentCategoryTransfer contentCategory) Sets the contentCategory.voidsetContentCategoryName(String contentCategoryName) Sets the contentCategoryName.voidsetContentCollectionName(String contentCollectionName) Sets the contentCollectionName.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
-
ContentCategoryResultTransfer
public ContentCategoryResultTransfer(String contentCollectionName, String contentCatalogName, String contentCategoryName, ContentCategoryTransfer contentCategory) Creates a new instance of ItemResultTransfer
-
-
Method Details
-
getContentCollectionName
Returns the contentCollectionName.- Returns:
- the contentCollectionName
-
setContentCollectionName
Sets the contentCollectionName.- Parameters:
contentCollectionName- the contentCollectionName to set
-
getContentCatalogName
Returns the contentCatalogName.- Returns:
- the contentCatalogName
-
setContentCatalogName
Sets the contentCatalogName.- Parameters:
contentCatalogName- the contentCatalogName to set
-
getContentCategoryName
Returns the contentCategoryName.- Returns:
- the contentCategoryName
-
setContentCategoryName
Sets the contentCategoryName.- Parameters:
contentCategoryName- the contentCategoryName to set
-
getContentCategory
Returns the contentCategory.- Returns:
- the contentCategory
-
setContentCategory
Sets the contentCategory.- Parameters:
contentCategory- the contentCategory to set
-