Class DCSServicesForm.DateLabelPair

java.lang.Object
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 Details

    • DateLabelPair

      public DateLabelPair(String date, String label)
      Constructor for the DateLabelPair object
      Parameters:
      date - NOT YET DOCUMENTED
      label - NOT YET DOCUMENTED
  • Method Details

    • 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