org.hibernate.test.annotations.cid.keymanytoone
Class Key

java.lang.Object
  extended by org.hibernate.test.annotations.cid.keymanytoone.Key
All Implemented Interfaces:
Serializable

@Entity
public class Key
extends Object
implements Serializable

TODO : javadoc

See Also:
Serialized Form

Constructor Summary
Key(String id)
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key(String id)
Method Detail

getId

public String getId()

setId

public void setId(String id)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.