Class SourcingResult
- java.lang.Object
-
- de.hybris.platform.warehousing.data.sourcing.SourcingResult
-
- All Implemented Interfaces:
java.io.Serializable
public class SourcingResult extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourcingResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>getAllocation()WarehouseModelgetWarehouse()voidsetAllocation(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocation)voidsetWarehouse(WarehouseModel warehouse)
-
-
-
Method Detail
-
setAllocation
public void setAllocation(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocation)
-
getAllocation
public java.util.Map<AbstractOrderEntryModel,java.lang.Long> getAllocation()
-
setWarehouse
public void setWarehouse(WarehouseModel warehouse)
-
getWarehouse
public WarehouseModel getWarehouse()
-
-