|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation.ExpectationDataBean
public class ExpectationDataBean
A simple class used to store and retrieve data used to construct a new Mock Object method expectation.
| Constructor Summary | |
|---|---|
ExpectationDataBean()
|
|
| Method Summary | |
|---|---|
MockableMethod |
getMethod()
Returns the MockableMethod. |
ExpectationGroupDataBean |
getParent()
Returns the parent ExpectationGroupDataBean. |
void |
setMethod(MockableMethod method)
Sets the MockableMethod. |
void |
setParent(ExpectationGroupDataBean parent)
Sets the parent ExpectationGroupDataBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpectationDataBean()
| Method Detail |
|---|
public void setParent(ExpectationGroupDataBean parent)
ExpectationGroupDataBean.
parent - the parent ExpectationGroupDataBean.public ExpectationGroupDataBean getParent()
ExpectationGroupDataBean.
ExpectationGroupDataBean.public void setMethod(MockableMethod method)
MockableMethod.
method - the MockableMethod.public MockableMethod getMethod()
MockableMethod.
MockableMethod.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||