org.apache.openejb.jee.jba
Class EjbLocalRef

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

public class EjbLocalRef
extends Object


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

Field Detail

ejbRefName

protected String ejbRefName

localJndiName

protected String localJndiName
Constructor Detail

EjbLocalRef

public EjbLocalRef()
Method Detail

getEjbRefName

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

Returns:
possible object is String

setEjbRefName

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

Parameters:
value - allowed object is String

getLocalJndiName

public String getLocalJndiName()
Gets the value of the localJndiName property.

Returns:
possible object is String

setLocalJndiName

public void setLocalJndiName(String value)
Sets the value of the localJndiName property.

Parameters:
value - allowed object is String


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