org.apache.myfaces.custom.date
Class AbstractHtmlInputDate.UserData
java.lang.Object
   org.apache.myfaces.custom.date.AbstractHtmlInputDate.UserData
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractHtmlInputDate.UserData
public AbstractHtmlInputDate.UserData(Date date,
                                      Locale currentLocale,
                                      String _timeZone,
                                      boolean uses_ampm,
                                      String type)
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.