org.hibernate.ejb.test.emops
Class Dog

java.lang.Object
  extended by org.hibernate.ejb.test.emops.Pet
      extended by org.hibernate.ejb.test.emops.Dog
All Implemented Interfaces:
Serializable

@Entity
public class Dog
extends Pet

See Also:
Serialized Form

Constructor Summary
Dog()
           
 
Method Summary
 int getNumBones()
           
 void setNumBones(int numBones)
           
 
Methods inherited from class org.hibernate.ejb.test.emops.Pet
getId, getName, getWeight, setId, setName, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dog

public Dog()
Method Detail

getNumBones

public int getNumBones()

setNumBones

public void setNumBones(int numBones)


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