Class DDSServicesUIHelperBean.DateLabelPair

java.lang.Object
org.dlese.dpc.services.dds.DDSServicesUIHelperBean.DateLabelPair
Enclosing class:
DDSServicesUIHelperBean

public class DDSServicesUIHelperBean.DateLabelPair extends Object
Object used to store Dates and labels for the dates
Author:
John Weatherley
  • Constructor Details

    • DateLabelPair

      public DateLabelPair(String date, String label)
      Constructor for the DateLabelPair object
      Parameters:
      date - The date String
      label - The label String
  • Method Details

    • getDate

      public String getDate()
      Gets the date attribute of the DateLabelPair object
      Returns:
      The date value
    • getLabel

      public String getLabel()
      Gets the label attribute of the DateLabelPair object
      Returns:
      The label value