net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl
Class EjbTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
          extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.EjbTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, EjbType, JndiLocatingType
Direct Known Subclasses:
RemoteSlsbImpl

public class EjbTypeImpl
extends JndiLocatingTypeImpl
implements Serializable, Cloneable, EjbType

See Also:
Serialized Form

Field Summary
protected  String businessInterface
           
protected  Boolean cacheHome
           
protected  Boolean lookupHomeOnStartup
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
EjbTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.EjbTypeImpl instance.
EjbTypeImpl(EjbTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.EjbTypeImpl instance by copying a given instance.
 
Method Summary
 EjbTypeImpl clone()
          Creates and returns a copy of this object.
 String getBusinessInterface()
          Gets the value of the businessInterface property.
 boolean isCacheHome()
          Gets the value of the cacheHome property.
 boolean isLookupHomeOnStartup()
          Gets the value of the lookupHomeOnStartup property.
 void setBusinessInterface(String value)
          Sets the value of the businessInterface property.
 void setCacheHome(Boolean value)
          Sets the value of the cacheHome property.
 void setLookupHomeOnStartup(Boolean value)
          Sets the value of the lookupHomeOnStartup property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

lookupHomeOnStartup

protected Boolean lookupHomeOnStartup

cacheHome

protected Boolean cacheHome

businessInterface

protected String businessInterface
Constructor Detail

EjbTypeImpl

public EjbTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.EjbTypeImpl instance.


EjbTypeImpl

public EjbTypeImpl(EjbTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.jee.impl.EjbTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

isLookupHomeOnStartup

public boolean isLookupHomeOnStartup()
Description copied from interface: EjbType
Gets the value of the lookupHomeOnStartup property.

Specified by:
isLookupHomeOnStartup in interface EjbType
Returns:
possible object is Boolean

setLookupHomeOnStartup

public void setLookupHomeOnStartup(Boolean value)
Description copied from interface: EjbType
Sets the value of the lookupHomeOnStartup property.

Specified by:
setLookupHomeOnStartup in interface EjbType
Parameters:
value - allowed object is Boolean

isCacheHome

public boolean isCacheHome()
Description copied from interface: EjbType
Gets the value of the cacheHome property.

Specified by:
isCacheHome in interface EjbType
Returns:
possible object is Boolean

setCacheHome

public void setCacheHome(Boolean value)
Description copied from interface: EjbType
Sets the value of the cacheHome property.

Specified by:
setCacheHome in interface EjbType
Parameters:
value - allowed object is Boolean

getBusinessInterface

public String getBusinessInterface()
Description copied from interface: EjbType
Gets the value of the businessInterface property.

Specified by:
getBusinessInterface in interface EjbType
Returns:
possible object is String

setBusinessInterface

public void setBusinessInterface(String value)
Description copied from interface: EjbType
Sets the value of the businessInterface property.

Specified by:
setBusinessInterface in interface EjbType
Parameters:
value - allowed object is String

clone

public EjbTypeImpl clone()
Creates and returns a copy of this object.

Specified by:
clone in class JndiLocatingTypeImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.