org.hibernate.ejb.test.emops
Class Decorate
java.lang.Object
org.hibernate.ejb.test.emops.Decorate
- All Implemented Interfaces:
- Serializable
@Entity
public class Decorate
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decorate
public Decorate()
getId
public int getId()
getName
public String getName()
getPet
public Pet getPet()
setId
public void setId(int id)
setName
public void setName(String name)
setPet
public void setPet(Pet pet)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.