DLESE Tools
v1.6.0

org.dlese.dpc.services.dds.action.form
Class DDSServicesForm.DateLabelPair

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

public class DDSServicesForm.DateLabelPair
extends Object

NOT YET DOCUMENTED

Author:
John Weatherley

Constructor Summary
DDSServicesForm.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

DDSServicesForm.DateLabelPair

public DDSServicesForm.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