Class TaxAuthorityModel


  • public class TaxAuthorityModel
    extends java.lang.Object
    Tax Authority Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()
      Getter for id The unique ID number of this tax authority.
      java.lang.Integer getJurisdictionId()
      Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
      java.lang.String getName()
      Getter for name The friendly name of this tax authority.
      java.lang.Integer getTaxAuthorityTypeId()
      Getter for taxAuthorityTypeId The type of this tax authority.
      void setId​(java.lang.Integer value)
      Setter for id The unique ID number of this tax authority.
      void setJurisdictionId​(java.lang.Integer value)
      Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
      void setName​(java.lang.String value)
      Setter for name The friendly name of this tax authority.
      void setTaxAuthorityTypeId​(java.lang.Integer value)
      Setter for taxAuthorityTypeId The type of this tax authority.
      java.lang.String toString()
      Returns a JSON string representation of TaxAuthorityModel
      • Methods inherited from class java.lang.Object

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

      • TaxAuthorityModel

        public TaxAuthorityModel()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Getter for id The unique ID number of this tax authority.
      • setId

        public void setId​(java.lang.Integer value)
        Setter for id The unique ID number of this tax authority.
      • getName

        public java.lang.String getName()
        Getter for name The friendly name of this tax authority.
      • setName

        public void setName​(java.lang.String value)
        Setter for name The friendly name of this tax authority.
      • getTaxAuthorityTypeId

        public java.lang.Integer getTaxAuthorityTypeId()
        Getter for taxAuthorityTypeId The type of this tax authority.
      • setTaxAuthorityTypeId

        public void setTaxAuthorityTypeId​(java.lang.Integer value)
        Setter for taxAuthorityTypeId The type of this tax authority.
      • getJurisdictionId

        public java.lang.Integer getJurisdictionId()
        Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
      • setJurisdictionId

        public void setJurisdictionId​(java.lang.Integer value)
        Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
      • toString

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