public class FilingsCheckupAuthorityModel
extends java.lang.Object
Constructor and Description |
---|
FilingsCheckupAuthorityModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId - Jurisdiction Id of the tax authority
|
java.lang.String |
getLocationCode()
Getter for locationCode - Location Code of the tax authority
|
java.util.ArrayList<FilingsCheckupSuggestedFormModel> |
getSuggestedForms()
Getter for suggestedForms - Suggested forms to file due to tax collected
|
java.math.BigDecimal |
getTax()
Getter for tax - Amount of tax collected in this tax authority
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId - Unique ID of the tax authority
|
java.lang.String |
getTaxAuthorityName()
Getter for taxAuthorityName - Name of the tax authority
|
java.lang.Integer |
getTaxAuthorityTypeId()
Getter for taxAuthorityTypeId - Type Id of the tax authority
|
java.lang.String |
getTaxTypeId()
Getter for taxTypeId - Tax Type collected in the tax authority
|
void |
setJurisdictionId(java.lang.Integer jurisdictionId)
Setter for jurisdictionId - Jurisdiction Id of the tax authority
|
void |
setLocationCode(java.lang.String locationCode)
Setter for locationCode - Location Code of the tax authority
|
void |
setSuggestedForms(java.util.ArrayList<FilingsCheckupSuggestedFormModel> suggestedForms)
Setter for suggestedForms - Suggested forms to file due to tax collected
|
void |
setTax(java.math.BigDecimal tax)
Setter for tax - Amount of tax collected in this tax authority
|
void |
setTaxAuthorityId(java.lang.Integer taxAuthorityId)
Setter for taxAuthorityId - Unique ID of the tax authority
|
void |
setTaxAuthorityName(java.lang.String taxAuthorityName)
Setter for taxAuthorityName - Name of the tax authority
|
void |
setTaxAuthorityTypeId(java.lang.Integer taxAuthorityTypeId)
Setter for taxAuthorityTypeId - Type Id of the tax authority
|
void |
setTaxTypeId(java.lang.String taxTypeId)
Setter for taxTypeId - Tax Type collected in the tax authority
|
java.lang.String |
toString()
Returns a JSON string representation of FilingsCheckupAuthorityModel.
|
public java.lang.String getTaxTypeId()
public void setTaxTypeId(java.lang.String taxTypeId)
public java.lang.String getTaxAuthorityName()
public void setTaxAuthorityName(java.lang.String taxAuthorityName)
public java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestedForms()
public void setSuggestedForms(java.util.ArrayList<FilingsCheckupSuggestedFormModel> suggestedForms)
public java.math.BigDecimal getTax()
public void setTax(java.math.BigDecimal tax)
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer jurisdictionId)
public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String locationCode)
public java.lang.Integer getTaxAuthorityTypeId()
public void setTaxAuthorityTypeId(java.lang.Integer taxAuthorityTypeId)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer taxAuthorityId)
public java.lang.String toString()
toString
in class java.lang.Object