org.hibernate.test.annotations.manytoone
Class BiggestForest

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.BiggestForest

@Entity
public class BiggestForest
extends Object


Constructor Summary
BiggestForest()
           
 
Method Summary
 Integer getId()
           
 ForestType getType()
           
 void setId(Integer id)
           
 void setType(ForestType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiggestForest

public BiggestForest()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getType

public ForestType getType()

setType

public void setType(ForestType type)


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