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

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

public class AfterReturningAdviceTypeImpl
extends BasicAdviceTypeImpl
implements Serializable, Cloneable, AfterReturningAdviceType

See Also:
Serialized Form

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

Field Detail

returning

protected String returning
Constructor Detail

AfterReturningAdviceTypeImpl

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


AfterReturningAdviceTypeImpl

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

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

getReturning

public String getReturning()
Description copied from interface: AfterReturningAdviceType
Gets the value of the returning property.

Specified by:
getReturning in interface AfterReturningAdviceType
Returns:
possible object is String

setReturning

public void setReturning(String value)
Description copied from interface: AfterReturningAdviceType
Sets the value of the returning property.

Specified by:
setReturning in interface AfterReturningAdviceType
Parameters:
value - allowed object is String

clone

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

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


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