org.hibernate.test.annotations.manytoone
Class ForestType

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

@Entity
public class ForestType
extends Object


Constructor Summary
ForestType()
           
 
Method Summary
 BiggestForest getBiggestRepresentative()
           
 Integer getId()
           
 String getName()
           
 Set<TreeType> getTrees()
           
 void setBiggestRepresentative(BiggestForest biggestRepresentative)
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setTrees(Set<TreeType> trees)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForestType

public ForestType()
Method Detail

getBiggestRepresentative

public BiggestForest getBiggestRepresentative()

setBiggestRepresentative

public void setBiggestRepresentative(BiggestForest biggestRepresentative)

getTrees

public Set<TreeType> getTrees()

setTrees

public void setTrees(Set<TreeType> trees)

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)


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