net.sf.borg.model.undo
Class AppointmentUndoItem
java.lang.Object
net.sf.borg.model.undo.UndoItem<Appointment>
net.sf.borg.model.undo.AppointmentUndoItem
public class AppointmentUndoItem
- extends UndoItem<Appointment>
Appointment Undo Item.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executeUndo
public void executeUndo()
- Description copied from class:
UndoItem
- execute the undo action on the item.
- Specified by:
executeUndo in class UndoItem<Appointment>
recordUpdate
public static AppointmentUndoItem recordUpdate(Appointment appt)
- Record an appointment update.
- Parameters:
appt - the appt
- Returns:
- the appointment undo item
recordAdd
public static AppointmentUndoItem recordAdd(Appointment appt)
- Record an appointment add.
- Parameters:
appt - the appt
- Returns:
- the appointment undo item
recordDelete
public static AppointmentUndoItem recordDelete(Appointment appt)
- Record an appointment delete.
- Parameters:
appt - the appt
- Returns:
- the appointment undo item
Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae