Class AsnEntryData

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      AsnEntryData()  
    • Method Summary

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

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

      • AsnEntryData

        public AsnEntryData()
    • Method Detail

      • setProductCode

        public void setProductCode​(java.lang.String productCode)
      • getProductCode

        public java.lang.String getProductCode()
      • setQuantity

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

        public java.lang.Integer getQuantity()