org.hibernate.test.annotations.entity
Class WashingMachine

java.lang.Object
  extended by org.hibernate.test.annotations.entity.WashingMachine

@Entity
public class WashingMachine
extends Object


Constructor Summary
WashingMachine()
           
 
Method Summary
 Integer getId()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WashingMachine

public WashingMachine()
Method Detail

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.