com.highdeal.cnd.message
Class SpendingStatus

java.lang.Object
  extended by com.highdeal.cnd.message.SpendingStatus

public final class SpendingStatus
extends java.lang.Object

This Java class represents the spending status with its latest label value.


Constructor Summary
SpendingStatus(java.lang.String id, java.lang.String label)
          The spending status constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpendingStatus

public SpendingStatus(java.lang.String id,
                      java.lang.String label)
The spending status constructor.

Parameters:
id - The identifier of the spending status
label - The latest value of the spending status
Method Detail

getId

public java.lang.String getId()
Gets the identifier of the spending status.

Returns:
The identifier of the spending status

getLabel

public java.lang.String getLabel()
Gets the latest value of the label of the spending status.

Returns:
The latest value of the label of the spending status

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)