org.parancoe.plugins.world
Class Continent

java.lang.Object
  extended by org.parancoe.persistence.po.hibernate.EntityBase
      extended by 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

Field Summary
 
Fields inherited from class org.parancoe.persistence.po.hibernate.EntityBase
id, version
 
Constructor Summary
Continent()
           
 
Method Summary
 void addCountry(Country country)
           
 java.util.List<Country> getCountries()
           
 java.lang.String getName()
           
 void removeCountry(Country country)
           
 void setCountries(java.util.List<Country> countries)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class org.parancoe.persistence.po.hibernate.EntityBase
equals, getId, getVersion, hashCode, setId, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Continent

public Continent()
Method Detail

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.