net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl
Class AfterThrowingAdviceTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, AfterThrowingAdviceType, BasicAdviceType

public class AfterThrowingAdviceTypeImpl
extends BasicAdviceTypeImpl
implements Serializable, Cloneable, AfterThrowingAdviceType

See Also:
Serialized Form

Field Summary
protected  String throwing
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl
argNames, method, pointcut, pointcutRef
 
Constructor Summary
AfterThrowingAdviceTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance.
AfterThrowingAdviceTypeImpl(AfterThrowingAdviceTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance by copying a given instance.
 
Method Summary
 AfterThrowingAdviceTypeImpl clone()
          Creates and returns a copy of this object.
 String getThrowing()
          Gets the value of the throwing property.
 void setThrowing(String value)
          Sets the value of the throwing property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.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.priv.collections.novalueclass.spring.aop.BasicAdviceType
getArgNames, getMethod, getPointcut, getPointcutRef, setArgNames, setMethod, setPointcut, setPointcutRef
 

Field Detail

throwing

protected String throwing
Constructor Detail

AfterThrowingAdviceTypeImpl

public AfterThrowingAdviceTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance.


AfterThrowingAdviceTypeImpl

public AfterThrowingAdviceTypeImpl(AfterThrowingAdviceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance by copying a given instance.

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

getThrowing

public String getThrowing()
Description copied from interface: AfterThrowingAdviceType
Gets the value of the throwing property.

Specified by:
getThrowing in interface AfterThrowingAdviceType
Returns:
possible object is String

setThrowing

public void setThrowing(String value)
Description copied from interface: AfterThrowingAdviceType
Sets the value of the throwing property.

Specified by:
setThrowing in interface AfterThrowingAdviceType
Parameters:
value - allowed object is String

clone

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