org.hibernate.test.annotations.entity
Class WashingMachine
java.lang.Object
org.hibernate.test.annotations.entity.WashingMachine
@Entity
public class WashingMachine
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WashingMachine
public WashingMachine()
getId
public Integer getId()
setId
public void setId(Integer id)
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.