public class CountryLocalizationWrapper extends BaseModelWrapper<CountryLocalization> implements CountryLocalization, ModelWrapper<CountryLocalization>
This class is a wrapper for CountryLocalization
.
CountryLocalization
,
Serialized Formmodel
COUNTRY_LOCALIZATION_ID_ACCESSOR
Constructor and Description |
---|
CountryLocalizationWrapper(CountryLocalization countryLocalization) |
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this country localization.
|
long |
getCountryId()
Returns the country ID of this country localization.
|
long |
getCountryLocalizationId()
Returns the country localization ID of this country localization.
|
String |
getLanguageId()
Returns the language ID of this country localization.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this country localization.
|
long |
getPrimaryKey()
Returns the primary key of this country localization.
|
String |
getTitle()
Returns the title of this country localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this country localization.
|
void |
setCountryId(long countryId)
Sets the country ID of this country localization.
|
void |
setCountryLocalizationId(long countryLocalizationId)
Sets the country localization ID of this country localization.
|
void |
setLanguageId(String languageId)
Sets the language ID of this country localization.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this country localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this country localization.
|
void |
setTitle(String title)
Sets the title of this country localization.
|
String |
toXmlString() |
protected CountryLocalizationWrapper |
wrap(CountryLocalization countryLocalization) |
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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
getWrappedModel
public CountryLocalizationWrapper(CountryLocalization countryLocalization)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<CountryLocalization>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<CountryLocalization>
public CountryLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<CountryLocalization>
cloneWithOriginalValues
in interface CountryLocalizationModel
public long getCompanyId()
getCompanyId
in interface CountryLocalizationModel
getCompanyId
in interface ShardedModel
public long getCountryId()
getCountryId
in interface CountryLocalizationModel
public long getCountryLocalizationId()
getCountryLocalizationId
in interface CountryLocalizationModel
public String getLanguageId()
getLanguageId
in interface CountryLocalizationModel
public long getMvccVersion()
getMvccVersion
in interface CountryLocalizationModel
getMvccVersion
in interface MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CountryLocalizationModel
public String getTitle()
getTitle
in interface CountryLocalizationModel
public void setCompanyId(long companyId)
setCompanyId
in interface CountryLocalizationModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this country localizationpublic void setCountryId(long countryId)
setCountryId
in interface CountryLocalizationModel
countryId
- the country ID of this country localizationpublic void setCountryLocalizationId(long countryLocalizationId)
setCountryLocalizationId
in interface CountryLocalizationModel
countryLocalizationId
- the country localization ID of this country localizationpublic void setLanguageId(String languageId)
setLanguageId
in interface CountryLocalizationModel
languageId
- the language ID of this country localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CountryLocalizationModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this country localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CountryLocalizationModel
primaryKey
- the primary key of this country localizationpublic void setTitle(String title)
setTitle
in interface CountryLocalizationModel
title
- the title of this country localizationpublic String toXmlString()
toXmlString
in interface CountryLocalizationModel
protected CountryLocalizationWrapper wrap(CountryLocalization countryLocalization)
wrap
in class BaseModelWrapper<CountryLocalization>