|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aophelper.core.UndoableValue
public class UndoableValue
A UndoableValue.
Constructor Summary | |
---|---|
UndoableValue(Object o,
Method m)
Create a new UndoableValue. |
|
UndoableValue(Object o,
Method m,
Object value)
Create a new UndoableValue. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
boolean |
equals(Object o,
Method m)
|
Object |
getExecutionObject()
Get the executionObject. |
Method |
getMethod()
Get the method. |
Object |
getValue()
Get the data. |
int |
hashCode()
|
void |
setExecutionObject(Object executionObject)
Set the executionObject. |
void |
setMethod(Method method)
Set the method. |
void |
setValue(Object value)
Set the data. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UndoableValue(Object o, Method m)
o
- m
- public UndoableValue(Object o, Method m, Object value)
o
- m
- value
- Method Detail |
---|
public Object getExecutionObject()
public void setExecutionObject(Object executionObject)
executionObject
- The executionObject to set.public Method getMethod()
public void setMethod(Method method)
method
- The method to set.public Object getValue()
public void setValue(Object value)
data
- The data to set.public boolean equals(Object o)
equals
in class Object
public boolean equals(Object o, Method m)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |