net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl
Class AdviceImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl.AdviceImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, Advice

public class AdviceImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, Advice

See Also:
Serialized Form

Field Summary
protected  AttributesTypeImpl attributes
           
protected  String transactionManager
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
AdviceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl.AdviceImpl instance.
AdviceImpl(AdviceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl.AdviceImpl instance by copying a given instance.
 
Method Summary
 AdviceImpl clone()
          Creates and returns a copy of this object.
 AttributesType getAttributes()
          Gets the value of the attributes property.
 String getTransactionManager()
          Gets the value of the transactionManager property.
 void setAttributes(AttributesType value)
          Sets the value of the attributes property.
 void setTransactionManager(String value)
          Sets the value of the transactionManager property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
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.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

attributes

protected AttributesTypeImpl attributes

transactionManager

protected String transactionManager
Constructor Detail

AdviceImpl

public AdviceImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl.AdviceImpl instance.


AdviceImpl

public AdviceImpl(AdviceImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tx.impl.AdviceImpl instance by copying a given instance.

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

getAttributes

public AttributesType getAttributes()
Description copied from interface: Advice
Gets the value of the attributes property.

Specified by:
getAttributes in interface Advice
Returns:
possible object is AttributesType

setAttributes

public void setAttributes(AttributesType value)
Description copied from interface: Advice
Sets the value of the attributes property.

Specified by:
setAttributes in interface Advice
Parameters:
value - allowed object is AttributesType

getTransactionManager

public String getTransactionManager()
Description copied from interface: Advice
Gets the value of the transactionManager property.

Specified by:
getTransactionManager in interface Advice
Returns:
possible object is String

setTransactionManager

public void setTransactionManager(String value)
Description copied from interface: Advice
Sets the value of the transactionManager property.

Specified by:
setTransactionManager in interface Advice
Parameters:
value - allowed object is String

clone

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

Specified by:
clone in class IdentifiedTypeImpl
Returns:
A clone of this instance.


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