net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
Class Lob

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Lob
All Implemented Interfaces:
Serializable, Cloneable

public class Lob
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
Lob()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Lob instance.
Lob(Lob o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Lob instance by copying a given instance.
 
Method Summary
 Lob clone()
          Creates and returns a copy of this object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lob

public Lob()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Lob instance.


Lob

public Lob(Lob o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Lob instance by copying a given instance.

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

clone

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