public class FilingModel
extends java.lang.Object
| Constructor and Description |
|---|
FilingModel() |
| 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<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.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.Integer |
getYear()
Getter for year - The year of the filing period for this tax filing.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - The unique ID number of the company for this filing.
|
void |
setFilingRegions(java.util.ArrayList<FilingRegionModel> filingRegions)
Setter for filingRegions - A listing of regional tax filings within this time period.
|
void |
setId(java.lang.Long id)
Setter for id - The unique ID number of this filing.
|
void |
setMonth(java.lang.Integer month)
Setter for month - The month of the filing period for this tax filing.
|
void |
setType(WorksheetTypeId type)
Setter for type - Indicates whether this is an original or an amended filing.
|
void |
setYear(java.lang.Integer year)
Setter for year - The year of the filing period for this tax filing.
|
java.lang.String |
toString()
Returns a JSON string representation of FilingModel.
|
public java.util.ArrayList<FilingRegionModel> getFilingRegions()
public void setFilingRegions(java.util.ArrayList<FilingRegionModel> filingRegions)
public java.lang.Integer getYear()
public void setYear(java.lang.Integer year)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public WorksheetTypeId getType()
public void setType(WorksheetTypeId type)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.lang.Integer getMonth()
public void setMonth(java.lang.Integer month)
public java.lang.String toString()
toString in class java.lang.Object