Class SpendingStatus

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

public final class SpendingStatus extends Object
This Java class represents the spending status with its latest label value.
  • Constructor Details

    • SpendingStatus

      public SpendingStatus(String id, String label)
      The spending status constructor.
      Parameters:
      id - The identifier of the spending status
      label - The latest value of the spending status
  • Method Details

    • getId

      public String getId()
      Gets the identifier of the spending status.
      Returns:
      The identifier of the spending status
    • getLabel

      public String getLabel()
      Gets the latest value of the label of the spending status.
      Returns:
      The latest value of the label of the spending status