public class TaxAuthorityFormModel
extends java.lang.Object
Constructor and Description |
---|
TaxAuthorityFormModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormName()
Getter for formName - Represents a form that can be filed with a tax authority.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId - Represents a form that can be filed with a tax authority.
|
void |
setFormName(java.lang.String formName)
Setter for formName - Represents a form that can be filed with a tax authority.
|
void |
setTaxAuthorityId(java.lang.Integer taxAuthorityId)
Setter for taxAuthorityId - Represents a form that can be filed with a tax authority.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxAuthorityFormModel.
|
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer taxAuthorityId)
public java.lang.String getFormName()
public void setFormName(java.lang.String formName)
public java.lang.String toString()
toString
in class java.lang.Object