org.hibernate.test.annotations.tableperclass
Class Machine
java.lang.Object
org.hibernate.test.annotations.tableperclass.Machine
- Direct Known Subclasses:
- Robot
@Entity
public class Machine
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Machine
public Machine()
getId
public Integer getId()
setId
public void setId(Integer id)
getWeight
public Double getWeight()
setWeight
public void setWeight(Double weight)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.