org.hibernate.ejb.test.callbacks
Class Plant
java.lang.Object
org.hibernate.ejb.test.callbacks.Plant
@Entity
public class Plant
- extends Object
Constructor Summary |
Plant()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plant
public Plant()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.