public class TaxAuthorityModel
extends java.lang.Object
| Constructor and Description |
|---|
TaxAuthorityModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this tax authority.
|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId - The unique ID number of the jurisdiction for this tax authority.
|
java.lang.String |
getName()
Getter for name - The friendly name of this tax authority.
|
java.lang.Integer |
getTaxAuthorityTypeId()
Getter for taxAuthorityTypeId - The type of this tax authority.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this tax authority.
|
void |
setJurisdictionId(java.lang.Integer jurisdictionId)
Setter for jurisdictionId - The unique ID number of the jurisdiction for this tax authority.
|
void |
setName(java.lang.String name)
Setter for name - The friendly name of this tax authority.
|
void |
setTaxAuthorityTypeId(java.lang.Integer taxAuthorityTypeId)
Setter for taxAuthorityTypeId - The type of this tax authority.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxAuthorityModel.
|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Integer getTaxAuthorityTypeId()
public void setTaxAuthorityTypeId(java.lang.Integer taxAuthorityTypeId)
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer jurisdictionId)
public java.lang.String toString()
toString in class java.lang.Object