Class ContentCatalogResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCatalogResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogResultTransfer(String contentCollectionName, String contentCatalogName, ContentCatalogTransfer contentCatalog) Creates a new instance of ItemResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCatalog.Returns the contentCatalogName.Returns the contentCollectionName.voidsetContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.voidsetContentCatalogName(String contentCatalogName) Sets the contentCatalogName.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
-
ContentCatalogResultTransfer
public ContentCatalogResultTransfer(String contentCollectionName, String contentCatalogName, ContentCatalogTransfer contentCatalog) 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
-
getContentCatalog
Returns the contentCatalog.- Returns:
- the contentCatalog
-
setContentCatalog
Sets the contentCatalog.- Parameters:
contentCatalog- the contentCatalog to set
-