org.hibernate.ejb.test.emops
Class Cat

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

@Entity
public class Cat
extends Pet

See Also:
Serialized Form

Constructor Summary
Cat()
           
 
Method Summary
 int getLives()
           
 void setLives(int lives)
           
 
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

Cat

public Cat()
Method Detail

getLives

public int getLives()

setLives

public void setLives(int lives)


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