org.argouml.kernel
Class HistoryItemManipulation

java.lang.Object
  |
  +--org.argouml.kernel.HistoryItem
        |
        +--org.argouml.kernel.HistoryItemManipulation

public class HistoryItemManipulation
extends HistoryItem


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 (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook