org.hibernate.test.annotations.uniqueconstraint
Class Building

java.lang.Object
  extended by org.hibernate.test.annotations.uniqueconstraint.Building
Direct Known Subclasses:
House

@MappedSuperclass
public class Building
extends Object


Field Summary
 Long height
           
 
Constructor Summary
Building()
           
 
Method Summary
 Long getHeight()
           
 Room getRoom()
           
 void setHeight(Long height)
           
 void setRoom(Room room)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public Long height
Constructor Detail

Building

public Building()
Method Detail

getHeight

public Long getHeight()

setHeight

public void setHeight(Long height)

getRoom

public Room getRoom()

setRoom

public void setRoom(Room room)


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