org.apache.myfaces.custom.date
Class AbstractHtmlInputDate.UserData

java.lang.Object
  extended by org.apache.myfaces.custom.date.AbstractHtmlInputDate.UserData
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractHtmlInputDate

public static class AbstractHtmlInputDate.UserData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractHtmlInputDate.UserData(Date date, Locale currentLocale, String _timeZone, boolean uses_ampm, String type)
           
 
Method Summary
 String getAmpm()
           
 String getDay()
           
 String getHours()
           
 String getMinutes()
           
 String getMonth()
           
 String getSeconds()
           
 String getType()
           
 String getYear()
           
 Date parse()
           
 void setAmpm(String ampm)
           
 void setDay(String day)
           
 void setHours(String hours)
           
 void setMinutes(String minutes)
           
 void setMonth(String month)
           
 void setSeconds(String seconds)
           
 void setType(String type)
           
 void setYear(String year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHtmlInputDate.UserData

public AbstractHtmlInputDate.UserData(Date date,
                                      Locale currentLocale,
                                      String _timeZone,
                                      boolean uses_ampm,
                                      String type)
Method Detail

parse

public Date parse()
           throws ParseException
Throws:
ParseException

getDay

public String getDay()

setDay

public void setDay(String day)

getMonth

public String getMonth()

setMonth

public void setMonth(String month)

getYear

public String getYear()

setYear

public void setYear(String year)

getHours

public String getHours()

setHours

public void setHours(String hours)

getMinutes

public String getMinutes()

setMinutes

public void setMinutes(String minutes)

getSeconds

public String getSeconds()

setSeconds

public void setSeconds(String seconds)

getAmpm

public String getAmpm()

setAmpm

public void setAmpm(String ampm)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.