org.hibernate.test.annotations.uniqueconstraint
Class House

java.lang.Object
  extended by org.hibernate.test.annotations.uniqueconstraint.Building
      extended by org.hibernate.test.annotations.uniqueconstraint.House

@Entity
public class House
extends Building


Field Summary
 Integer cost
           
 Long id
           
 
Fields inherited from class org.hibernate.test.annotations.uniqueconstraint.Building
height
 
Constructor Summary
House()
           
 
Method Summary
 Integer getCost()
           
 Long getId()
           
 void setCost(Integer cost)
           
 void setId(Long id)
           
 
Methods inherited from class org.hibernate.test.annotations.uniqueconstraint.Building
getHeight, getRoom, setHeight, setRoom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Long id

cost

public Integer cost
Constructor Detail

House

public House()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getCost

public Integer getCost()

setCost

public void setCost(Integer cost)


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