net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl
Class TnaturalOrderingImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TnaturalOrderingImpl
All Implemented Interfaces:
Serializable, Cloneable, TnaturalOrdering

public class TnaturalOrderingImpl
extends Object
implements Serializable, Cloneable, TnaturalOrdering

See Also:
Serialized Form

Field Summary
protected  TorderingBasis basis
           
 
Constructor Summary
TnaturalOrderingImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TnaturalOrderingImpl instance.
TnaturalOrderingImpl(TnaturalOrderingImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TnaturalOrderingImpl instance by copying a given instance.
 
Method Summary
 TnaturalOrderingImpl clone()
          Creates and returns a copy of this object.
 TorderingBasis getBasis()
          Gets the value of the basis property.
 void setBasis(TorderingBasis value)
          Sets the value of the basis property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basis

protected TorderingBasis basis
Constructor Detail

TnaturalOrderingImpl

public TnaturalOrderingImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TnaturalOrderingImpl instance.


TnaturalOrderingImpl

public TnaturalOrderingImpl(TnaturalOrderingImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TnaturalOrderingImpl instance by copying a given instance.

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

getBasis

public TorderingBasis getBasis()
Description copied from interface: TnaturalOrdering
Gets the value of the basis property.

Specified by:
getBasis in interface TnaturalOrdering
Returns:
possible object is TorderingBasis

setBasis

public void setBasis(TorderingBasis value)
Description copied from interface: TnaturalOrdering
Sets the value of the basis property.

Specified by:
setBasis in interface TnaturalOrdering
Parameters:
value - allowed object is TorderingBasis

clone

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