org.apache.openejb.jee.jba
Class EjbRef

java.lang.Object
  extended by org.apache.openejb.jee.jba.EjbRef

public class EjbRef
extends java.lang.Object


Field Summary
protected  java.lang.String ejbRefName
           
protected  JndiName jndiName
           
 
Constructor Summary
EjbRef()
           
 
Method Summary
 java.lang.String getEjbRefName()
          Gets the value of the ejbRefName property.
 JndiName getJndiName()
          Gets the value of the jndiName property.
 void setEjbRefName(java.lang.String value)
          Sets the value of the ejbRefName property.
 void setJndiName(JndiName value)
          Sets the value of the jndiName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbRefName

protected java.lang.String ejbRefName

jndiName

protected JndiName jndiName
Constructor Detail

EjbRef

public EjbRef()
Method Detail

getEjbRefName

public java.lang.String getEjbRefName()
Gets the value of the ejbRefName property.

Returns:
possible object is String

setEjbRefName

public void setEjbRefName(java.lang.String value)
Sets the value of the ejbRefName property.

Parameters:
value - allowed object is String

getJndiName

public JndiName getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is JndiName

setJndiName

public void setJndiName(JndiName value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is JndiName


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.