Class CustomerSupplierModel


  • public class CustomerSupplierModel
    extends java.lang.Object
    Represents a parameter associated with a company.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCompanyId()
      Getter for companyId CompanyId associated with the parameter
      java.lang.String getCustomerCode()
      Getter for customerCode CustomerCode
      java.lang.Long getId()
      Getter for id Identifier for company parameter
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId associated with the parameter
      void setCustomerCode​(java.lang.String value)
      Setter for customerCode CustomerCode
      void setId​(java.lang.Long value)
      Setter for id Identifier for company parameter
      java.lang.String toString()
      Returns a JSON string representation of CustomerSupplierModel
      • Methods inherited from class java.lang.Object

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

      • CustomerSupplierModel

        public CustomerSupplierModel()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Getter for id Identifier for company parameter
      • setId

        public void setId​(java.lang.Long value)
        Setter for id Identifier for company parameter
      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId CompanyId associated with the parameter
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId CompanyId associated with the parameter
      • getCustomerCode

        public java.lang.String getCustomerCode()
        Getter for customerCode CustomerCode
      • setCustomerCode

        public void setCustomerCode​(java.lang.String value)
        Setter for customerCode CustomerCode
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CustomerSupplierModel
        Overrides:
        toString in class java.lang.Object