public class RateTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
RateTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountry()
Getter for country
Country code for this rate type
|
java.lang.String |
getDescription()
Getter for description
Description of this rate type.
|
java.lang.String |
getId()
Getter for id
The unique ID number of this rate type.
|
void |
setCountry(java.lang.String value)
Setter for country
Country code for this rate type
|
void |
setDescription(java.lang.String value)
Setter for description
Description of this rate type.
|
void |
setId(java.lang.String value)
Setter for id
The unique ID number of this rate type.
|
java.lang.String |
toString()
Returns a JSON string representation of RateTypeModel
|
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object