net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl
Class LobImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.LobImpl
All Implemented Interfaces:
Serializable, Cloneable, Lob

public class LobImpl
extends Object
implements Serializable, Cloneable, Lob

See Also:
Serialized Form

Constructor Summary
LobImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.LobImpl instance.
LobImpl(LobImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.LobImpl instance by copying a given instance.
 
Method Summary
 LobImpl 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

LobImpl

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


LobImpl

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

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

clone

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