Class WeightPackageSessionLine

java.lang.Object
org.apache.ofbiz.shipment.weightPackage.WeightPackageSessionLine
All Implemented Interfaces:
Serializable

public class WeightPackageSessionLine extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getOrderId

      public String getOrderId()
      Gets order id.
      Returns:
      the order id
    • setOrderId

      public void setOrderId(String orderId)
      Sets order id.
      Parameters:
      orderId - the order id
    • getPackageWeight

      public BigDecimal getPackageWeight()
      Gets package weight.
      Returns:
      the package weight
    • setPackageWeight

      public void setPackageWeight(BigDecimal packageWeight)
      Sets package weight.
      Parameters:
      packageWeight - the package weight
    • getPackageLength

      public BigDecimal getPackageLength()
      Gets package length.
      Returns:
      the package length
    • setPackageLength

      public void setPackageLength(BigDecimal packageLength)
      Sets package length.
      Parameters:
      packageLength - the package length
    • getPackageWidth

      public BigDecimal getPackageWidth()
      Gets package width.
      Returns:
      the package width
    • setPackageWidth

      public void setPackageWidth(BigDecimal packageWidth)
      Sets package width.
      Parameters:
      packageWidth - the package width
    • getPackageHeight

      public BigDecimal getPackageHeight()
      Gets package height.
      Returns:
      the package height
    • setPackageHeight

      public void setPackageHeight(BigDecimal packageHeight)
      Sets package height.
      Parameters:
      packageHeight - the package height
    • getShipmentBoxTypeId

      public String getShipmentBoxTypeId()
      Gets shipment box type id.
      Returns:
      the shipment box type id
    • setShipmentBoxTypeId

      public void setShipmentBoxTypeId(String shipmentBoxTypeId)
      Sets shipment box type id.
      Parameters:
      shipmentBoxTypeId - the shipment box type id
    • getWeightPackageSeqId

      public int getWeightPackageSeqId()
      Gets weight package seq id.
      Returns:
      the weight package seq id
    • setWeightPackageSeqId

      public void setWeightPackageSeqId(int weightPackageSeqId)
      Sets weight package seq id.
      Parameters:
      weightPackageSeqId - the weight package seq id
    • getShipmentItemSeqId

      public String getShipmentItemSeqId()
      Gets shipment item seq id.
      Returns:
      the shipment item seq id
    • setShipmentItemSeqId

      public void setShipmentItemSeqId(String shipmentItemSeqId)
      Sets shipment item seq id.
      Parameters:
      shipmentItemSeqId - the shipment item seq id
    • applyLineToPackage

      protected void applyLineToPackage(String shipmentId, GenericValue userLogin, LocalDispatcher dispatcher, int shipPackSeqId) throws GeneralException
      Apply line to package.
      Parameters:
      shipmentId - the shipment id
      userLogin - the user login
      dispatcher - the dispatcher
      shipPackSeqId - the ship pack seq id
      Throws:
      GeneralException - the general exception