Class OrderFormEntryWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrderFormEntryWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getQuantity()  
      java.lang.String getSku()  
      void setQuantity​(java.lang.Integer quantity)  
      void setSku​(java.lang.String sku)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderFormEntryWsDTO

        public OrderFormEntryWsDTO()
    • Method Detail

      • setSku

        public void setSku​(java.lang.String sku)
      • getSku

        public java.lang.String getSku()
      • setQuantity

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

        public java.lang.Integer getQuantity()