org.hibernate.test.annotations.entity
Class Forest

java.lang.Object
  extended by org.hibernate.test.annotations.entity.Forest

@Entity
public class Forest
extends Object

Use hibernate specific annotations


Constructor Summary
Forest()
           
 
Method Summary
 String getBigText()
           
 Country getCountry()
           
 Integer getId()
           
 long getLength()
           
 String getLongDescription()
           
 String getName()
           
 Set<Country> getNear()
           
 String getSmallText()
           
 void setBigText(String bigText)
           
 void setCountry(Country country)
           
 void setId(Integer id)
           
 void setLength(long length)
           
 void setLongDescription(String longDescription)
           
 void setName(String name)
           
 void setNear(Set<Country> near)
           
 void setSmallText(String smallText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forest

public Forest()
Method Detail

getLongDescription

public String getLongDescription()

setLongDescription

public void setLongDescription(String longDescription)

getLength

public long getLength()

setLength

public void setLength(long length)

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getSmallText

public String getSmallText()

getBigText

public String getBigText()

setSmallText

public void setSmallText(String smallText)

setBigText

public void setBigText(String bigText)

getCountry

public Country getCountry()

setCountry

public void setCountry(Country country)

getNear

public Set<Country> getNear()

setNear

public void setNear(Set<Country> near)


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