net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.aop.impl
Class BasicAdviceTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.aop.impl.BasicAdviceTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, BasicAdviceType
Direct Known Subclasses:
AfterReturningAdviceTypeImpl, AfterThrowingAdviceTypeImpl

public class BasicAdviceTypeImpl
extends Object
implements Serializable, Cloneable, BasicAdviceType

See Also:
Serialized Form

Field Summary
protected  String argNames
           
protected  String method
           
protected  String pointcut
           
protected  String pointcutRef
           
 
Constructor Summary
BasicAdviceTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.aop.impl.BasicAdviceTypeImpl instance.
BasicAdviceTypeImpl(BasicAdviceTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.aop.impl.BasicAdviceTypeImpl instance by copying a given instance.
 
Method Summary
 BasicAdviceTypeImpl clone()
          Creates and returns a copy of this object.
 String getArgNames()
          Gets the value of the argNames property.
 String getMethod()
          Gets the value of the method property.
 String getPointcut()
          Gets the value of the pointcut property.
 String getPointcutRef()
          Gets the value of the pointcutRef property.
 void setArgNames(String value)
          Sets the value of the argNames property.
 void setMethod(String value)
          Sets the value of the method property.
 void setPointcut(String value)
          Sets the value of the pointcut property.
 void setPointcutRef(String value)
          Sets the value of the pointcutRef property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointcut

protected String pointcut

pointcutRef

protected String pointcutRef

method

protected String method

argNames

protected String argNames
Constructor Detail

BasicAdviceTypeImpl

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


BasicAdviceTypeImpl

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

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

getPointcut

public String getPointcut()
Description copied from interface: BasicAdviceType
Gets the value of the pointcut property.

Specified by:
getPointcut in interface BasicAdviceType
Returns:
possible object is String

setPointcut

public void setPointcut(String value)
Description copied from interface: BasicAdviceType
Sets the value of the pointcut property.

Specified by:
setPointcut in interface BasicAdviceType
Parameters:
value - allowed object is String

getPointcutRef

public String getPointcutRef()
Description copied from interface: BasicAdviceType
Gets the value of the pointcutRef property.

Specified by:
getPointcutRef in interface BasicAdviceType
Returns:
possible object is String

setPointcutRef

public void setPointcutRef(String value)
Description copied from interface: BasicAdviceType
Sets the value of the pointcutRef property.

Specified by:
setPointcutRef in interface BasicAdviceType
Parameters:
value - allowed object is String

getMethod

public String getMethod()
Description copied from interface: BasicAdviceType
Gets the value of the method property.

Specified by:
getMethod in interface BasicAdviceType
Returns:
possible object is String

setMethod

public void setMethod(String value)
Description copied from interface: BasicAdviceType
Sets the value of the method property.

Specified by:
setMethod in interface BasicAdviceType
Parameters:
value - allowed object is String

getArgNames

public String getArgNames()
Description copied from interface: BasicAdviceType
Gets the value of the argNames property.

Specified by:
getArgNames in interface BasicAdviceType
Returns:
possible object is String

setArgNames

public void setArgNames(String value)
Description copied from interface: BasicAdviceType
Sets the value of the argNames property.

Specified by:
setArgNames in interface BasicAdviceType
Parameters:
value - allowed object is String

clone

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