org.apache.myfaces.examples.schedule
Class AddEntryHandler
java.lang.Object
org.apache.myfaces.examples.schedule.AddEntryHandler
- All Implemented Interfaces:
- Serializable
public class AddEntryHandler
- extends Object
- implements Serializable
Handler class for manually adding an entry to the example schedule model.
- Version:
- $Revision$
- Author:
- Jurgen Lust (latest modification by $Author$)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddEntryHandler
public AddEntryHandler()
getComments
public String getComments()
setComments
public void setComments(String comments)
getFrom
public Date getFrom()
setFrom
public void setFrom(Date from)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getModel
public ScheduleModel getModel()
setModel
public void setModel(ScheduleModel model)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getUntil
public Date getUntil()
setUntil
public void setUntil(Date until)
add
public String add()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.