org.hibernate.ejb.test.inheritance
Class Strawberry

java.lang.Object
  extended by org.hibernate.ejb.test.inheritance.Fruit
      extended by org.hibernate.ejb.test.inheritance.Strawberry

@Entity
public class Strawberry
extends Fruit


Constructor Summary
Strawberry()
           
 
Method Summary
 Long getSize()
           
 void setSize(Long size)
           
 
Methods inherited from class org.hibernate.ejb.test.inheritance.Fruit
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strawberry

public Strawberry()
Method Detail

getSize

public Long getSize()

setSize

public void setSize(Long size)


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