uci.argo.kernel
Class HistoryItemResolve

java.lang.Object
  |
  +--uci.argo.kernel.HistoryItem
        |
        +--uci.argo.kernel.HistoryItemResolve

public class HistoryItemResolve
extends HistoryItem


Fields inherited from class uci.argo.kernel.HistoryItem
_desc, _headline, _newValue, _oldValue, _relatedItems, _target, _when, _who
 
Constructor Summary
HistoryItemResolve(ToDoItem item)
           
HistoryItemResolve(ToDoItem item, String reason)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class uci.argo.kernel.HistoryItem
getDescription, getHeadline, getRelatedItems, setRelatedItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryItemResolve

public HistoryItemResolve(ToDoItem item)

HistoryItemResolve

public HistoryItemResolve(ToDoItem item,
                          String reason)
Method Detail

toString

public String toString()
Overrides:
toString in class HistoryItem