org.kuali.rice.kew.docsearch
Class DocSearchUtils.DateComponent

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.DocSearchUtils.DateComponent
Enclosing class:
DocSearchUtils

public static class DocSearchUtils.DateComponent
extends Object


Field Summary
protected  String date
           
protected  String month
           
protected  String year
           
 
Constructor Summary
DocSearchUtils.DateComponent(String year, String month, String date)
           
 
Method Summary
 String getDate()
           
 String getMonth()
           
 String getYear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month

protected String month

date

protected String date

year

protected String year
Constructor Detail

DocSearchUtils.DateComponent

public DocSearchUtils.DateComponent(String year,
                                    String month,
                                    String date)
Method Detail

getDate

public String getDate()

getMonth

public String getMonth()

getYear

public String getYear()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.