Class InventoryLocationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.InventoryLocationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationTransfer(LocationTransfer location, PartyTransfer ownerParty, ItemTransfer item, UnitOfMeasureTypeTransfer unitOfMeasureType, InventoryConditionTransfer inventoryCondition) -
Method Summary
Modifier and TypeMethodDescriptiongetItem()voidsetInventoryCondition(InventoryConditionTransfer inventoryCondition) voidsetItem(ItemTransfer item) voidsetLocation(LocationTransfer location) voidsetOwnerParty(PartyTransfer ownerParty) voidsetUnitOfMeasureType(UnitOfMeasureTypeTransfer unitOfMeasureType) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliases, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliases, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
InventoryLocationTransfer
public InventoryLocationTransfer(LocationTransfer location, PartyTransfer ownerParty, ItemTransfer item, UnitOfMeasureTypeTransfer unitOfMeasureType, InventoryConditionTransfer inventoryCondition)
-
-
Method Details
-
getLocation
-
setLocation
-
getOwnerParty
-
setOwnerParty
-
getItem
-
setItem
-
getUnitOfMeasureType
-
setUnitOfMeasureType
-
getInventoryCondition
-
setInventoryCondition
-