uci.argo.kernel
Class HistoryItem
java.lang.Object
|
+--uci.argo.kernel.HistoryItem
- Direct Known Subclasses:
- HistoryItemCritique, HistoryItemManipulation, HistoryItemResolve
- public class HistoryItem
- extends Object
_when
public Date _when
_who
public Poster _who
_headline
public String _headline
_desc
public String _desc
_target
public Object _target
_oldValue
public Object _oldValue
_newValue
public Object _newValue
_relatedItems
public Vector _relatedItems
HistoryItem
public HistoryItem(String headline,
String desc)
HistoryItem
public HistoryItem(ToDoItem item,
String desc)
HistoryItem
public HistoryItem(String headline,
String desc,
Object target,
Object oldValue,
Object newValue)
getDescription
public String getDescription()
getHeadline
public String getHeadline()
getRelatedItems
public Vector getRelatedItems()
setRelatedItems
public void setRelatedItems(Vector v)
toString
public String toString()
- Overrides:
- toString in class Object