net.sf.borg.model.undo
Class SubtaskUndoItem
java.lang.Object
net.sf.borg.model.undo.UndoItem<Subtask>
net.sf.borg.model.undo.SubtaskUndoItem
public class SubtaskUndoItem
- extends UndoItem<Subtask>
Subtask 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<Subtask>
recordUpdate
public static SubtaskUndoItem recordUpdate(Subtask subtask)
- Record a subtask update.
- Parameters:
subtask - the subtask
- Returns:
- the subtask undo item
recordAdd
public static SubtaskUndoItem recordAdd(Subtask subtask)
- Record a subtask add.
- Parameters:
subtask - the subtask
- Returns:
- the subtask undo item
recordDelete
public static SubtaskUndoItem recordDelete(Subtask subtask)
- Record a subtask delete.
- Parameters:
subtask - the subtask
- Returns:
- the subtask 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