org.objectweb.easybeans.deployment.xml.struct.common
Class EJBLocalRef

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
      extended by org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
          extended by org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef

public class EJBLocalRef
extends AbsEJBRef

Class representing ejb-local-ref elements used in Java EE components.

Author:
Florent Benoit

Field Summary
private  java.lang.String local
          Local class (interface).
private  java.lang.String localHome
          Local Home (interface).
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
EJBLocalRef()
           
 
Method Summary
 java.lang.String getLocal()
           
 java.lang.String getLocalHome()
           
 void setLocal(java.lang.String local)
          Sets the value of local element.
 void setLocalHome(java.lang.String localHome)
          Sets the value of home element.
 
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
getEjbLink, getEjbRefName, getEjbRefType, setEjbLink, setEjbRefName, setEjbRefType
 
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
addInjectionTarget, getInjectionTargetList, getMappedName, setMappedName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values

local

private java.lang.String local
Local class (interface).


localHome

private java.lang.String localHome
Local Home (interface).

Constructor Detail

EJBLocalRef

public EJBLocalRef()
Method Detail

getLocal

public java.lang.String getLocal()
Returns:
the local element

setLocal

public void setLocal(java.lang.String local)
Sets the value of local element.

Parameters:
local - value of local element

getLocalHome

public java.lang.String getLocalHome()
Returns:
the local home element

setLocalHome

public void setLocalHome(java.lang.String localHome)
Sets the value of home element.

Parameters:
localHome - value of local home element