org.hibernate.test.annotations.uniqueconstraint
Class Room

java.lang.Object
  extended by org.hibernate.test.annotations.uniqueconstraint.Room

@Entity
public class Room
extends Object


Constructor Summary
Room()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Room

public Room()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getId

public Long getId()

setId

public void setId(Long id)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.