com.liferay.portal.model
Interface Country

All Superinterfaces:
BaseModel<Country>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Country>, CountryModel, java.io.Serializable
All Known Implementing Classes:
CountryWrapper

@ProviderType
public interface Country
extends CountryModel

The extended model interface for the Country service. Represents a row in the "Country" database table, with each column mapped to a property of this class.

Author:
Brian Wing Shun Chan
See Also:
CountryModel, CountryImpl, CountryModelImpl
Generated:

Method Summary
 java.lang.String getName(java.util.Locale locale)
           
 java.lang.String getNameCurrentLanguageId()
           
 java.lang.String getNameCurrentValue()
           
 void setNameCurrentLanguageId(java.lang.String languageId)
           
 
Methods inherited from interface com.liferay.portal.model.CountryModel
clone, compareTo, getA2, getA3, getActive, getCountryId, getExpandoBridge, getIdd, getName, getNumber, getPrimaryKey, getPrimaryKeyObj, getZipRequired, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isZipRequired, setA2, setA3, setActive, setCachedModel, setCountryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setIdd, setName, setNew, setNumber, setPrimaryKey, setPrimaryKeyObj, setZipRequired, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getName

java.lang.String getName(java.util.Locale locale)

getNameCurrentLanguageId

java.lang.String getNameCurrentLanguageId()

getNameCurrentValue

@JSON
java.lang.String getNameCurrentValue()

setNameCurrentLanguageId

void setNameCurrentLanguageId(java.lang.String languageId)