Class ItemCategoryDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemCategoryDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemCategoryDescriptionTransfer(LanguageTransfer language, ItemCategoryTransfer itemCategory, String description) Creates a new instance of ItemCategoryDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetItemCategory(ItemCategoryTransfer itemCategory) voidsetLanguage(LanguageTransfer language) 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
-
ItemCategoryDescriptionTransfer
public ItemCategoryDescriptionTransfer(LanguageTransfer language, ItemCategoryTransfer itemCategory, String description) Creates a new instance of ItemCategoryDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getItemCategory
-
setItemCategory
-
getDescription
-
setDescription
-