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 TypeMethodDescriptionlongReturns the company ID of this region localization.longReturns the ct collection ID of this region localization.Returns the language ID of this region localization.longReturns the mvcc version of this region localization.longReturns the primary key of this region localization.longReturns the region ID of this region localization.longReturns the region localization ID of this region localization.getTitle()Returns the title of this region localization.voidsetCompanyId(long companyId) Sets the company ID of this region localization.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this region localization.voidsetLanguageId(String languageId) Sets the language ID of this region localization.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this region localization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this region localization.voidsetRegionId(long regionId) Sets the region ID of this region localization.voidsetRegionLocalizationId(long regionLocalizationId) Sets the region localization ID of this region localization.voidSets the title of this region localization.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this region localization.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin interfaceCTModel<RegionLocalization>- Parameters:
primaryKey- the primary key of this region localization
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this region localization.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this region localization
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this region localization.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this region localization
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this region localization.- Specified by:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this region localization
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this region localization.- Specified by:
setCompanyIdin 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:
cloneWithOriginalValuesin interfaceBaseModel<RegionLocalization>
-
toXmlString
-