Package com.liferay.portal.kernel.model
Class RegionLocalizationWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RegionLocalization>
com.liferay.portal.kernel.model.RegionLocalizationWrapper
- All Implemented Interfaces:
BaseModel<RegionLocalization>
,CTModel<RegionLocalization>
,ClassedModel
,ModelWrapper<RegionLocalization>
,MVCCModel
,RegionLocalization
,RegionLocalizationModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<RegionLocalization>
public class RegionLocalizationWrapper
extends BaseModelWrapper<RegionLocalization>
implements ModelWrapper<RegionLocalization>, RegionLocalization
This class is a wrapper for RegionLocalization
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.RegionLocalization
REGION_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
setModelAttributes
(Map<String, Object> attributes) 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.protected RegionLocalizationWrapper
wrap
(RegionLocalization regionLocalization) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
RegionLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<RegionLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<RegionLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RegionLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceRegionLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this region localization.- Specified by:
getCompanyId
in interfaceRegionLocalizationModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this region localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this region localization.- Specified by:
getCtCollectionId
in interfaceCTModel<RegionLocalization>
- Specified by:
getCtCollectionId
in interfaceRegionLocalizationModel
- Returns:
- the ct collection ID of this region localization
-
getLanguageId
Returns the language ID of this region localization.- Specified by:
getLanguageId
in interfaceRegionLocalizationModel
- Returns:
- the language ID of this region localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this region localization.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceRegionLocalizationModel
- Returns:
- the mvcc version of this region localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this region localization.- Specified by:
getPrimaryKey
in interfaceCTModel<RegionLocalization>
- Specified by:
getPrimaryKey
in interfaceRegionLocalizationModel
- Returns:
- the primary key of this region localization
-
getRegionId
public long getRegionId()Returns the region ID of this region localization.- Specified by:
getRegionId
in interfaceRegionLocalizationModel
- Returns:
- the region ID of this region localization
-
getRegionLocalizationId
public long getRegionLocalizationId()Returns the region localization ID of this region localization.- Specified by:
getRegionLocalizationId
in interfaceRegionLocalizationModel
- Returns:
- the region localization ID of this region localization
-
getTitle
Returns the title of this region localization.- Specified by:
getTitle
in interfaceRegionLocalizationModel
- Returns:
- the title of this region localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this region localization.- Specified by:
setCompanyId
in interfaceRegionLocalizationModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this region localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this region localization.- Specified by:
setCtCollectionId
in interfaceCTModel<RegionLocalization>
- Specified by:
setCtCollectionId
in interfaceRegionLocalizationModel
- Parameters:
ctCollectionId
- the ct collection ID of this region localization
-
setLanguageId
Sets the language ID of this region localization.- Specified by:
setLanguageId
in interfaceRegionLocalizationModel
- Parameters:
languageId
- the language ID of this region localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this region localization.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceRegionLocalizationModel
- Parameters:
mvccVersion
- the mvcc version of this region localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this region localization.- Specified by:
setPrimaryKey
in interfaceCTModel<RegionLocalization>
- Specified by:
setPrimaryKey
in interfaceRegionLocalizationModel
- Parameters:
primaryKey
- the primary key of this region localization
-
setRegionId
public void setRegionId(long regionId) Sets the region ID of this region localization.- Specified by:
setRegionId
in interfaceRegionLocalizationModel
- Parameters:
regionId
- the region ID of this region localization
-
setRegionLocalizationId
public void setRegionLocalizationId(long regionLocalizationId) Sets the region localization ID of this region localization.- Specified by:
setRegionLocalizationId
in interfaceRegionLocalizationModel
- Parameters:
regionLocalizationId
- the region localization ID of this region localization
-
setTitle
Sets the title of this region localization.- Specified by:
setTitle
in interfaceRegionLocalizationModel
- Parameters:
title
- the title of this region localization
-
toXmlString
- Specified by:
toXmlString
in interfaceRegionLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<RegionLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<RegionLocalization>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<RegionLocalization>
-