Class TaxAuthorityFormModel


  • public class TaxAuthorityFormModel
    extends java.lang.Object
    Represents a form that can be filed with a tax authority.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormName()
      Getter for formName The form name of the form for this tax authority.
      java.lang.Integer getTaxAuthorityId()
      Getter for taxAuthorityId The unique ID number of the tax authority.
      void setFormName​(java.lang.String value)
      Setter for formName The form name of the form for this tax authority.
      void setTaxAuthorityId​(java.lang.Integer value)
      Setter for taxAuthorityId The unique ID number of the tax authority.
      java.lang.String toString()
      Returns a JSON string representation of TaxAuthorityFormModel
      • Methods inherited from class java.lang.Object

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

      • TaxAuthorityFormModel

        public TaxAuthorityFormModel()
    • Method Detail

      • getTaxAuthorityId

        public java.lang.Integer getTaxAuthorityId()
        Getter for taxAuthorityId The unique ID number of the tax authority.
      • setTaxAuthorityId

        public void setTaxAuthorityId​(java.lang.Integer value)
        Setter for taxAuthorityId The unique ID number of the tax authority.
      • getFormName

        public java.lang.String getFormName()
        Getter for formName The form name of the form for this tax authority.
      • setFormName

        public void setFormName​(java.lang.String value)
        Setter for formName The form name of the form for this tax authority.
      • toString

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