public class NexusTaxTypeGroupModel
extends java.lang.Object
| Constructor and Description |
|---|
NexusTaxTypeGroupModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Getter for description
The description of this nexus tax type group.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this nexus tax type group.
|
java.lang.String |
getNexusTaxTypeGroupId()
Getter for nexusTaxTypeGroupId
The unique human readable Id of this nexus tax type group.
|
void |
setDescription(java.lang.String value)
Setter for description
The description of this nexus tax type group.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this nexus tax type group.
|
void |
setNexusTaxTypeGroupId(java.lang.String value)
Setter for nexusTaxTypeGroupId
The unique human readable Id of this nexus tax type group.
|
java.lang.String |
toString()
Returns a JSON string representation of NexusTaxTypeGroupModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getNexusTaxTypeGroupId()
public void setNexusTaxTypeGroupId(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object