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
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 |
getName
String getName(Locale locale)
getNameCurrentLanguageId
String getNameCurrentLanguageId()
getNameCurrentValue
@JSON
String getNameCurrentValue()
setNameCurrentLanguageId
void setNameCurrentLanguageId(String languageId)