Class TaxAuthorityTypeModel


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Getter for description The description name of this tax authority type.
      java.lang.Integer getId()
      Getter for id The unique ID number of this tax Authority customer type.
      java.lang.String getTaxAuthorityGroup()
      Getter for taxAuthorityGroup Tax Authority Group
      void setDescription​(java.lang.String value)
      Setter for description The description name of this tax authority type.
      void setId​(java.lang.Integer value)
      Setter for id The unique ID number of this tax Authority customer type.
      void setTaxAuthorityGroup​(java.lang.String value)
      Setter for taxAuthorityGroup Tax Authority Group
      java.lang.String toString()
      Returns a JSON string representation of TaxAuthorityTypeModel
      • Methods inherited from class java.lang.Object

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

      • TaxAuthorityTypeModel

        public TaxAuthorityTypeModel()
    • Method Detail

      • getId

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

        public void setId​(java.lang.Integer value)
        Setter for id The unique ID number of this tax Authority customer type.
      • getDescription

        public java.lang.String getDescription()
        Getter for description The description name of this tax authority type.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description The description name of this tax authority type.
      • getTaxAuthorityGroup

        public java.lang.String getTaxAuthorityGroup()
        Getter for taxAuthorityGroup Tax Authority Group
      • setTaxAuthorityGroup

        public void setTaxAuthorityGroup​(java.lang.String value)
        Setter for taxAuthorityGroup Tax Authority Group
      • toString

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