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

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

public class IdClassImpl
extends Object
implements Serializable, Cloneable, IdClass

See Also:
Serialized Form

Field Summary
protected  String clazz
           
 
Constructor Summary
IdClassImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.IdClassImpl instance.
IdClassImpl(IdClassImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.IdClassImpl instance by copying a given instance.
 
Method Summary
 IdClassImpl clone()
          Creates and returns a copy of this object.
 String getClazz()
          Gets the value of the clazz property.
 void setClazz(String value)
          Sets the value of the clazz property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected String clazz
Constructor Detail

IdClassImpl

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


IdClassImpl

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

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

getClazz

public String getClazz()
Description copied from interface: IdClass
Gets the value of the clazz property.

Specified by:
getClazz in interface IdClass
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: IdClass
Sets the value of the clazz property.

Specified by:
setClazz in interface IdClass
Parameters:
value - allowed object is String

clone

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