|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.mockobject.MockObjectDataBean
public class MockObjectDataBean
Bean class used to store and retrieve data used to construct the JDOM
Element for a MockObjectNode.
| Constructor Summary | |
|---|---|
MockObjectDataBean()
|
|
| Method Summary | |
|---|---|
ExpectationGroupDataBean |
getExpectationGroupBean()
Returns the ExpectationGroupDataBean defining any method
expectations for the Mock Object. |
java.lang.String |
getInterfaceName()
Returns the interface name. |
java.lang.String |
getJndiName()
Returns the JNDI name. |
java.lang.String |
getMockObjectName()
Returns the Mock Object name. |
MockObjectModel |
getNodeModel()
Returns the associated MockObjectModel. |
boolean |
isEnableBinding()
Returns the value for whether JNDI binding should be enabled. |
boolean |
isOpenExpectationGroupPage()
Returns whether the editor should open the expectation group page after an edit. |
void |
setEnableBinding(boolean enableBinding)
Sets the value for whether JNDI binding should be enabled. |
void |
setExpectationGroupBean(ExpectationGroupDataBean expectationGroupBean)
Sets the ExpectationGroupDataBean defining any method
expectations for the Mock Object. |
void |
setInterfaceName(java.lang.String interfaceName)
Sets the interface name. |
void |
setJndiName(java.lang.String jndiName)
Sets the JNDI name. |
void |
setMockObjectName(java.lang.String mockObjectName)
Sets the Mock Object name. |
void |
setNodeModel(MockObjectModel nodeModel)
Sets the associated MockObjectModel. |
void |
setOpenExpectationGroupPage(boolean openExpectationGroupPage)
Sets whether the editor should open the expectation group page after an edit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockObjectDataBean()
| Method Detail |
|---|
public MockObjectModel getNodeModel()
MockObjectModel.
MockObjectModel.public void setNodeModel(MockObjectModel nodeModel)
MockObjectModel.
nodeModel - the MockObjectModel to set.public java.lang.String getMockObjectName()
public void setMockObjectName(java.lang.String mockObjectName)
mockObjectName - the Mock Object name to set.public java.lang.String getInterfaceName()
public void setInterfaceName(java.lang.String interfaceName)
interfaceName - the interface name to set.public boolean isEnableBinding()
public void setEnableBinding(boolean enableBinding)
enableBinding - the value for whether JNDI binding should be enabled
to set.public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - the JNDI name to set.public ExpectationGroupDataBean getExpectationGroupBean()
ExpectationGroupDataBean defining any method
expectations for the Mock Object.
ExpectationGroupDataBean.public void setExpectationGroupBean(ExpectationGroupDataBean expectationGroupBean)
ExpectationGroupDataBean defining any method
expectations for the Mock Object.
expectationGroupBean - the ExpectationGroupDataBean to
set.public boolean isOpenExpectationGroupPage()
public void setOpenExpectationGroupPage(boolean openExpectationGroupPage)
openExpectationGroupPage - whether the editor should open the
expectation group page after an edit.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||