Interface GetInventoryLocationsResult
- All Superinterfaces:
BaseResult
-
Method Summary
Modifier and TypeMethodDescriptiongetItem()voidsetInventoryCondition(InventoryConditionTransfer inventoryCondition) voidsetInventoryLocationCount(Long inventoryLocationCount) voidsetInventoryLocations(List<InventoryLocationTransfer> inventoryLocations) voidsetItem(ItemTransfer item) voidsetLocation(LocationTransfer location) voidsetOwnerParty(PartyTransfer ownerParty) voidsetUnitOfMeasureType(UnitOfMeasureTypeTransfer unitOfMeasureType)
-
Method Details
-
getLocation
-
setLocation
-
getOwnerParty
-
setOwnerParty
-
getItem
-
setItem
-
getUnitOfMeasureType
-
setUnitOfMeasureType
-
getInventoryCondition
-
setInventoryCondition
-
getInventoryLocationCount
-
setInventoryLocationCount
-
getInventoryLocations
-
setInventoryLocations
-