public class ConsolidatedPickSlipFormEntry
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ConsolidatedPickSlipFormEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AllocationEventModel> |
getAllocationEvents() |
java.lang.String |
getBin() |
ProductModel |
getProduct() |
java.lang.Long |
getQuantity() |
void |
setAllocationEvents(java.util.List<AllocationEventModel> allocationEvents) |
void |
setBin(java.lang.String bin) |
void |
setProduct(ProductModel product) |
void |
setQuantity(java.lang.Long quantity) |
public void setProduct(ProductModel product)
public ProductModel getProduct()
public void setBin(java.lang.String bin)
public java.lang.String getBin()
public void setQuantity(java.lang.Long quantity)
public java.lang.Long getQuantity()
public void setAllocationEvents(java.util.List<AllocationEventModel> allocationEvents)
public java.util.List<AllocationEventModel> getAllocationEvents()
Copyright © 2018 SAP SE. All Rights Reserved.