net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
Class CascadeTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.CascadeTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, CascadeType

public class CascadeTypeImpl
extends Object
implements Serializable, Cloneable, CascadeType

See Also:
Serialized Form

Field Summary
protected  EmptyTypeImpl cascadeAll
           
protected  EmptyTypeImpl cascadeMerge
           
protected  EmptyTypeImpl cascadePersist
           
protected  EmptyTypeImpl cascadeRefresh
           
protected  EmptyTypeImpl cascadeRemove
           
 
Constructor Summary
CascadeTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.CascadeTypeImpl instance.
CascadeTypeImpl(CascadeTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.CascadeTypeImpl instance by copying a given instance.
 
Method Summary
 CascadeTypeImpl clone()
          Creates and returns a copy of this object.
 EmptyType getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType getCascadeMerge()
          Gets the value of the cascadeMerge property.
 EmptyType getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType getCascadeRefresh()
          Gets the value of the cascadeRefresh property.
 EmptyType getCascadeRemove()
          Gets the value of the cascadeRemove property.
 void setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void setCascadeMerge(EmptyType value)
          Sets the value of the cascadeMerge property.
 void setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void setCascadeRefresh(EmptyType value)
          Sets the value of the cascadeRefresh property.
 void setCascadeRemove(EmptyType value)
          Sets the value of the cascadeRemove property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cascadeAll

protected EmptyTypeImpl cascadeAll

cascadePersist

protected EmptyTypeImpl cascadePersist

cascadeMerge

protected EmptyTypeImpl cascadeMerge

cascadeRemove

protected EmptyTypeImpl cascadeRemove

cascadeRefresh

protected EmptyTypeImpl cascadeRefresh
Constructor Detail

CascadeTypeImpl

public CascadeTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.CascadeTypeImpl instance.


CascadeTypeImpl

public CascadeTypeImpl(CascadeTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.CascadeTypeImpl instance by copying a given instance.

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

getCascadeAll

public EmptyType getCascadeAll()
Description copied from interface: CascadeType
Gets the value of the cascadeAll property.

Specified by:
getCascadeAll in interface CascadeType
Returns:
possible object is EmptyType

setCascadeAll

public void setCascadeAll(EmptyType value)
Description copied from interface: CascadeType
Sets the value of the cascadeAll property.

Specified by:
setCascadeAll in interface CascadeType
Parameters:
value - allowed object is EmptyType

getCascadePersist

public EmptyType getCascadePersist()
Description copied from interface: CascadeType
Gets the value of the cascadePersist property.

Specified by:
getCascadePersist in interface CascadeType
Returns:
possible object is EmptyType

setCascadePersist

public void setCascadePersist(EmptyType value)
Description copied from interface: CascadeType
Sets the value of the cascadePersist property.

Specified by:
setCascadePersist in interface CascadeType
Parameters:
value - allowed object is EmptyType

getCascadeMerge

public EmptyType getCascadeMerge()
Description copied from interface: CascadeType
Gets the value of the cascadeMerge property.

Specified by:
getCascadeMerge in interface CascadeType
Returns:
possible object is EmptyType

setCascadeMerge

public void setCascadeMerge(EmptyType value)
Description copied from interface: CascadeType
Sets the value of the cascadeMerge property.

Specified by:
setCascadeMerge in interface CascadeType
Parameters:
value - allowed object is EmptyType

getCascadeRemove

public EmptyType getCascadeRemove()
Description copied from interface: CascadeType
Gets the value of the cascadeRemove property.

Specified by:
getCascadeRemove in interface CascadeType
Returns:
possible object is EmptyType

setCascadeRemove

public void setCascadeRemove(EmptyType value)
Description copied from interface: CascadeType
Sets the value of the cascadeRemove property.

Specified by:
setCascadeRemove in interface CascadeType
Parameters:
value - allowed object is EmptyType

getCascadeRefresh

public EmptyType getCascadeRefresh()
Description copied from interface: CascadeType
Gets the value of the cascadeRefresh property.

Specified by:
getCascadeRefresh in interface CascadeType
Returns:
possible object is EmptyType

setCascadeRefresh

public void setCascadeRefresh(EmptyType value)
Description copied from interface: CascadeType
Sets the value of the cascadeRefresh property.

Specified by:
setCascadeRefresh in interface CascadeType
Parameters:
value - allowed object is EmptyType

clone

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