DLESE Tools
v1.6.0

org.dlese.dpc.oai.provider.action.form
Class OaiPmhSearchForm.DateLabelPair

java.lang.Object
  extended by org.dlese.dpc.oai.provider.action.form.OaiPmhSearchForm.DateLabelPair
Enclosing class:
OaiPmhSearchForm

public class OaiPmhSearchForm.DateLabelPair
extends Object


Constructor Summary
OaiPmhSearchForm.DateLabelPair(String date, String label)
           
 
Method Summary
 String getDate()
           
 String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OaiPmhSearchForm.DateLabelPair

public OaiPmhSearchForm.DateLabelPair(String date,
                                      String label)
Method Detail

getDate

public String getDate()

getLabel

public String getLabel()

DLESE Tools
v1.6.0