DLESE Tools
v1.6.0

org.dlese.dpc.services.dds
Class DDSServicesUIHelperBean.DateLabelPair

java.lang.Object
  extended by org.dlese.dpc.services.dds.DDSServicesUIHelperBean.DateLabelPair
Enclosing class:
DDSServicesUIHelperBean

public class DDSServicesUIHelperBean.DateLabelPair
extends Object

Object used to store Dates and labels for the dates

Author:
John Weatherley

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

DDSServicesUIHelperBean.DateLabelPair

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

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