Class CustomerSupplierCountryParamModel


  • public class CustomerSupplierCountryParamModel
    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.String getBusinessIdentificationNo()
      Getter for businessIdentificationNo
      java.lang.Integer getCompanyId()
      Getter for companyId CompanyId associated with the parameter
      java.lang.String getCountry()
      Getter for country
      java.lang.String getCustomerCode()
      Getter for customerCode
      java.lang.Long getCustomerId()
      Getter for customerId Identifier for company parameter
      java.lang.Long getId()
      Getter for id Identifier for company parameter
      java.lang.Boolean getIsEstablished()
      Getter for isEstablished
      java.lang.Boolean getIsRegisteredThroughFiscalRep()
      Getter for isRegisteredThroughFiscalRep
      void setBusinessIdentificationNo​(java.lang.String value)
      Setter for businessIdentificationNo
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId associated with the parameter
      void setCountry​(java.lang.String value)
      Setter for country
      void setCustomerCode​(java.lang.String value)
      Setter for customerCode
      void setCustomerId​(java.lang.Long value)
      Setter for customerId Identifier for company parameter
      void setId​(java.lang.Long value)
      Setter for id Identifier for company parameter
      void setIsEstablished​(java.lang.Boolean value)
      Setter for isEstablished
      void setIsRegisteredThroughFiscalRep​(java.lang.Boolean value)
      Setter for isRegisteredThroughFiscalRep
      java.lang.String toString()
      Returns a JSON string representation of CustomerSupplierCountryParamModel
      • Methods inherited from class java.lang.Object

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

      • CustomerSupplierCountryParamModel

        public CustomerSupplierCountryParamModel()
    • 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
      • getCustomerId

        public java.lang.Long getCustomerId()
        Getter for customerId Identifier for company parameter
      • setCustomerId

        public void setCustomerId​(java.lang.Long value)
        Setter for customerId Identifier for company parameter
      • getCustomerCode

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

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

        public java.lang.String getCountry()
        Getter for country
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country
      • getIsEstablished

        public java.lang.Boolean getIsEstablished()
        Getter for isEstablished
      • setIsEstablished

        public void setIsEstablished​(java.lang.Boolean value)
        Setter for isEstablished
      • getBusinessIdentificationNo

        public java.lang.String getBusinessIdentificationNo()
        Getter for businessIdentificationNo
      • setBusinessIdentificationNo

        public void setBusinessIdentificationNo​(java.lang.String value)
        Setter for businessIdentificationNo
      • getIsRegisteredThroughFiscalRep

        public java.lang.Boolean getIsRegisteredThroughFiscalRep()
        Getter for isRegisteredThroughFiscalRep
      • setIsRegisteredThroughFiscalRep

        public void setIsRegisteredThroughFiscalRep​(java.lang.Boolean value)
        Setter for isRegisteredThroughFiscalRep
      • toString

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