DLESE Tools
v1.6.0

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

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

public class JSHTMLForm_1_1.DateLabelPair
extends Object

DESCRIPTION

Version:
$Id: JSHTMLForm_1_1.java,v 1.9 2010/07/14 00:19:27 jweather Exp $
Author:
John Weatherley

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

JSHTMLForm_1_1.DateLabelPair

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

Parameters:
date - DESCRIPTION
label - DESCRIPTION
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