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