Class InventoryConditionGlAccountTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.InventoryConditionGlAccountTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryConditionGlAccountTransfer
(InventoryConditionTransfer inventoryCondition, ItemAccountingCategoryTransfer itemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount) Creates a new instance of InventoryConditionGlAccountTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCogsGlAccount
(GlAccountTransfer cogsGlAccount) void
setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
setInventoryGlAccount
(GlAccountTransfer inventoryGlAccount) void
setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) void
setReturnsCogsGlAccount
(GlAccountTransfer returnsCogsGlAccount) void
setReturnsGlAccount
(GlAccountTransfer returnsGlAccount) void
setSalesGlAccount
(GlAccountTransfer salesGlAccount) 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
-
InventoryConditionGlAccountTransfer
public InventoryConditionGlAccountTransfer(InventoryConditionTransfer inventoryCondition, ItemAccountingCategoryTransfer itemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount) Creates a new instance of InventoryConditionGlAccountTransfer
-
-
Method Details
-
getInventoryCondition
-
setInventoryCondition
-
getItemAccountingCategory
-
setItemAccountingCategory
-
getInventoryGlAccount
-
setInventoryGlAccount
-
getSalesGlAccount
-
setSalesGlAccount
-
getReturnsGlAccount
-
setReturnsGlAccount
-
getCogsGlAccount
-
setCogsGlAccount
-
getReturnsCogsGlAccount
-
setReturnsCogsGlAccount
-