@ProviderType public interface RegionLocalizationModel extends BaseModel<RegionLocalization>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.RegionLocalizationModelImpl 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.RegionLocalizationImpl.
RegionLocalization| Modifier and Type | Method and Description |
|---|---|
RegionLocalization |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this region localization.
|
String |
getLanguageId()
Returns the language ID of this region localization.
|
long |
getMvccVersion()
Returns the mvcc version of this region localization.
|
long |
getPrimaryKey()
Returns the primary key of this region localization.
|
long |
getRegionId()
Returns the region ID of this region localization.
|
long |
getRegionLocalizationId()
Returns the region localization ID of this region localization.
|
String |
getTitle()
Returns the title of this region localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this region localization.
|
void |
setLanguageId(String languageId)
Sets the language ID of this region localization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this region localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this region localization.
|
void |
setRegionId(long regionId)
Sets the region ID of this region localization.
|
void |
setRegionLocalizationId(long regionLocalizationId)
Sets the region localization ID of this region localization.
|
void |
setTitle(String title)
Sets the title of this region 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 region localizationlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this region localizationlong getRegionLocalizationId()
void setRegionLocalizationId(long regionLocalizationId)
regionLocalizationId - the region localization ID of this region localizationlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this region localizationlong getRegionId()
void setRegionId(long regionId)
regionId - the region ID of this region localization@AutoEscape String getLanguageId()
void setLanguageId(String languageId)
languageId - the language ID of this region localization@AutoEscape String getTitle()
void setTitle(String title)
title - the title of this region localizationRegionLocalization cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<RegionLocalization>