org.hibernate.ejb.test.ops
Class Reptile

java.lang.Object
  extended by org.hibernate.ejb.test.ops.Animal
      extended by org.hibernate.ejb.test.ops.Reptile

@Entity
public class Reptile
extends Animal


Constructor Summary
Reptile()
           
 
Method Summary
 float getTemperature()
           
 void setTemperature(float temperature)
           
 
Methods inherited from class org.hibernate.ejb.test.ops.Animal
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reptile

public Reptile()
Method Detail

getTemperature

public float getTemperature()

setTemperature

public void setTemperature(float temperature)


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