public class FiledReturnModel
extends java.lang.Object
| Constructor and Description |
|---|
FiledReturnModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCompanyId()
Getter for companyId
The unique ID number of the company filing 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.lang.String |
getTaxformCode()
Getter for taxformCode
The unique code of the form.
|
void |
setCompanyId(java.lang.Long value)
Setter for companyId
The unique ID number of the company filing 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 |
setTaxformCode(java.lang.String value)
Setter for taxformCode
The unique code of the form.
|
java.lang.String |
toString()
Returns a JSON string representation of FiledReturnModel
|
public java.lang.Long getCompanyId()
public void setCompanyId(java.lang.Long value)
public java.lang.Integer getEndPeriodMonth()
public void setEndPeriodMonth(java.lang.Integer value)
public java.lang.Short getEndPeriodYear()
public void setEndPeriodYear(java.lang.Short value)
public java.lang.String getTaxformCode()
public void setTaxformCode(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object