Class ShippedEntry

java.lang.Object
de.hybris.platform.warehousing.data.shipping.ShippedEntry
All Implemented Interfaces:
Serializable

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

    • ShippedEntry

      public ShippedEntry()
  • Method Details

    • setConsignmentEntry

      public void setConsignmentEntry(ConsignmentEntryModel consignmentEntry)
    • getConsignmentEntry

      public ConsignmentEntryModel getConsignmentEntry()
    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()