Package org.cxml

Class SupplierDataResponse


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

      Fields 
      Modifier and Type Field Description
      protected Supplier supplier  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Supplier getSupplier()
      Gets the value of the supplier property.
      void setSupplier​(Supplier value)
      Sets the value of the supplier property.
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • SupplierDataResponse

        public SupplierDataResponse()
    • Method Detail

      • getSupplier

        public Supplier getSupplier()
        Gets the value of the supplier property.
        Returns:
        possible object is Supplier
      • setSupplier

        public void setSupplier​(Supplier value)
        Sets the value of the supplier property.
        Parameters:
        value - allowed object is Supplier