org.hibernate.test.annotations.inheritance
Class Fruit

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.Fruit
Direct Known Subclasses:
Apple

@Entity
public class Fruit
extends Object


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

Constructor Detail

Fruit

public Fruit()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)


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