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