org.parancoe.plugins.world
Class Continent
java.lang.Object
org.parancoe.persistence.po.hibernate.EntityBase
org.parancoe.plugins.world.Continent
- All Implemented Interfaces:
- java.io.Serializable, org.parancoe.persistence.po.hibernate.Entity
public class Continent
- extends org.parancoe.persistence.po.hibernate.EntityBase
- Author:
- Lucio Benfante lucio.benfante@jugpadova.it
- See Also:
- Serialized Form
| Fields inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
id, version |
| Methods inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
equals, getId, hashCode, setId |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Continent
public Continent()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getCountries
public java.util.List<Country> getCountries()
setCountries
public void setCountries(java.util.List<Country> countries)
addCountry
public void addCountry(Country country)
removeCountry
public void removeCountry(Country country)
toString
public java.lang.String toString()
- Overrides:
toString in class org.parancoe.persistence.po.hibernate.EntityBase
Copyright © 2008. All Rights Reserved.