net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl
Class JndiLookupImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
          extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLookupImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, JndiLocatingType, JndiLookup

public class JndiLookupImpl
extends JndiLocatingTypeImpl
implements Serializable, Cloneable, JndiLookup

See Also:
Serialized Form

Field Summary
protected  Boolean cache
           
protected  String defaultRef
           
protected  String defaultValue
           
protected  String expectedType
           
protected  Boolean lookupOnStartup
           
protected  String proxyInterface
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
JndiLookupImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLookupImpl instance.
JndiLookupImpl(JndiLookupImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLookupImpl instance by copying a given instance.
 
Method Summary
 JndiLookupImpl clone()
          Creates and returns a copy of this object.
 String getDefaultRef()
          Gets the value of the defaultRef property.
 String getDefaultValue()
          Gets the value of the defaultValue property.
 String getExpectedType()
          Gets the value of the expectedType property.
 String getProxyInterface()
          Gets the value of the proxyInterface property.
 boolean isCache()
          Gets the value of the cache property.
 boolean isLookupOnStartup()
          Gets the value of the lookupOnStartup property.
 void setCache(Boolean value)
          Sets the value of the cache property.
 void setDefaultRef(String value)
          Sets the value of the defaultRef property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setExpectedType(String value)
          Sets the value of the expectedType property.
 void setLookupOnStartup(Boolean value)
          Sets the value of the lookupOnStartup property.
 void setProxyInterface(String value)
          Sets the value of the proxyInterface property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.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.priv.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.priv.collections.novalueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

cache

protected Boolean cache

expectedType

protected String expectedType

lookupOnStartup

protected Boolean lookupOnStartup

proxyInterface

protected String proxyInterface

defaultValue

protected String defaultValue

defaultRef

protected String defaultRef
Constructor Detail

JndiLookupImpl

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


JndiLookupImpl

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

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

isCache

public boolean isCache()
Description copied from interface: JndiLookup
Gets the value of the cache property.

Specified by:
isCache in interface JndiLookup
Returns:
possible object is Boolean

setCache

public void setCache(Boolean value)
Description copied from interface: JndiLookup
Sets the value of the cache property.

Specified by:
setCache in interface JndiLookup
Parameters:
value - allowed object is Boolean

getExpectedType

public String getExpectedType()
Description copied from interface: JndiLookup
Gets the value of the expectedType property.

Specified by:
getExpectedType in interface JndiLookup
Returns:
possible object is String

setExpectedType

public void setExpectedType(String value)
Description copied from interface: JndiLookup
Sets the value of the expectedType property.

Specified by:
setExpectedType in interface JndiLookup
Parameters:
value - allowed object is String

isLookupOnStartup

public boolean isLookupOnStartup()
Description copied from interface: JndiLookup
Gets the value of the lookupOnStartup property.

Specified by:
isLookupOnStartup in interface JndiLookup
Returns:
possible object is Boolean

setLookupOnStartup

public void setLookupOnStartup(Boolean value)
Description copied from interface: JndiLookup
Sets the value of the lookupOnStartup property.

Specified by:
setLookupOnStartup in interface JndiLookup
Parameters:
value - allowed object is Boolean

getProxyInterface

public String getProxyInterface()
Description copied from interface: JndiLookup
Gets the value of the proxyInterface property.

Specified by:
getProxyInterface in interface JndiLookup
Returns:
possible object is String

setProxyInterface

public void setProxyInterface(String value)
Description copied from interface: JndiLookup
Sets the value of the proxyInterface property.

Specified by:
setProxyInterface in interface JndiLookup
Parameters:
value - allowed object is String

getDefaultValue

public String getDefaultValue()
Description copied from interface: JndiLookup
Gets the value of the defaultValue property.

Specified by:
getDefaultValue in interface JndiLookup
Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Description copied from interface: JndiLookup
Sets the value of the defaultValue property.

Specified by:
setDefaultValue in interface JndiLookup
Parameters:
value - allowed object is String

getDefaultRef

public String getDefaultRef()
Description copied from interface: JndiLookup
Gets the value of the defaultRef property.

Specified by:
getDefaultRef in interface JndiLookup
Returns:
possible object is String

setDefaultRef

public void setDefaultRef(String value)
Description copied from interface: JndiLookup
Sets the value of the defaultRef property.

Specified by:
setDefaultRef in interface JndiLookup
Parameters:
value - allowed object is String

clone

public JndiLookupImpl 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.