Liferay 6.2.0

com.liferay.portal.model
Interface Country

All Superinterfaces:
BaseModel<Country>, ClassedModel, Cloneable, Comparable<Country>, CountryModel, 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.

See Also:
CountryModel, CountryImpl, CountryModelImpl

Method Summary
abstract  String getName(Locale locale)
           
abstract  String getNameCurrentLanguageId()
           
abstract  String getNameCurrentValue()
           
abstract  void setNameCurrentLanguageId(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

String getName(Locale locale)

getNameCurrentLanguageId

String getNameCurrentLanguageId()

getNameCurrentValue

@JSON
String getNameCurrentValue()

setNameCurrentLanguageId

void setNameCurrentLanguageId(String languageId)

Liferay 6.2.0