Class FilingReturnModelBasic


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AccrualType getAccrualType()
      Getter for accrualType Accrual type of the return
      java.util.ArrayList<FilingAttachmentModel> getAttachments()
      Getter for attachments The attachments for this return.
      java.math.BigDecimal getCollectAmount()
      Getter for collectAmount The amount collected by avalara for this return
      java.lang.Long getCompanyId()
      Getter for companyId The unique ID number of the company filing return.
      java.math.BigDecimal getConsumerUseNonTaxableAmount()
      Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
      java.math.BigDecimal getConsumerUseTaxableAmount()
      Getter for consumerUseTaxableAmount Consumer use taxable amount.
      java.math.BigDecimal getConsumerUseTaxAmount()
      Getter for consumerUseTaxAmount Consumer use tax liability.
      java.lang.String getCountry()
      Getter for country The country of the form.
      java.util.Date getCreatedDate()
      Getter for createdDate The date when this record was created.
      java.lang.Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
      java.lang.String getDescription()
      Getter for description A description for the 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.math.BigDecimal getExcludedNonTaxableAmount()
      Getter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation
      java.math.BigDecimal getExcludedSalesAmount()
      Getter for excludedSalesAmount The amount of sales excluded from the liability calculation
      java.math.BigDecimal getExcludedTaxAmount()
      Getter for excludedTaxAmount The amount of tax excluded from the liability calculation
      java.util.Date getFiledDate()
      Getter for filedDate The date the return was filed by Avalara.
      java.lang.Long getFilingCalendarId()
      Getter for filingCalendarId The unique ID number of the filing calendar associated with this return.
      FilingFrequencyId getFilingFrequency()
      Getter for filingFrequency The filing frequency of the return.
      java.lang.Long getFilingId()
      Getter for filingId The filing id that this return belongs too
      java.lang.Long getFilingRegionId()
      Getter for filingRegionId The region id that this return belongs too
      FilingTypeId getFilingType()
      Getter for filingType The filing type of the return.
      java.lang.String getFormCode()
      Getter for formCode The unique code of the form.
      java.lang.String getFormName()
      Getter for formName The name of the form.
      java.lang.Long getId()
      Getter for id The unique ID number of this filing return.
      java.util.Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
      java.math.BigDecimal getNonTaxableAmount()
      Getter for nonTaxableAmount The non-taxable amount.
      java.math.BigDecimal getNonTaxableDueAmount()
      Getter for nonTaxableDueAmount The non-taxable due amount.
      java.lang.String getRegion()
      Getter for region The region of the form.
      java.math.BigDecimal getRemitAmount()
      Getter for remitAmount The remittance amount of the return.
      java.lang.Long getResourceFileId()
      Getter for resourceFileId The resourceFileId of the return
      java.math.BigDecimal getSalesAmount()
      Getter for salesAmount The sales amount.
      FilingStatusId getStatus()
      Getter for status The current status of the filing return.
      java.math.BigDecimal getTaxableAmount()
      Getter for taxableAmount The taxable amount.
      java.math.BigDecimal getTaxAmount()
      Getter for taxAmount The tax amount.
      java.math.BigDecimal getTaxDueAmount()
      Getter for taxDueAmount The tax due amount.
      void setAccrualType​(AccrualType value)
      Setter for accrualType Accrual type of the return
      void setAttachments​(java.util.ArrayList<FilingAttachmentModel> value)
      Setter for attachments The attachments for this return.
      void setCollectAmount​(java.math.BigDecimal value)
      Setter for collectAmount The amount collected by avalara for this return
      void setCompanyId​(java.lang.Long value)
      Setter for companyId The unique ID number of the company filing return.
      void setConsumerUseNonTaxableAmount​(java.math.BigDecimal value)
      Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
      void setConsumerUseTaxableAmount​(java.math.BigDecimal value)
      Setter for consumerUseTaxableAmount Consumer use taxable amount.
      void setConsumerUseTaxAmount​(java.math.BigDecimal value)
      Setter for consumerUseTaxAmount Consumer use tax liability.
      void setCountry​(java.lang.String value)
      Setter for country The country of the form.
      void setCreatedDate​(java.util.Date value)
      Setter for createdDate The date when this record was created.
      void setCreatedUserId​(java.lang.Integer value)
      Setter for createdUserId The User ID of the user who created this record.
      void setDescription​(java.lang.String value)
      Setter for description A description for the 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 setExcludedNonTaxableAmount​(java.math.BigDecimal value)
      Setter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation
      void setExcludedSalesAmount​(java.math.BigDecimal value)
      Setter for excludedSalesAmount The amount of sales excluded from the liability calculation
      void setExcludedTaxAmount​(java.math.BigDecimal value)
      Setter for excludedTaxAmount The amount of tax excluded from the liability calculation
      void setFiledDate​(java.util.Date value)
      Setter for filedDate The date the return was filed by Avalara.
      void setFilingCalendarId​(java.lang.Long value)
      Setter for filingCalendarId The unique ID number of the filing calendar associated with this return.
      void setFilingFrequency​(FilingFrequencyId value)
      Setter for filingFrequency The filing frequency of the return.
      void setFilingId​(java.lang.Long value)
      Setter for filingId The filing id that this return belongs too
      void setFilingRegionId​(java.lang.Long value)
      Setter for filingRegionId The region id that this return belongs too
      void setFilingType​(FilingTypeId value)
      Setter for filingType The filing type of the return.
      void setFormCode​(java.lang.String value)
      Setter for formCode The unique code of the form.
      void setFormName​(java.lang.String value)
      Setter for formName The name of the form.
      void setId​(java.lang.Long value)
      Setter for id The unique ID number of this filing return.
      void setModifiedDate​(java.util.Date value)
      Setter for modifiedDate The date/time when this record was last modified.
      void setNonTaxableAmount​(java.math.BigDecimal value)
      Setter for nonTaxableAmount The non-taxable amount.
      void setNonTaxableDueAmount​(java.math.BigDecimal value)
      Setter for nonTaxableDueAmount The non-taxable due amount.
      void setRegion​(java.lang.String value)
      Setter for region The region of the form.
      void setRemitAmount​(java.math.BigDecimal value)
      Setter for remitAmount The remittance amount of the return.
      void setResourceFileId​(java.lang.Long value)
      Setter for resourceFileId The resourceFileId of the return
      void setSalesAmount​(java.math.BigDecimal value)
      Setter for salesAmount The sales amount.
      void setStatus​(FilingStatusId value)
      Setter for status The current status of the filing return.
      void setTaxableAmount​(java.math.BigDecimal value)
      Setter for taxableAmount The taxable amount.
      void setTaxAmount​(java.math.BigDecimal value)
      Setter for taxAmount The tax amount.
      void setTaxDueAmount​(java.math.BigDecimal value)
      Setter for taxDueAmount The tax due amount.
      java.lang.String toString()
      Returns a JSON string representation of FilingReturnModelBasic
      • Methods inherited from class java.lang.Object

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

      • FilingReturnModelBasic

        public FilingReturnModelBasic()
    • 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.
      • getId

        public java.lang.Long getId()
        Getter for id The unique ID number of this filing return.
      • setId

        public void setId​(java.lang.Long value)
        Setter for id The unique ID number of this filing return.
      • getFilingId

        public java.lang.Long getFilingId()
        Getter for filingId The filing id that this return belongs too
      • setFilingId

        public void setFilingId​(java.lang.Long value)
        Setter for filingId The filing id that this return belongs too
      • getResourceFileId

        public java.lang.Long getResourceFileId()
        Getter for resourceFileId The resourceFileId of the return
      • setResourceFileId

        public void setResourceFileId​(java.lang.Long value)
        Setter for resourceFileId The resourceFileId of the return
      • getFilingRegionId

        public java.lang.Long getFilingRegionId()
        Getter for filingRegionId The region id that this return belongs too
      • setFilingRegionId

        public void setFilingRegionId​(java.lang.Long value)
        Setter for filingRegionId The region id that this return belongs too
      • getFilingCalendarId

        public java.lang.Long getFilingCalendarId()
        Getter for filingCalendarId The unique ID number of the filing calendar associated with this return.
      • setFilingCalendarId

        public void setFilingCalendarId​(java.lang.Long value)
        Setter for filingCalendarId The unique ID number of the filing calendar associated with this return.
      • getCountry

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

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

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

        public void setRegion​(java.lang.String value)
        Setter for region The region of the form.
      • 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.
      • getStatus

        public FilingStatusId getStatus()
        Getter for status The current status of the filing return.
      • setStatus

        public void setStatus​(FilingStatusId value)
        Setter for status The current status of the filing return.
      • getFilingFrequency

        public FilingFrequencyId getFilingFrequency()
        Getter for filingFrequency The filing frequency of the return.
      • setFilingFrequency

        public void setFilingFrequency​(FilingFrequencyId value)
        Setter for filingFrequency The filing frequency of the return.
      • getFiledDate

        public java.util.Date getFiledDate()
        Getter for filedDate The date the return was filed by Avalara.
      • setFiledDate

        public void setFiledDate​(java.util.Date value)
        Setter for filedDate The date the return was filed by Avalara.
      • getSalesAmount

        public java.math.BigDecimal getSalesAmount()
        Getter for salesAmount The sales amount.
      • setSalesAmount

        public void setSalesAmount​(java.math.BigDecimal value)
        Setter for salesAmount The sales amount.
      • getFilingType

        public FilingTypeId getFilingType()
        Getter for filingType The filing type of the return.
      • setFilingType

        public void setFilingType​(FilingTypeId value)
        Setter for filingType The filing type of the return.
      • getFormName

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

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

        public java.math.BigDecimal getRemitAmount()
        Getter for remitAmount The remittance amount of the return.
      • setRemitAmount

        public void setRemitAmount​(java.math.BigDecimal value)
        Setter for remitAmount The remittance amount of the return.
      • getFormCode

        public java.lang.String getFormCode()
        Getter for formCode The unique code of the form.
      • setFormCode

        public void setFormCode​(java.lang.String value)
        Setter for formCode The unique code of the form.
      • getDescription

        public java.lang.String getDescription()
        Getter for description A description for the return.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description A description for the return.
      • getTaxableAmount

        public java.math.BigDecimal getTaxableAmount()
        Getter for taxableAmount The taxable amount.
      • setTaxableAmount

        public void setTaxableAmount​(java.math.BigDecimal value)
        Setter for taxableAmount The taxable amount.
      • getTaxAmount

        public java.math.BigDecimal getTaxAmount()
        Getter for taxAmount The tax amount.
      • setTaxAmount

        public void setTaxAmount​(java.math.BigDecimal value)
        Setter for taxAmount The tax amount.
      • getCollectAmount

        public java.math.BigDecimal getCollectAmount()
        Getter for collectAmount The amount collected by avalara for this return
      • setCollectAmount

        public void setCollectAmount​(java.math.BigDecimal value)
        Setter for collectAmount The amount collected by avalara for this return
      • getTaxDueAmount

        public java.math.BigDecimal getTaxDueAmount()
        Getter for taxDueAmount The tax due amount.
      • setTaxDueAmount

        public void setTaxDueAmount​(java.math.BigDecimal value)
        Setter for taxDueAmount The tax due amount.
      • getNonTaxableAmount

        public java.math.BigDecimal getNonTaxableAmount()
        Getter for nonTaxableAmount The non-taxable amount.
      • setNonTaxableAmount

        public void setNonTaxableAmount​(java.math.BigDecimal value)
        Setter for nonTaxableAmount The non-taxable amount.
      • getNonTaxableDueAmount

        public java.math.BigDecimal getNonTaxableDueAmount()
        Getter for nonTaxableDueAmount The non-taxable due amount.
      • setNonTaxableDueAmount

        public void setNonTaxableDueAmount​(java.math.BigDecimal value)
        Setter for nonTaxableDueAmount The non-taxable due amount.
      • getConsumerUseTaxAmount

        public java.math.BigDecimal getConsumerUseTaxAmount()
        Getter for consumerUseTaxAmount Consumer use tax liability.
      • setConsumerUseTaxAmount

        public void setConsumerUseTaxAmount​(java.math.BigDecimal value)
        Setter for consumerUseTaxAmount Consumer use tax liability.
      • getConsumerUseNonTaxableAmount

        public java.math.BigDecimal getConsumerUseNonTaxableAmount()
        Getter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
      • setConsumerUseNonTaxableAmount

        public void setConsumerUseNonTaxableAmount​(java.math.BigDecimal value)
        Setter for consumerUseNonTaxableAmount Consumer use non-taxable amount.
      • getConsumerUseTaxableAmount

        public java.math.BigDecimal getConsumerUseTaxableAmount()
        Getter for consumerUseTaxableAmount Consumer use taxable amount.
      • setConsumerUseTaxableAmount

        public void setConsumerUseTaxableAmount​(java.math.BigDecimal value)
        Setter for consumerUseTaxableAmount Consumer use taxable amount.
      • getExcludedSalesAmount

        public java.math.BigDecimal getExcludedSalesAmount()
        Getter for excludedSalesAmount The amount of sales excluded from the liability calculation
      • setExcludedSalesAmount

        public void setExcludedSalesAmount​(java.math.BigDecimal value)
        Setter for excludedSalesAmount The amount of sales excluded from the liability calculation
      • getExcludedNonTaxableAmount

        public java.math.BigDecimal getExcludedNonTaxableAmount()
        Getter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation
      • setExcludedNonTaxableAmount

        public void setExcludedNonTaxableAmount​(java.math.BigDecimal value)
        Setter for excludedNonTaxableAmount The amount of non-taxable sales excluded from the liability calculation
      • getExcludedTaxAmount

        public java.math.BigDecimal getExcludedTaxAmount()
        Getter for excludedTaxAmount The amount of tax excluded from the liability calculation
      • setExcludedTaxAmount

        public void setExcludedTaxAmount​(java.math.BigDecimal value)
        Setter for excludedTaxAmount The amount of tax excluded from the liability calculation
      • getAccrualType

        public AccrualType getAccrualType()
        Getter for accrualType Accrual type of the return
      • setAccrualType

        public void setAccrualType​(AccrualType value)
        Setter for accrualType Accrual type of the return
      • getAttachments

        public java.util.ArrayList<FilingAttachmentModel> getAttachments()
        Getter for attachments The attachments for this return.
      • setAttachments

        public void setAttachments​(java.util.ArrayList<FilingAttachmentModel> value)
        Setter for attachments The attachments for this return.
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Getter for createdDate The date when this record was created.
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Setter for createdDate The date when this record was created.
      • getCreatedUserId

        public java.lang.Integer getCreatedUserId()
        Getter for createdUserId The User ID of the user who created this record.
      • setCreatedUserId

        public void setCreatedUserId​(java.lang.Integer value)
        Setter for createdUserId The User ID of the user who created this record.
      • getModifiedDate

        public java.util.Date getModifiedDate()
        Getter for modifiedDate The date/time when this record was last modified.
      • setModifiedDate

        public void setModifiedDate​(java.util.Date value)
        Setter for modifiedDate The date/time when this record was last modified.
      • toString

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