|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.mockobject.MockObjectController
public class MockObjectController
The controller class within the MVC structure that includes the
MockObjectModel class.
| Constructor Summary | |
|---|---|
MockObjectController(MockObjectModel model)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
setJndiName(java.lang.String jndiName)
Sets the JNDI name value. |
void |
setMockObjectInterface(java.lang.String mockObjectInterface)
Sets the Mock Object interface Class name. |
void |
setMockObjectName(java.lang.String mockObjectName)
Sets the Mock Object name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockObjectController(MockObjectModel model)
model - the MockObjectModel.| Method Detail |
|---|
public void setMockObjectName(java.lang.String mockObjectName)
mockObjectName - the value for the Mock Object name.public void setMockObjectInterface(java.lang.String mockObjectInterface)
mockObjectInterface - the value for the Mock Object interface Class
name.public void setJndiName(java.lang.String jndiName)
jndiName - the value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||