@ProviderType public interface RegionLocalizationModel extends BaseModel<RegionLocalization>, CTModel<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.
|
long |
getCtCollectionId()
Returns the ct collection 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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection 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.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<RegionLocalization>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<RegionLocalization>
primaryKey
- the primary key of this region localizationlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this region localizationlong getCtCollectionId()
getCtCollectionId
in interface CTModel<RegionLocalization>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<RegionLocalization>
ctCollectionId
- the ct collection ID of this region localizationlong getRegionLocalizationId()
void setRegionLocalizationId(long regionLocalizationId)
regionLocalizationId
- the region localization ID of this region localizationlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- 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>
default String toXmlString()