net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.aop.impl
Class AfterReturningAdviceTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl
net.sourceforge.ccxjc.it.model.pkg.collections.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
returning
protected String returning
AfterReturningAdviceTypeImpl
public AfterReturningAdviceTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl instance.
AfterReturningAdviceTypeImpl
public AfterReturningAdviceTypeImpl(AfterReturningAdviceTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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.