Class ConsignmentEntryWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsignmentEntryWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Representation of a Consignment Entry
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsignmentEntryWsDTO

        public ConsignmentEntryWsDTO()
    • Method Detail

      • setOrderEntry

        public void setOrderEntry​(OrderEntryWsDTO 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()