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

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

public class ConfigImpl
extends Object
implements Serializable, Cloneable, Config

See Also:
Serialized Form

Field Summary
protected  AdvisorType[] advisor
           
protected  AspectType[] aspect
           
protected  PointcutType[] pointcut
           
protected  Boolean proxyTargetClass
           
 
Constructor Summary
ConfigImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ConfigImpl instance.
ConfigImpl(ConfigImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance.
 
Method Summary
 ConfigImpl clone()
          Creates and returns a copy of this object.
 AdvisorType[] getAdvisor()
           
 AdvisorType getAdvisor(int idx)
           
 int getAdvisorLength()
           
 AspectType[] getAspect()
           
 AspectType getAspect(int idx)
           
 int getAspectLength()
           
 PointcutType[] getPointcut()
           
 PointcutType getPointcut(int idx)
           
 int getPointcutLength()
           
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setAdvisor(AdvisorType[] values)
           
 AdvisorType setAdvisor(int idx, AdvisorType value)
           
 void setAspect(AspectType[] values)
           
 AspectType setAspect(int idx, AspectType value)
           
 PointcutType setPointcut(int idx, PointcutType value)
           
 void setPointcut(PointcutType[] values)
           
 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

pointcut

protected PointcutType[] pointcut

advisor

protected AdvisorType[] advisor

aspect

protected AspectType[] aspect

proxyTargetClass

protected Boolean proxyTargetClass
Constructor Detail

ConfigImpl

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


ConfigImpl

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

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

getPointcut

public PointcutType[] getPointcut()
Specified by:
getPointcut in interface Config
Returns:
array of PointcutType

getPointcut

public PointcutType getPointcut(int idx)
Specified by:
getPointcut in interface Config
Returns:
one of PointcutType

getPointcutLength

public int getPointcutLength()
Specified by:
getPointcutLength in interface Config

setPointcut

public void setPointcut(PointcutType[] values)
Specified by:
setPointcut in interface Config
Parameters:
values - allowed objects are PointcutType

setPointcut

public PointcutType setPointcut(int idx,
                                PointcutType value)
Specified by:
setPointcut in interface Config
value - allowed object is PointcutType

getAdvisor

public AdvisorType[] getAdvisor()
Specified by:
getAdvisor in interface Config
Returns:
array of AdvisorType

getAdvisor

public AdvisorType getAdvisor(int idx)
Specified by:
getAdvisor in interface Config
Returns:
one of AdvisorType

getAdvisorLength

public int getAdvisorLength()
Specified by:
getAdvisorLength in interface Config

setAdvisor

public void setAdvisor(AdvisorType[] values)
Specified by:
setAdvisor in interface Config
Parameters:
values - allowed objects are AdvisorType

setAdvisor

public AdvisorType setAdvisor(int idx,
                              AdvisorType value)
Specified by:
setAdvisor in interface Config
value - allowed object is AdvisorType

getAspect

public AspectType[] getAspect()
Specified by:
getAspect in interface Config
Returns:
array of AspectType

getAspect

public AspectType getAspect(int idx)
Specified by:
getAspect in interface Config
Returns:
one of AspectType

getAspectLength

public int getAspectLength()
Specified by:
getAspectLength in interface Config

setAspect

public void setAspect(AspectType[] values)
Specified by:
setAspect in interface Config
Parameters:
values - allowed objects are AspectType

setAspect

public AspectType setAspect(int idx,
                            AspectType value)
Specified by:
setAspect in interface Config
value - allowed object is AspectType

isProxyTargetClass

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

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

setProxyTargetClass

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

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

clone

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