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.Date |
getCreatedDate()
Getter for createdDate - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - 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.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - 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 |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - 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 |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents a listing of all tax calculation data for filings and for accruing to future filings.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - 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.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
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 java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
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.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object