public class CertificateTaxCodeModel
extends java.lang.Object
Constructor and Description |
---|
CertificateTaxCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
Getter for id
ID number of the tax code
|
java.lang.String |
getName()
Getter for name
Name of the tax code
|
java.lang.String |
getTag()
Getter for tag
Tag of the tax code
|
void |
setId(java.lang.Integer value)
Setter for id
ID number of the tax code
|
void |
setName(java.lang.String value)
Setter for name
Name of the tax code
|
void |
setTag(java.lang.String value)
Setter for tag
Tag of the tax code
|
java.lang.String |
toString()
Returns a JSON string representation of CertificateTaxCodeModel
|
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.String getTag()
public void setTag(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object