public class TaxSubTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TaxSubTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Getter for description
The description of this tax sub-type.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this tax sub-type.
|
java.lang.String |
getTaxSubType()
Getter for taxSubType
The unique human readable Id of this tax sub-type.
|
java.lang.String |
getTaxTypeGroup()
Getter for taxTypeGroup
The upper level group of tax types.
|
void |
setDescription(java.lang.String value)
Setter for description
The description of this tax sub-type.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this tax sub-type.
|
void |
setTaxSubType(java.lang.String value)
Setter for taxSubType
The unique human readable Id of this tax sub-type.
|
void |
setTaxTypeGroup(java.lang.String value)
Setter for taxTypeGroup
The upper level group of tax types.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxSubTypeModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getTaxSubType()
public void setTaxSubType(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getTaxTypeGroup()
public void setTaxTypeGroup(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object