org.hibernate.test.annotations.inheritance
Class Carrot

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

@Entity
public class Carrot
extends Vegetable


Constructor Summary
Carrot()
           
 
Method Summary
 int getLength()
           
 void setLength(int length)
           
 
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

Carrot

public Carrot()
Method Detail

getLength

public int getLength()

setLength

public void setLength(int length)


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