DLESE Tools
v1.6.0

org.dlese.dpc.services.dcs.action.form
Class DCSServicesForm.DateLabelPair

java.lang.Object
  extended by org.dlese.dpc.services.dcs.action.form.DCSServicesForm.DateLabelPair
Enclosing class:
DCSServicesForm

public class DCSServicesForm.DateLabelPair
extends Object

NOT YET DOCUMENTED

Version:
$Id: DCSServicesForm.java,v 1.6 2010/07/14 00:19:27 jweather Exp $
Author:
Jonathan Ostwald

Constructor Summary
DCSServicesForm.DateLabelPair(String date, String label)
          Constructor for the DateLabelPair object
 
Method Summary
 String getDate()
          Gets the date attribute of the DateLabelPair object
 String getLabel()
          Gets the label attribute of the DateLabelPair object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCSServicesForm.DateLabelPair

public DCSServicesForm.DateLabelPair(String date,
                                     String label)
Constructor for the DateLabelPair object

Parameters:
date - NOT YET DOCUMENTED
label - NOT YET DOCUMENTED
Method Detail

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

DLESE Tools
v1.6.0