Class DCSServicesForm.DateLabelPair
java.lang.Object
org.dlese.dpc.services.dcs.action.form.DCSServicesForm.DateLabelPair
- Enclosing class:
DCSServicesForm
NOT YET DOCUMENTED
- Version:
- $Id: DCSServicesForm.java,v 1.6 2010/07/14 00:19:27 jweather Exp $
- Author:
- Jonathan Ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionDateLabelPair(String date, String label) Constructor for the DateLabelPair object -
Method Summary
-
Constructor Details
-
DateLabelPair
Constructor for the DateLabelPair object- Parameters:
date- NOT YET DOCUMENTEDlabel- NOT YET DOCUMENTED
-
-
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
-