Class FiledReturnModel


  • public class FiledReturnModel
    extends java.lang.Object
    Filing Returns Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getCompanyId()
      Getter for companyId The unique ID number of the company filing return.
      java.lang.Integer getEndPeriodMonth()
      Getter for endPeriodMonth The month of the filing period for this tax filing.
      java.lang.Short getEndPeriodYear()
      Getter for endPeriodYear The year of the filing period for this tax filing.
      java.lang.String getTaxformCode()
      Getter for taxformCode The unique code of the form.
      void setCompanyId​(java.lang.Long value)
      Setter for companyId The unique ID number of the company filing return.
      void setEndPeriodMonth​(java.lang.Integer value)
      Setter for endPeriodMonth The month of the filing period for this tax filing.
      void setEndPeriodYear​(java.lang.Short value)
      Setter for endPeriodYear The year of the filing period for this tax filing.
      void setTaxformCode​(java.lang.String value)
      Setter for taxformCode The unique code of the form.
      java.lang.String toString()
      Returns a JSON string representation of FiledReturnModel
      • Methods inherited from class java.lang.Object

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

      • FiledReturnModel

        public FiledReturnModel()
    • Method Detail

      • getCompanyId

        public java.lang.Long getCompanyId()
        Getter for companyId The unique ID number of the company filing return.
      • setCompanyId

        public void setCompanyId​(java.lang.Long value)
        Setter for companyId The unique ID number of the company filing return.
      • getEndPeriodMonth

        public java.lang.Integer getEndPeriodMonth()
        Getter for endPeriodMonth The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015.
      • setEndPeriodMonth

        public void setEndPeriodMonth​(java.lang.Integer value)
        Setter for endPeriodMonth The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015.
      • getEndPeriodYear

        public java.lang.Short getEndPeriodYear()
        Getter for endPeriodYear The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015.
      • setEndPeriodYear

        public void setEndPeriodYear​(java.lang.Short value)
        Setter for endPeriodYear The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015.
      • getTaxformCode

        public java.lang.String getTaxformCode()
        Getter for taxformCode The unique code of the form.
      • setTaxformCode

        public void setTaxformCode​(java.lang.String value)
        Setter for taxformCode The unique code of the form.
      • toString

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