Class FilingModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingModel
public class FilingModel
extends java.lang.Object
Represents a listing of all tax calculation data for filings and for accruing to future filings.
-
Constructor Summary
Constructors Constructor Description FilingModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId The unique ID number of the company for this filing.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.util.ArrayList<FilingRegionModel>
getFilingRegions()
Getter for filingRegions A listing of regional tax filings within this time period.java.lang.Long
getId()
Getter for id The unique ID number of this filing.java.util.Date
getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.java.lang.Integer
getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.java.lang.Integer
getMonth()
Getter for month The month of the filing period for this tax filing.WorksheetTypeId
getType()
Getter for type Indicates whether this is an original or an amended filing.java.lang.Short
getYear()
Getter for year The year of the filing period for this tax filing.void
setCompanyId(java.lang.Integer value)
Setter for companyId The unique ID number of the company for this filing.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
setFilingRegions(java.util.ArrayList<FilingRegionModel> value)
Setter for filingRegions A listing of regional tax filings within this time period.void
setId(java.lang.Long value)
Setter for id The unique ID number of this filing.void
setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.void
setMonth(java.lang.Integer value)
Setter for month The month of the filing period for this tax filing.void
setType(WorksheetTypeId value)
Setter for type Indicates whether this is an original or an amended filing.void
setYear(java.lang.Short value)
Setter for year The year of the filing period for this tax filing.java.lang.String
toString()
Returns a JSON string representation of FilingModel
-
Constructor Details
-
FilingModel
public FilingModel()
-
-
Method Details
-
getId
public java.lang.Long getId()Getter for id The unique ID number of this filing. -
setId
public void setId(java.lang.Long value)Setter for id The unique ID number of this filing. -
getCompanyId
public java.lang.Integer getCompanyId()Getter for companyId The unique ID number of the company for this filing. -
setCompanyId
public void setCompanyId(java.lang.Integer value)Setter for companyId The unique ID number of the company for this filing. -
getMonth
public java.lang.Integer getMonth()Getter for month 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. -
setMonth
public void setMonth(java.lang.Integer value)Setter for month 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. -
getYear
public java.lang.Short getYear()Getter for year 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. -
setYear
public void setYear(java.lang.Short value)Setter for year 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. -
getType
Getter for type Indicates whether this is an original or an amended filing. -
setType
Setter for type Indicates whether this is an original or an amended filing. -
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. -
getModifiedUserId
public java.lang.Integer getModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record. -
getFilingRegions
Getter for filingRegions A listing of regional tax filings within this time period. -
setFilingRegions
Setter for filingRegions A listing of regional tax filings within this time period. -
toString
public java.lang.String toString()Returns a JSON string representation of FilingModel- Overrides:
toString
in classjava.lang.Object
-