net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl
Class AdvisorTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.AdvisorTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, AdvisorType

public class AdvisorTypeImpl
extends Object
implements Serializable, Cloneable, AdvisorType

See Also:
Serialized Form

Field Summary
protected  String adviceRef
           
protected  String id
           
protected  Integer order
           
protected  String pointcut
           
protected  String pointcutRef
           
 
Constructor Summary
AdvisorTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.AdvisorTypeImpl instance.
AdvisorTypeImpl(AdvisorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.AdvisorTypeImpl instance by copying a given instance.
 
Method Summary
 AdvisorTypeImpl clone()
          Creates and returns a copy of this object.
 String getAdviceRef()
          Gets the value of the adviceRef property.
 String getId()
          Gets the value of the id property.
 Integer getOrder()
          Gets the value of the order property.
 String getPointcut()
          Gets the value of the pointcut property.
 String getPointcutRef()
          Gets the value of the pointcutRef property.
 void setAdviceRef(String value)
          Sets the value of the adviceRef property.
 void setId(String value)
          Sets the value of the id property.
 void setOrder(Integer value)
          Sets the value of the order 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

id

protected String id

adviceRef

protected String adviceRef

pointcut

protected String pointcut

pointcutRef

protected String pointcutRef

order

protected Integer order
Constructor Detail

AdvisorTypeImpl

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


AdvisorTypeImpl

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

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

getId

public String getId()
Description copied from interface: AdvisorType
Gets the value of the id property.

Specified by:
getId in interface AdvisorType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: AdvisorType
Sets the value of the id property.

Specified by:
setId in interface AdvisorType
Parameters:
value - allowed object is String

getAdviceRef

public String getAdviceRef()
Description copied from interface: AdvisorType
Gets the value of the adviceRef property.

Specified by:
getAdviceRef in interface AdvisorType
Returns:
possible object is String

setAdviceRef

public void setAdviceRef(String value)
Description copied from interface: AdvisorType
Sets the value of the adviceRef property.

Specified by:
setAdviceRef in interface AdvisorType
Parameters:
value - allowed object is String

getPointcut

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

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

setPointcut

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

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

getPointcutRef

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

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

setPointcutRef

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

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

getOrder

public Integer getOrder()
Description copied from interface: AdvisorType
Gets the value of the order property.

Specified by:
getOrder in interface AdvisorType
Returns:
possible object is Integer

setOrder

public void setOrder(Integer value)
Description copied from interface: AdvisorType
Sets the value of the order property.

Specified by:
setOrder in interface AdvisorType
Parameters:
value - allowed object is Integer

clone

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