Package org.cxml

Class SupplierOrderInfo


  • public class SupplierOrderInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String orderDate  
      protected java.lang.String orderID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOrderDate()
      Gets the value of the orderDate property.
      java.lang.String getOrderID()
      Gets the value of the orderID property.
      void setOrderDate​(java.lang.String value)
      Sets the value of the orderDate property.
      void setOrderID​(java.lang.String value)
      Sets the value of the orderID property.
      • Methods inherited from class java.lang.Object

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

      • orderID

        protected java.lang.String orderID
      • orderDate

        protected java.lang.String orderDate
    • Constructor Detail

      • SupplierOrderInfo

        public SupplierOrderInfo()
    • Method Detail

      • getOrderID

        public java.lang.String getOrderID()
        Gets the value of the orderID property.
        Returns:
        possible object is String
      • setOrderID

        public void setOrderID​(java.lang.String value)
        Sets the value of the orderID property.
        Parameters:
        value - allowed object is String
      • getOrderDate

        public java.lang.String getOrderDate()
        Gets the value of the orderDate property.
        Returns:
        possible object is String
      • setOrderDate

        public void setOrderDate​(java.lang.String value)
        Sets the value of the orderDate property.
        Parameters:
        value - allowed object is String