Package com.liferay.portal.kernel.model
Interface RegionLocalizationModel
- All Superinterfaces:
BaseModel<RegionLocalization>
,ClassedModel
,Cloneable
,Comparable<RegionLocalization>
,CTModel<RegionLocalization>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
RegionLocalization
- All Known Implementing Classes:
RegionLocalizationWrapper
@ProviderType
public interface RegionLocalizationModel
extends BaseModel<RegionLocalization>, CTModel<RegionLocalization>, MVCCModel, ShardedModel
The base model interface for the RegionLocalization service. Represents a row in the "RegionLocalization" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this region localization.long
Returns the ct collection ID of this region localization.Returns the language ID of this region localization.long
Returns the mvcc version of this region localization.long
Returns the primary key of this region localization.long
Returns the region ID of this region localization.long
Returns the region localization ID of this region localization.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
Sets the title of this region localization.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this region localization.- Specified by:
getPrimaryKey
in interfaceCTModel<RegionLocalization>
- Returns:
- the primary key of this region localization
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this region localization.- Specified by:
setPrimaryKey
in interfaceCTModel<RegionLocalization>
- Parameters:
primaryKey
- the primary key of this region localization
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this region localization.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this region localization
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this region localization.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this region localization
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this region localization.- Specified by:
getCtCollectionId
in interfaceCTModel<RegionLocalization>
- Returns:
- the ct collection ID of this region localization
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this region localization.- Specified by:
setCtCollectionId
in interfaceCTModel<RegionLocalization>
- Parameters:
ctCollectionId
- the ct collection ID of this region localization
-
getRegionLocalizationId
long getRegionLocalizationId()Returns the region localization ID of this region localization.- Returns:
- the region localization ID of this region localization
-
setRegionLocalizationId
void setRegionLocalizationId(long regionLocalizationId) Sets the region localization ID of this region localization.- Parameters:
regionLocalizationId
- the region localization ID of this region localization
-
getCompanyId
long getCompanyId()Returns the company ID of this region localization.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this region localization
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this region localization.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this region localization
-
getRegionId
long getRegionId()Returns the region ID of this region localization.- Returns:
- the region ID of this region localization
-
setRegionId
void setRegionId(long regionId) Sets the region ID of this region localization.- Parameters:
regionId
- the region ID of this region localization
-
getLanguageId
Returns the language ID of this region localization.- Returns:
- the language ID of this region localization
-
setLanguageId
Sets the language ID of this region localization.- Parameters:
languageId
- the language ID of this region localization
-
getTitle
Returns the title of this region localization.- Returns:
- the title of this region localization
-
setTitle
Sets the title of this region localization.- Parameters:
title
- the title of this region localization
-
cloneWithOriginalValues
RegionLocalization cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RegionLocalization>
-
toXmlString
-