public class MultiTaxFilingModel
extends java.lang.Object
Constructor and Description |
---|
MultiTaxFilingModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of the company for this filing.
|
java.util.ArrayList<MultiTaxFilingRegionModel> |
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.lang.Integer |
getMonth()
Getter for month
The month of the filing period for this tax filing.
|
java.util.ArrayList<FilingsTaxDetailsModel> |
getTaxDetails()
Getter for taxDetails
A detailed breakdown of the taxes in this filing
|
FilingsTaxSummaryModel |
getTaxSummary()
Getter for taxSummary
A summary of all taxes combined for this period
|
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 |
setFilingRegions(java.util.ArrayList<MultiTaxFilingRegionModel> 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 |
setMonth(java.lang.Integer value)
Setter for month
The month of the filing period for this tax filing.
|
void |
setTaxDetails(java.util.ArrayList<FilingsTaxDetailsModel> value)
Setter for taxDetails
A detailed breakdown of the taxes in this filing
|
void |
setTaxSummary(FilingsTaxSummaryModel value)
Setter for taxSummary
A summary of all taxes combined for this period
|
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 MultiTaxFilingModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.Integer getMonth()
public void setMonth(java.lang.Integer value)
public java.lang.Short getYear()
public void setYear(java.lang.Short value)
public WorksheetTypeId getType()
public void setType(WorksheetTypeId value)
public FilingsTaxSummaryModel getTaxSummary()
public void setTaxSummary(FilingsTaxSummaryModel value)
public java.util.ArrayList<FilingsTaxDetailsModel> getTaxDetails()
public void setTaxDetails(java.util.ArrayList<FilingsTaxDetailsModel> value)
public java.util.ArrayList<MultiTaxFilingRegionModel> getFilingRegions()
public void setFilingRegions(java.util.ArrayList<MultiTaxFilingRegionModel> value)
public java.lang.String toString()
toString
in class java.lang.Object