Class ConsignmentEntryData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsignmentEntryData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsignmentEntryData

        public ConsignmentEntryData()
    • Method Detail

      • setOrderEntry

        public void setOrderEntry​(OrderEntryData orderEntry)
      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
      • getQuantity

        public java.lang.Long getQuantity()
      • setShippedQuantity

        public void setShippedQuantity​(java.lang.Long shippedQuantity)
      • getShippedQuantity

        public java.lang.Long getShippedQuantity()
      • setQuantityDeclined

        public void setQuantityDeclined​(java.lang.Long quantityDeclined)
      • getQuantityDeclined

        public java.lang.Long getQuantityDeclined()
      • setQuantityPending

        public void setQuantityPending​(java.lang.Long quantityPending)
      • getQuantityPending

        public java.lang.Long getQuantityPending()
      • setQuantityShipped

        public void setQuantityShipped​(java.lang.Long quantityShipped)
      • getQuantityShipped

        public java.lang.Long getQuantityShipped()