|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.aop.impl.ConfigImpl
public class ConfigImpl
| 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.pub.indexed.novalueclass.spring.aop.impl.ConfigImpl instance. |
|
ConfigImpl(ConfigImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ConfigImpl |
clone()
Creates and returns a copy of this object. |
void |
copyAdvisor(AdvisorType[] source)
Copies all values of property Advisor. |
void |
copyAspect(AspectType[] source)
Copies all values of property Aspect. |
void |
copyPointcut(PointcutType[] source)
Copies all values of property Pointcut. |
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 |
|---|
protected PointcutType[] pointcut
protected AdvisorType[] advisor
protected AspectType[] aspect
protected Boolean proxyTargetClass
| Constructor Detail |
|---|
public ConfigImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.aop.impl.ConfigImpl instance.
public ConfigImpl(ConfigImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PointcutType[] getPointcut()
getPointcut in interface ConfigPointcutTypepublic PointcutType getPointcut(int idx)
getPointcut in interface ConfigPointcutTypepublic int getPointcutLength()
getPointcutLength in interface Configpublic void setPointcut(PointcutType[] values)
setPointcut in interface Configvalues - allowed objects are
PointcutType
public PointcutType setPointcut(int idx,
PointcutType value)
setPointcut in interface Configvalue - allowed object is
PointcutTypepublic AdvisorType[] getAdvisor()
getAdvisor in interface ConfigAdvisorTypepublic AdvisorType getAdvisor(int idx)
getAdvisor in interface ConfigAdvisorTypepublic int getAdvisorLength()
getAdvisorLength in interface Configpublic void setAdvisor(AdvisorType[] values)
setAdvisor in interface Configvalues - allowed objects are
AdvisorType
public AdvisorType setAdvisor(int idx,
AdvisorType value)
setAdvisor in interface Configvalue - allowed object is
AdvisorTypepublic AspectType[] getAspect()
getAspect in interface ConfigAspectTypepublic AspectType getAspect(int idx)
getAspect in interface ConfigAspectTypepublic int getAspectLength()
getAspectLength in interface Configpublic void setAspect(AspectType[] values)
setAspect in interface Configvalues - allowed objects are
AspectType
public AspectType setAspect(int idx,
AspectType value)
setAspect in interface Configvalue - allowed object is
AspectTypepublic boolean isProxyTargetClass()
Config
isProxyTargetClass in interface ConfigBooleanpublic void setProxyTargetClass(Boolean value)
Config
setProxyTargetClass in interface Configvalue - allowed object is
Booleanpublic void copyPointcut(PointcutType[] source)
Pointcut.
source - The source to copy from.
NullPointerException - if source is null.public void copyAdvisor(AdvisorType[] source)
Advisor.
source - The source to copy from.
NullPointerException - if source is null.public void copyAspect(AspectType[] source)
Aspect.
source - The source to copy from.
NullPointerException - if source is null.public ConfigImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||