net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl
Class ScopedProxyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ScopedProxyImpl
All Implemented Interfaces:
Serializable, Cloneable, ScopedProxy

public class ScopedProxyImpl
extends Object
implements Serializable, Cloneable, ScopedProxy

See Also:
Serialized Form

Field Summary
protected  Boolean proxyTargetClass
           
 
Constructor Summary
ScopedProxyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ScopedProxyImpl instance.
ScopedProxyImpl(ScopedProxyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ScopedProxyImpl instance by copying a given instance.
 
Method Summary
 ScopedProxyImpl clone()
          Creates and returns a copy of this object.
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setProxyTargetClass(Boolean value)
          Sets the value of the proxyTargetClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxyTargetClass

protected Boolean proxyTargetClass
Constructor Detail

ScopedProxyImpl

public ScopedProxyImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ScopedProxyImpl instance.


ScopedProxyImpl

public ScopedProxyImpl(ScopedProxyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ScopedProxyImpl instance by copying a given instance.

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

isProxyTargetClass

public boolean isProxyTargetClass()
Description copied from interface: ScopedProxy
Gets the value of the proxyTargetClass property.

Specified by:
isProxyTargetClass in interface ScopedProxy
Returns:
possible object is Boolean

setProxyTargetClass

public void setProxyTargetClass(Boolean value)
Description copied from interface: ScopedProxy
Sets the value of the proxyTargetClass property.

Specified by:
setProxyTargetClass in interface ScopedProxy
Parameters:
value - allowed object is Boolean

clone

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

Overrides:
clone in class Object
Returns:
A clone of this instance.


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