org.hibernate.test.annotations.referencedcolumnname
Class Item

java.lang.Object
  extended by org.hibernate.test.annotations.referencedcolumnname.Item

@Entity
public class Item
extends Object


Constructor Summary
Item()
           
 
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

Item

public Item()
Method Detail

getId

public int getId()

setId

public void setId(int id)


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