org.parancoe.plugins.world
Class Country
java.lang.Object
org.parancoe.persistence.po.hibernate.EntityBase
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
| 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 |
Country
public Country()
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.