Package org.dlese.dpc.services.dds
Class DDSServicesUIHelperBean.DateLabelPair
java.lang.Object
org.dlese.dpc.services.dds.DDSServicesUIHelperBean.DateLabelPair
- Enclosing class:
DDSServicesUIHelperBean
Object used to store Dates and labels for the dates
- Author:
- John Weatherley
-
Constructor Summary
ConstructorsConstructorDescriptionDateLabelPair(String date, String label) Constructor for the DateLabelPair object -
Method Summary
-
Constructor Details
-
DateLabelPair
Constructor for the DateLabelPair object- Parameters:
date- The date Stringlabel- The label String
-
-
Method Details
-
getDate
Gets the date attribute of the DateLabelPair object- Returns:
- The date value
-
getLabel
Gets the label attribute of the DateLabelPair object- Returns:
- The label value
-