|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation_group.MockableMethod
public class MockableMethod
Simple bean class used for display within MockCentralTableModel
instances that display mockable interface Methods or mocked
non-interface pseudo-methods. In the latter case the method
field may be null, and the model can derive it's display value from the
methodName field.
| Constructor Summary | |
|---|---|
MockableMethod()
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getMethod()
Returns the Method. |
java.lang.String |
getMethodName()
Returns the method name. |
void |
setMethod(java.lang.reflect.Method method)
Sets the Method. |
void |
setMethodName(java.lang.String methodName)
Sets the method name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MockableMethod()
| Method Detail |
|---|
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - the method name to set.public java.lang.reflect.Method getMethod()
Method.
Method.public void setMethod(java.lang.reflect.Method method)
Method.
method - the Method to set.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||