Class ItemAccountingCategoryDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.ItemAccountingCategoryDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemAccountingCategoryDescriptionTransfer
(LanguageTransfer language, ItemAccountingCategoryTransfer itemAccountingCategory, String description) Creates a new instance of ItemAccountingCategoryDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) void
setLanguage
(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
-
ItemAccountingCategoryDescriptionTransfer
public ItemAccountingCategoryDescriptionTransfer(LanguageTransfer language, ItemAccountingCategoryTransfer itemAccountingCategory, String description) Creates a new instance of ItemAccountingCategoryDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getItemAccountingCategory
-
setItemAccountingCategory
-
getDescription
-
setDescription
-