Class FilingsCheckupSuggestedFormModel


  • public class FilingsCheckupSuggestedFormModel
    extends java.lang.Object
    Worksheet Checkup Report Suggested Form Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()
      Getter for country Country of the suggested form returned
      java.lang.String getRegion()
      Getter for region Region of the suggested form returned
      java.lang.String getReturnName()
      Getter for returnName Legacy Name of the suggested form returned
      java.lang.Integer getTaxAuthorityId()
      Getter for taxAuthorityId Tax Authority ID of the suggested form returned
      java.lang.String getTaxFormCode()
      Getter for taxFormCode Name of the suggested form returned
      void setCountry​(java.lang.String value)
      Setter for country Country of the suggested form returned
      void setRegion​(java.lang.String value)
      Setter for region Region of the suggested form returned
      void setReturnName​(java.lang.String value)
      Setter for returnName Legacy Name of the suggested form returned
      void setTaxAuthorityId​(java.lang.Integer value)
      Setter for taxAuthorityId Tax Authority ID of the suggested form returned
      void setTaxFormCode​(java.lang.String value)
      Setter for taxFormCode Name of the suggested form returned
      java.lang.String toString()
      Returns a JSON string representation of FilingsCheckupSuggestedFormModel
      • Methods inherited from class java.lang.Object

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

      • FilingsCheckupSuggestedFormModel

        public FilingsCheckupSuggestedFormModel()
    • Method Detail

      • getTaxAuthorityId

        public java.lang.Integer getTaxAuthorityId()
        Getter for taxAuthorityId Tax Authority ID of the suggested form returned
      • setTaxAuthorityId

        public void setTaxAuthorityId​(java.lang.Integer value)
        Setter for taxAuthorityId Tax Authority ID of the suggested form returned
      • getCountry

        public java.lang.String getCountry()
        Getter for country Country of the suggested form returned
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country Country of the suggested form returned
      • getRegion

        public java.lang.String getRegion()
        Getter for region Region of the suggested form returned
      • setRegion

        public void setRegion​(java.lang.String value)
        Setter for region Region of the suggested form returned
      • getTaxFormCode

        public java.lang.String getTaxFormCode()
        Getter for taxFormCode Name of the suggested form returned
      • setTaxFormCode

        public void setTaxFormCode​(java.lang.String value)
        Setter for taxFormCode Name of the suggested form returned
      • getReturnName

        public java.lang.String getReturnName()
        Getter for returnName Legacy Name of the suggested form returned
      • setReturnName

        public void setReturnName​(java.lang.String value)
        Setter for returnName Legacy Name of the suggested form returned
      • toString

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