uci.argo.kernel
Class HistoryItemCritique

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

public class HistoryItemCritique
extends HistoryItem


Fields inherited from class uci.argo.kernel.HistoryItem
_desc, _headline, _newValue, _oldValue, _relatedItems, _target, _when, _who
 
Constructor Summary
HistoryItemCritique(ToDoItem item)
           
 
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

HistoryItemCritique

public HistoryItemCritique(ToDoItem item)
Method Detail

toString

public String toString()
Overrides:
toString in class HistoryItem