org.hibernate.test.annotations.inheritance
Class Tomato

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.Vegetable
      extended by org.hibernate.test.annotations.inheritance.Tomato

@Entity
public class Tomato
extends Vegetable


Constructor Summary
Tomato()
           
 
Method Summary
 int getSize()
           
 void setSize(int size)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.Vegetable
equals, getId, getPriceInCent, hashCode, setId, setPriceInCent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tomato

public Tomato()
Method Detail

getSize

public int getSize()

setSize

public void setSize(int size)


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