org.argouml.kernel
Class HistoryItemManipulation

java.lang.Object
  extended byorg.argouml.kernel.HistoryItem
      extended byorg.argouml.kernel.HistoryItemManipulation

public class HistoryItemManipulation
extends HistoryItem


Field Summary
 
Fields inherited from class org.argouml.kernel.HistoryItem
_desc, _headline, _newValue, _oldValue, _relatedItems, _target, _when, _who
 
Constructor Summary
HistoryItemManipulation(java.lang.String head, java.lang.String desc)
           
HistoryItemManipulation(java.lang.String head, java.lang.String desc, java.lang.Object target, java.lang.Object oldValue, java.lang.Object newValue)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.argouml.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

HistoryItemManipulation

public HistoryItemManipulation(java.lang.String head,
                               java.lang.String desc)

HistoryItemManipulation

public HistoryItemManipulation(java.lang.String head,
                               java.lang.String desc,
                               java.lang.Object target,
                               java.lang.Object oldValue,
                               java.lang.Object newValue)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class HistoryItem


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook