Class ItemAccountingCategoryTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.ItemAccountingCategoryTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemAccountingCategoryTransfer(String itemAccountingCategoryName, ItemAccountingCategoryTransfer parentItemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ItemAccountingCategoryTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCogsGlAccount(GlAccountTransfer cogsGlAccount) voidsetDescription(String description) voidsetInventoryGlAccount(GlAccountTransfer inventoryGlAccount) voidsetIsDefault(Boolean isDefault) voidsetItemAccountingCategoryName(String itemAccountingCategoryName) voidsetParentItemAccountingCategory(ItemAccountingCategoryTransfer parentItemAccountingCategory) voidsetReturnsCogsGlAccount(GlAccountTransfer returnsCogsGlAccount) voidsetReturnsGlAccount(GlAccountTransfer returnsGlAccount) voidsetSalesGlAccount(GlAccountTransfer salesGlAccount) voidsetSortOrder(Integer 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
-
ItemAccountingCategoryTransfer
public ItemAccountingCategoryTransfer(String itemAccountingCategoryName, ItemAccountingCategoryTransfer parentItemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ItemAccountingCategoryTransfer
-
-
Method Details
-
getItemAccountingCategoryName
-
setItemAccountingCategoryName
-
getParentItemAccountingCategory
-
setParentItemAccountingCategory
public void setParentItemAccountingCategory(ItemAccountingCategoryTransfer parentItemAccountingCategory) -
getInventoryGlAccount
-
setInventoryGlAccount
-
getSalesGlAccount
-
setSalesGlAccount
-
getReturnsGlAccount
-
setReturnsGlAccount
-
getCogsGlAccount
-
setCogsGlAccount
-
getReturnsCogsGlAccount
-
setReturnsCogsGlAccount
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-