net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl
Class AttributesTypeImpl.MethodImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl.MethodImpl
All Implemented Interfaces:
Serializable, Cloneable, AttributesType.Method
Enclosing class:
AttributesTypeImpl

public static class AttributesTypeImpl.MethodImpl
extends Object
implements Serializable, Cloneable, AttributesType.Method

See Also:
Serialized Form

Field Summary
protected  String isolation
           
protected  String name
           
protected  String noRollbackFor
           
protected  String propagation
           
protected  Boolean readOnly
           
protected  String rollbackFor
           
protected  BigInteger timeout
           
 
Constructor Summary
AttributesTypeImpl.MethodImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl.MethodImpl instance.
AttributesTypeImpl.MethodImpl(AttributesTypeImpl.MethodImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl.MethodImpl instance by copying a given instance.
 
Method Summary
 AttributesTypeImpl.MethodImpl clone()
          Creates and returns a copy of this object.
 String getIsolation()
          Gets the value of the isolation property.
 String getName()
          Gets the value of the name property.
 String getNoRollbackFor()
          Gets the value of the noRollbackFor property.
 String getPropagation()
          Gets the value of the propagation property.
 String getRollbackFor()
          Gets the value of the rollbackFor property.
 BigInteger getTimeout()
          Gets the value of the timeout property.
 boolean isReadOnly()
          Gets the value of the readOnly property.
 void setIsolation(String value)
          Sets the value of the isolation property.
 void setName(String value)
          Sets the value of the name property.
 void setNoRollbackFor(String value)
          Sets the value of the noRollbackFor property.
 void setPropagation(String value)
          Sets the value of the propagation property.
 void setReadOnly(Boolean value)
          Sets the value of the readOnly property.
 void setRollbackFor(String value)
          Sets the value of the rollbackFor property.
 void setTimeout(BigInteger value)
          Sets the value of the timeout property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

propagation

protected String propagation

isolation

protected String isolation

timeout

protected BigInteger timeout

readOnly

protected Boolean readOnly

rollbackFor

protected String rollbackFor

noRollbackFor

protected String noRollbackFor
Constructor Detail

AttributesTypeImpl.MethodImpl

public AttributesTypeImpl.MethodImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl.MethodImpl instance.


AttributesTypeImpl.MethodImpl

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

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

getName

public String getName()
Description copied from interface: AttributesType.Method
Gets the value of the name property.

Specified by:
getName in interface AttributesType.Method
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: AttributesType.Method
Sets the value of the name property.

Specified by:
setName in interface AttributesType.Method
Parameters:
value - allowed object is String

getPropagation

public String getPropagation()
Description copied from interface: AttributesType.Method
Gets the value of the propagation property.

Specified by:
getPropagation in interface AttributesType.Method
Returns:
possible object is String

setPropagation

public void setPropagation(String value)
Description copied from interface: AttributesType.Method
Sets the value of the propagation property.

Specified by:
setPropagation in interface AttributesType.Method
Parameters:
value - allowed object is String

getIsolation

public String getIsolation()
Description copied from interface: AttributesType.Method
Gets the value of the isolation property.

Specified by:
getIsolation in interface AttributesType.Method
Returns:
possible object is String

setIsolation

public void setIsolation(String value)
Description copied from interface: AttributesType.Method
Sets the value of the isolation property.

Specified by:
setIsolation in interface AttributesType.Method
Parameters:
value - allowed object is String

getTimeout

public BigInteger getTimeout()
Description copied from interface: AttributesType.Method
Gets the value of the timeout property.

Specified by:
getTimeout in interface AttributesType.Method
Returns:
possible object is BigInteger

setTimeout

public void setTimeout(BigInteger value)
Description copied from interface: AttributesType.Method
Sets the value of the timeout property.

Specified by:
setTimeout in interface AttributesType.Method
Parameters:
value - allowed object is BigInteger

isReadOnly

public boolean isReadOnly()
Description copied from interface: AttributesType.Method
Gets the value of the readOnly property.

Specified by:
isReadOnly in interface AttributesType.Method
Returns:
possible object is Boolean

setReadOnly

public void setReadOnly(Boolean value)
Description copied from interface: AttributesType.Method
Sets the value of the readOnly property.

Specified by:
setReadOnly in interface AttributesType.Method
Parameters:
value - allowed object is Boolean

getRollbackFor

public String getRollbackFor()
Description copied from interface: AttributesType.Method
Gets the value of the rollbackFor property.

Specified by:
getRollbackFor in interface AttributesType.Method
Returns:
possible object is String

setRollbackFor

public void setRollbackFor(String value)
Description copied from interface: AttributesType.Method
Sets the value of the rollbackFor property.

Specified by:
setRollbackFor in interface AttributesType.Method
Parameters:
value - allowed object is String

getNoRollbackFor

public String getNoRollbackFor()
Description copied from interface: AttributesType.Method
Gets the value of the noRollbackFor property.

Specified by:
getNoRollbackFor in interface AttributesType.Method
Returns:
possible object is String

setNoRollbackFor

public void setNoRollbackFor(String value)
Description copied from interface: AttributesType.Method
Sets the value of the noRollbackFor property.

Specified by:
setNoRollbackFor in interface AttributesType.Method
Parameters:
value - allowed object is String

clone

public AttributesTypeImpl.MethodImpl 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.