public class RegionLocalizationWrapper extends BaseModelWrapper<RegionLocalization> implements ModelWrapper<RegionLocalization>, RegionLocalization
This class is a wrapper for RegionLocalization
.
RegionLocalization
,
Serialized Formmodel
REGION_LOCALIZATION_ID_ACCESSOR
Constructor and Description |
---|
RegionLocalizationWrapper(RegionLocalization 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.
|
Map<String,Object> |
getModelAttributes() |
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 |
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 |
setTitle(String title)
Sets the title of this region localization.
|
String |
toXmlString() |
protected RegionLocalizationWrapper |
wrap(RegionLocalization regionLocalization) |
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
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public RegionLocalizationWrapper(RegionLocalization regionLocalization)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<RegionLocalization>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<RegionLocalization>
public RegionLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<RegionLocalization>
cloneWithOriginalValues
in interface RegionLocalizationModel
public long getCompanyId()
getCompanyId
in interface RegionLocalizationModel
getCompanyId
in interface ShardedModel
public String getLanguageId()
getLanguageId
in interface RegionLocalizationModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface RegionLocalizationModel
public long getPrimaryKey()
getPrimaryKey
in interface RegionLocalizationModel
public long getRegionId()
getRegionId
in interface RegionLocalizationModel
public long getRegionLocalizationId()
getRegionLocalizationId
in interface RegionLocalizationModel
public String getTitle()
getTitle
in interface RegionLocalizationModel
public void setCompanyId(long companyId)
setCompanyId
in interface RegionLocalizationModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this region localizationpublic void setLanguageId(String languageId)
setLanguageId
in interface RegionLocalizationModel
languageId
- the language ID of this region localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface RegionLocalizationModel
mvccVersion
- the mvcc version of this region localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RegionLocalizationModel
primaryKey
- the primary key of this region localizationpublic void setRegionId(long regionId)
setRegionId
in interface RegionLocalizationModel
regionId
- the region ID of this region localizationpublic void setRegionLocalizationId(long regionLocalizationId)
setRegionLocalizationId
in interface RegionLocalizationModel
regionLocalizationId
- the region localization ID of this region localizationpublic void setTitle(String title)
setTitle
in interface RegionLocalizationModel
title
- the title of this region localizationpublic String toXmlString()
toXmlString
in interface RegionLocalizationModel
protected RegionLocalizationWrapper wrap(RegionLocalization regionLocalization)
wrap
in class BaseModelWrapper<RegionLocalization>