@ProviderType public interface CountryLocalizationModel extends BaseModel<CountryLocalization>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.CountryLocalizationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.CountryLocalizationImpl.
CountryLocalization| Modifier and Type | Method and Description |
|---|---|
CountryLocalization |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this country localization.
|
long |
getCountryId()
Returns the country ID of this country localization.
|
long |
getCountryLocalizationId()
Returns the country localization ID of this country localization.
|
String |
getLanguageId()
Returns the language ID of this country localization.
|
long |
getMvccVersion()
Returns the mvcc version of this country localization.
|
long |
getPrimaryKey()
Returns the primary key of this country localization.
|
String |
getTitle()
Returns the title of this country localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this country localization.
|
void |
setCountryId(long countryId)
Sets the country ID of this country localization.
|
void |
setCountryLocalizationId(long countryLocalizationId)
Sets the country localization ID of this country localization.
|
void |
setLanguageId(String languageId)
Sets the language ID of this country localization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this country localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this country localization.
|
void |
setTitle(String title)
Sets the title of this country localization.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this country localizationlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this country localizationlong getCountryLocalizationId()
void setCountryLocalizationId(long countryLocalizationId)
countryLocalizationId - the country localization ID of this country localizationlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this country localizationlong getCountryId()
void setCountryId(long countryId)
countryId - the country ID of this country localization@AutoEscape String getLanguageId()
void setLanguageId(String languageId)
languageId - the language ID of this country localization@AutoEscape String getTitle()
void setTitle(String title)
title - the title of this country localizationCountryLocalization cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<CountryLocalization>