public class RegionLocalizationWrapper extends BaseModelWrapper<RegionLocalization> implements ModelWrapper<RegionLocalization>, RegionLocalization
This class is a wrapper for RegionLocalization.
RegionLocalization,
Serialized FormmodelREGION_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.
|
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, toXmlStringgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic 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 RegionLocalizationModelpublic long getCompanyId()
getCompanyId in interface RegionLocalizationModelgetCompanyId in interface ShardedModelpublic String getLanguageId()
getLanguageId in interface RegionLocalizationModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface RegionLocalizationModelpublic long getPrimaryKey()
getPrimaryKey in interface RegionLocalizationModelpublic long getRegionId()
getRegionId in interface RegionLocalizationModelpublic long getRegionLocalizationId()
getRegionLocalizationId in interface RegionLocalizationModelpublic String getTitle()
getTitle in interface RegionLocalizationModelpublic void setCompanyId(long companyId)
setCompanyId in interface RegionLocalizationModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this region localizationpublic void setLanguageId(String languageId)
setLanguageId in interface RegionLocalizationModellanguageId - the language ID of this region localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface RegionLocalizationModelmvccVersion - the mvcc version of this region localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface RegionLocalizationModelprimaryKey - the primary key of this region localizationpublic void setRegionId(long regionId)
setRegionId in interface RegionLocalizationModelregionId - the region ID of this region localizationpublic void setRegionLocalizationId(long regionLocalizationId)
setRegionLocalizationId in interface RegionLocalizationModelregionLocalizationId - the region localization ID of this region localizationpublic void setTitle(String title)
setTitle in interface RegionLocalizationModeltitle - the title of this region localizationprotected RegionLocalizationWrapper wrap(RegionLocalization regionLocalization)
wrap in class BaseModelWrapper<RegionLocalization>