org.hibernate.test.annotations.entity
Class Forest
java.lang.Object
   org.hibernate.test.annotations.entity.Forest
org.hibernate.test.annotations.entity.Forest
- @Entity
public class Forest 
- extends Object
Use hibernate specific annotations
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Forest
public Forest()
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.