public final class SpendingStatus extends Object
Java class represents the spending status with its latest label value.| Constructor and Description |
|---|
SpendingStatus(String id,
String label)
The spending status constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier of the spending status.
|
String |
getLabel()
Gets the latest value of the label of the spending status.
|