org.apache.myfaces.examples.schedule
Class AddEntryHandler

java.lang.Object
  extended by 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

Constructor Summary
AddEntryHandler()
           
 
Method Summary
 String add()
           
 String getComments()
           
 Date getFrom()
           
 String getLocation()
           
 ScheduleModel getModel()
           
 String getTitle()
           
 Date getUntil()
           
 void setComments(String comments)
           
 void setFrom(Date from)
           
 void setLocation(String location)
           
 void setModel(ScheduleModel model)
           
 void setTitle(String title)
           
 void setUntil(Date until)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddEntryHandler

public AddEntryHandler()
Method Detail

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 © 2010 The Apache Software Foundation. All Rights Reserved.