public class PackingSessionLine extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
height |
protected String |
inventoryItemId |
protected BigDecimal |
length |
String |
module |
protected String |
orderId |
protected String |
orderItemSeqId |
protected int |
packageSeq |
protected String |
productId |
protected BigDecimal |
quantity |
protected String |
shipGroupSeqId |
protected String |
shipmentBoxTypeId |
protected String |
shipmentItemSeqId |
protected BigDecimal |
weight |
protected String |
weightPackageSeqId |
protected BigDecimal |
width |
Constructor and Description |
---|
PackingSessionLine(String orderId,
String orderItemSeqId,
String shipGroupSeqId,
String productId,
String inventoryItemId,
BigDecimal quantity,
BigDecimal weight,
int packageSeq) |
public final String module
protected String orderId
protected String orderItemSeqId
protected String shipGroupSeqId
protected String productId
protected String inventoryItemId
protected String shipmentItemSeqId
protected BigDecimal quantity
protected BigDecimal weight
protected BigDecimal height
protected BigDecimal width
protected BigDecimal length
protected String shipmentBoxTypeId
protected String weightPackageSeqId
protected int packageSeq
public PackingSessionLine(String orderId, String orderItemSeqId, String shipGroupSeqId, String productId, String inventoryItemId, BigDecimal quantity, BigDecimal weight, int packageSeq)
public String getOrderId()
public String getOrderItemSeqId()
public String getShipGroupSeqId()
public String getInventoryItemId()
public String getProductId()
public String getShipmentItemSeqId()
public void setShipmentItemSeqId(String shipmentItemSeqId)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public void addQuantity(BigDecimal quantity)
public BigDecimal getWeight()
public void setWeight(BigDecimal weight)
public void addWeight(BigDecimal weight)
public int getPackageSeq()
public BigDecimal getLength()
public void setLength(BigDecimal length)
public BigDecimal getWidth()
public void setWidth(BigDecimal width)
public BigDecimal getHeight()
public void setHeight(BigDecimal height)
public String getShipmentBoxTypeId()
public void setShipmentBoxTypeId(String shipmentBoxTypeId)
public String getWeightPackageSeqId()
public void setWeightPackageSeqId(String weightPackageSeqId)
public boolean isSameItem(PackingSessionLine line)
protected void issueItemToShipment(String shipmentId, String picklistBinId, GenericValue userLogin, BigDecimal quantity, LocalDispatcher dispatcher) throws GeneralException
GeneralException
protected void applyLineToPackage(String shipmentId, GenericValue userLogin, LocalDispatcher dispatcher) throws GeneralException
GeneralException