net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
Class IdClass

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

public class IdClass
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  String clazz
           
 
Constructor Summary
IdClass()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass instance.
IdClass(IdClass o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.IdClass instance by copying a given instance.
 
Method Summary
 IdClass 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

IdClass

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


IdClass

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

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

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

clone

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