public class FilingModel
extends java.lang.Object
Constructor and Description |
---|
FilingModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.util.ArrayList<FilingRegionModel> |
getFilingRegions()
Getter for filingRegions - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.lang.Long |
getId()
Getter for id - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.lang.Byte |
getMonth()
Getter for month - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
WorksheetTypeId |
getType()
Getter for type - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.lang.Short |
getYear()
Getter for year - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setFilingRegions(java.util.ArrayList<FilingRegionModel> filingRegions)
Setter for filingRegions - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setId(java.lang.Long id)
Setter for id - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setMonth(java.lang.Byte month)
Setter for month - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setType(WorksheetTypeId type)
Setter for type - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setYear(java.lang.Short year)
Setter for year - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
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.Short getYear()
public void setYear(java.lang.Short 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.Byte getMonth()
public void setMonth(java.lang.Byte month)
public java.lang.String toString()
toString
in class java.lang.Object