|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.fixture.SimpleBoundObjectModel
public class SimpleBoundObjectModel
A class used to model a simple (non-Mock) JNDI-bound Object to be loaded into the naming context along with a Fixture.
| Field Summary | |
|---|---|
static java.lang.String |
JNDI_NAME_ELEMENT_NAME
A String constant identifying the name of a JDOM Element
containing data for the model. |
| Constructor Summary | |
|---|---|
SimpleBoundObjectModel()
Creates a new instance. |
|
SimpleBoundObjectModel(org.jdom.Element element,
java.lang.String fixtureName)
Creates a new instance from the supplied jdom ELement. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getJndiName()
Returns the JNDI name. |
org.mockcentral.server.SignaturePartBean |
getSignaturePartBean()
Returns the SignaturePartBean containing the Object data. |
int |
hashCode()
|
void |
setJndiName(java.lang.String jndiName)
Sets the JNDI name. |
void |
setSignaturePartBean(org.mockcentral.server.SignaturePartBean signaturePartBean)
Sets the SignaturePartBean containing the Object data. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JNDI_NAME_ELEMENT_NAME
Element
containing data for the model.
| Constructor Detail |
|---|
public SimpleBoundObjectModel()
public SimpleBoundObjectModel(org.jdom.Element element,
java.lang.String fixtureName)
ELement.
element - the jdom ELement.fixtureName - the name of the enclosing Fixture.| Method Detail |
|---|
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - the JNDI name.public org.mockcentral.server.SignaturePartBean getSignaturePartBean()
SignaturePartBean containing the Object data.
SignaturePartBean containing the Object data.public void setSignaturePartBean(org.mockcentral.server.SignaturePartBean signaturePartBean)
SignaturePartBean containing the Object data.
signaturePartBean - the SignaturePartBean.public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||