net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.tx.impl
Class AnnotationDrivenImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.tx.impl.AnnotationDrivenImpl
All Implemented Interfaces:
Serializable, Cloneable, AnnotationDriven

public class AnnotationDrivenImpl
extends Object
implements Serializable, Cloneable, AnnotationDriven

See Also:
Serialized Form

Field Summary
protected  String mode
           
protected  Integer order
           
protected  Boolean proxyTargetClass
           
protected  String transactionManager
           
 
Constructor Summary
AnnotationDrivenImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.tx.impl.AnnotationDrivenImpl instance.
AnnotationDrivenImpl(AnnotationDrivenImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.tx.impl.AnnotationDrivenImpl instance by copying a given instance.
 
Method Summary
 AnnotationDrivenImpl clone()
          Creates and returns a copy of this object.
 String getMode()
          Gets the value of the mode property.
 Integer getOrder()
          Gets the value of the order property.
 String getTransactionManager()
          Gets the value of the transactionManager property.
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setMode(String value)
          Sets the value of the mode property.
 void setOrder(Integer value)
          Sets the value of the order property.
 void setProxyTargetClass(Boolean value)
          Sets the value of the proxyTargetClass property.
 void setTransactionManager(String value)
          Sets the value of the transactionManager property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionManager

protected String transactionManager

mode

protected String mode

proxyTargetClass

protected Boolean proxyTargetClass

order

protected Integer order
Constructor Detail

AnnotationDrivenImpl

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


AnnotationDrivenImpl

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

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

getTransactionManager

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

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

setTransactionManager

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

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

getMode

public String getMode()
Description copied from interface: AnnotationDriven
Gets the value of the mode property.

Specified by:
getMode in interface AnnotationDriven
Returns:
possible object is String

setMode

public void setMode(String value)
Description copied from interface: AnnotationDriven
Sets the value of the mode property.

Specified by:
setMode in interface AnnotationDriven
Parameters:
value - allowed object is String

isProxyTargetClass

public boolean isProxyTargetClass()
Description copied from interface: AnnotationDriven
Gets the value of the proxyTargetClass property.

Specified by:
isProxyTargetClass in interface AnnotationDriven
Returns:
possible object is Boolean

setProxyTargetClass

public void setProxyTargetClass(Boolean value)
Description copied from interface: AnnotationDriven
Sets the value of the proxyTargetClass property.

Specified by:
setProxyTargetClass in interface AnnotationDriven
Parameters:
value - allowed object is Boolean

getOrder

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

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

setOrder

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

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

clone

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