Class CertificateTaxCodeModel


  • public class CertificateTaxCodeModel
    extends java.lang.Object
    Represents a tax code used by the CertCapture process
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()
      Getter for id ID number of the tax code
      java.lang.String getName()
      Getter for name Name of the tax code
      java.lang.String getTag()
      Getter for tag Tag of the tax code
      void setId​(java.lang.Integer value)
      Setter for id ID number of the tax code
      void setName​(java.lang.String value)
      Setter for name Name of the tax code
      void setTag​(java.lang.String value)
      Setter for tag Tag of the tax code
      java.lang.String toString()
      Returns a JSON string representation of CertificateTaxCodeModel
      • Methods inherited from class java.lang.Object

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

      • CertificateTaxCodeModel

        public CertificateTaxCodeModel()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Getter for id ID number of the tax code
      • setId

        public void setId​(java.lang.Integer value)
        Setter for id ID number of the tax code
      • getName

        public java.lang.String getName()
        Getter for name Name of the tax code
      • setName

        public void setName​(java.lang.String value)
        Setter for name Name of the tax code
      • getTag

        public java.lang.String getTag()
        Getter for tag Tag of the tax code
      • setTag

        public void setTag​(java.lang.String value)
        Setter for tag Tag of the tax code
      • toString

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