Class ConsolidatedPickSlipFormEntry
- java.lang.Object
-
- de.hybris.platform.warehousing.data.pickslip.ConsolidatedPickSlipFormEntry
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsolidatedPickSlipFormEntry extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsolidatedPickSlipFormEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AllocationEventModel>getAllocationEvents()java.lang.StringgetBin()ProductModelgetProduct()java.lang.LonggetQuantity()voidsetAllocationEvents(java.util.List<AllocationEventModel> allocationEvents)voidsetBin(java.lang.String bin)voidsetProduct(ProductModel product)voidsetQuantity(java.lang.Long quantity)
-
-
-
Method Detail
-
setProduct
public void setProduct(ProductModel product)
-
getProduct
public ProductModel getProduct()
-
setBin
public void setBin(java.lang.String bin)
-
getBin
public java.lang.String getBin()
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
getQuantity
public java.lang.Long getQuantity()
-
setAllocationEvents
public void setAllocationEvents(java.util.List<AllocationEventModel> allocationEvents)
-
getAllocationEvents
public java.util.List<AllocationEventModel> getAllocationEvents()
-
-