org.hibernate.test.annotations.idmanytoone
Class CardKey

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.CardKey

@Entity
public class CardKey
extends Object


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

Constructor Detail

CardKey

public CardKey()
Method Detail

getId

public int getId()

setId

public void setId(int id)


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