public class ExemptionReasonModel
extends java.lang.Object
Constructor and Description |
---|
ExemptionReasonModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
Getter for id
A unique ID number representing this exemption reason.
|
java.lang.String |
getName()
Getter for name
A friendly name describing this exemption reason.
|
void |
setId(java.lang.Integer value)
Setter for id
A unique ID number representing this exemption reason.
|
void |
setName(java.lang.String value)
Setter for name
A friendly name describing this exemption reason.
|
java.lang.String |
toString()
Returns a JSON string representation of ExemptionReasonModel
|
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 toString()
toString
in class java.lang.Object