public class TaxAuthorityFormModel
extends java.lang.Object
Constructor and Description |
---|
TaxAuthorityFormModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormName()
Getter for formName
The form name of the form for this tax authority.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
The unique ID number of the tax authority.
|
void |
setFormName(java.lang.String value)
Setter for formName
The form name of the form for this tax authority.
|
void |
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId
The unique ID number of the tax authority.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxAuthorityFormModel
|
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer value)
public java.lang.String getFormName()
public void setFormName(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object