|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl
public class ConfigImpl
| Field Summary | |
|---|---|
protected List<AdvisorType> |
advisor
|
protected List<AspectType> |
aspect
|
protected List<PointcutType> |
pointcut
|
protected Boolean |
proxyTargetClass
|
| Constructor Summary | |
|---|---|
ConfigImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance. |
|
ConfigImpl(ConfigImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ConfigImpl |
clone()
Creates and returns a copy of this object. |
List<AdvisorType> |
getAdvisor()
Gets the value of the advisor property. |
List<AspectType> |
getAspect()
Gets the value of the aspect property. |
List<PointcutType> |
getPointcut()
Gets the value of the pointcut property. |
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 |
|---|
protected List<PointcutType> pointcut
protected List<AdvisorType> advisor
protected List<AspectType> aspect
protected Boolean proxyTargetClass
| Constructor Detail |
|---|
public ConfigImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance.
public ConfigImpl(ConfigImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<PointcutType> getPointcut()
Config
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pointcut property.
For example, to add a new item, do as follows:
getPointcut().add(newItem);
Objects of the following type(s) are allowed in the list
PointcutType
getPointcut in interface Configpublic List<AdvisorType> getAdvisor()
Config
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the advisor property.
For example, to add a new item, do as follows:
getAdvisor().add(newItem);
Objects of the following type(s) are allowed in the list
AdvisorType
getAdvisor in interface Configpublic List<AspectType> getAspect()
Config
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aspect property.
For example, to add a new item, do as follows:
getAspect().add(newItem);
Objects of the following type(s) are allowed in the list
AspectType
getAspect in interface Configpublic boolean isProxyTargetClass()
Config
isProxyTargetClass in interface ConfigBooleanpublic void setProxyTargetClass(Boolean value)
Config
setProxyTargetClass in interface Configvalue - allowed object is
Booleanpublic ConfigImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||