org.apache.openejb.jee.jba
Class EjbLocalRef

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

public class EjbLocalRef
extends java.lang.Object


Field Summary
protected  java.lang.String ejbRefName
           
protected  java.lang.String localJndiName
           
 
Constructor Summary
EjbLocalRef()
           
 
Method Summary
 java.lang.String getEjbRefName()
          Gets the value of the ejbRefName property.
 java.lang.String getLocalJndiName()
          Gets the value of the localJndiName property.
 void setEjbRefName(java.lang.String value)
          Sets the value of the ejbRefName property.
 void setLocalJndiName(java.lang.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 java.lang.String ejbRefName

localJndiName

protected java.lang.String localJndiName
Constructor Detail

EjbLocalRef

public EjbLocalRef()
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

getLocalJndiName

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

Returns:
possible object is String

setLocalJndiName

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

Parameters:
value - allowed object is String


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