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 TypeMethodDescriptionvoid
setCogsGlAccount
(GlAccountTransfer cogsGlAccount) void
setDescription
(String description) void
setInventoryGlAccount
(GlAccountTransfer inventoryGlAccount) void
setIsDefault
(Boolean isDefault) void
setItemAccountingCategoryName
(String itemAccountingCategoryName) void
setParentItemAccountingCategory
(ItemAccountingCategoryTransfer parentItemAccountingCategory) void
setReturnsCogsGlAccount
(GlAccountTransfer returnsCogsGlAccount) void
setReturnsGlAccount
(GlAccountTransfer returnsGlAccount) void
setSalesGlAccount
(GlAccountTransfer salesGlAccount) void
setSortOrder
(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
-