org.parancoe.plugins.world
Class Country

java.lang.Object
  extended by org.parancoe.persistence.po.hibernate.EntityBase
      extended by org.parancoe.plugins.world.Country
All Implemented Interfaces:
java.io.Serializable, org.parancoe.persistence.po.hibernate.Entity

public class Country
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
Country()
           
 
Method Summary
 Continent getContinent()
           
 java.lang.String getEnglishName()
           
 java.lang.String getIsoCode()
           
 java.lang.String getLanguageIsoCode()
           
 java.lang.String getLanguageVariant()
           
 java.lang.String getLocalName()
           
 void setContinent(Continent continent)
           
 void setEnglishName(java.lang.String englishName)
           
 void setIsoCode(java.lang.String isoCode)
           
 void setLanguageIsoCode(java.lang.String languageIsoCode)
           
 void setLanguageVariant(java.lang.String languageVariant)
           
 void setLocalName(java.lang.String localName)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

Country

public Country()
Method Detail

getContinent

public Continent getContinent()

setContinent

public void setContinent(Continent continent)

getEnglishName

public java.lang.String getEnglishName()

setEnglishName

public void setEnglishName(java.lang.String englishName)

getIsoCode

public java.lang.String getIsoCode()

setIsoCode

public void setIsoCode(java.lang.String isoCode)

getLanguageIsoCode

public java.lang.String getLanguageIsoCode()

setLanguageIsoCode

public void setLanguageIsoCode(java.lang.String languageIsoCode)

getLanguageVariant

public java.lang.String getLanguageVariant()

setLanguageVariant

public void setLanguageVariant(java.lang.String languageVariant)

getLocalName

public java.lang.String getLocalName()

setLocalName

public void setLocalName(java.lang.String localName)

toString

public java.lang.String toString()
Overrides:
toString in class org.parancoe.persistence.po.hibernate.EntityBase


Copyright © 2008. All Rights Reserved.