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 value)
Setter for id
The unique ID number of this tax authority.
|
void |
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId
The unique ID number of the jurisdiction for this tax authority.
|
void |
setName(java.lang.String value)
Setter for name
The friendly name of this tax authority.
|
void |
setTaxAuthorityTypeId(java.lang.Integer value)
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 value)
public java.lang.String getName()
public void setName(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.lang.String toString()
toString
in class java.lang.Object