Class PartyInventoryLevelTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.PartyInventoryLevelTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyInventoryLevelTransfer
(PartyTransfer party, ItemTransfer item, InventoryConditionTransfer inventoryCondition, String minimumInventory, String maximumInventory, String reorderQuantity) Creates a new instance of PartyInventoryLevelTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetItem()
getParty()
void
setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
setItem
(ItemTransfer item) void
setMaximumInventory
(String maximumInventory) void
setMinimumInventory
(String minimumInventory) void
setParty
(PartyTransfer party) void
setReorderQuantity
(String reorderQuantity) 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
-
PartyInventoryLevelTransfer
public PartyInventoryLevelTransfer(PartyTransfer party, ItemTransfer item, InventoryConditionTransfer inventoryCondition, String minimumInventory, String maximumInventory, String reorderQuantity) Creates a new instance of PartyInventoryLevelTransfer
-
-
Method Details
-
getParty
-
setParty
-
getItem
-
setItem
-
getInventoryCondition
-
setInventoryCondition
-
getMinimumInventory
-
setMinimumInventory
-
getMaximumInventory
-
setMaximumInventory
-
getReorderQuantity
-
setReorderQuantity
-