Package org.cxml

Class SupplierOrderInfo

java.lang.Object
org.cxml.SupplierOrderInfo

public class SupplierOrderInfo extends Object
  • Field Details

    • orderID

      protected String orderID
    • orderDate

      protected String orderDate
  • Constructor Details

    • SupplierOrderInfo

      public SupplierOrderInfo()
  • Method Details

    • getOrderID

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

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

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

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