org.apache.openejb.jee.jpa
Class IdClass

java.lang.Object
  extended by org.apache.openejb.jee.jpa.IdClass

public class IdClass
extends java.lang.Object


Field Summary
protected  java.lang.String clazz
           
 
Constructor Summary
IdClass()
           
IdClass(java.lang.String clazz)
           
 
Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected java.lang.String clazz
Constructor Detail

IdClass

public IdClass()

IdClass

public IdClass(java.lang.String clazz)
Method Detail

getClazz

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

Returns:
possible object is String

setClazz

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

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.