public class CountryLocalizationWrapper extends BaseModelWrapper<CountryLocalization> implements CountryLocalization, ModelWrapper<CountryLocalization>
This class is a wrapper for CountryLocalization.
CountryLocalization,
Serialized FormmodelCOUNTRY_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.
|
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, toXmlStringclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic 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 CountryLocalizationModelpublic long getCompanyId()
getCompanyId in interface CountryLocalizationModelgetCompanyId in interface ShardedModelpublic long getCountryId()
getCountryId in interface CountryLocalizationModelpublic long getCountryLocalizationId()
getCountryLocalizationId in interface CountryLocalizationModelpublic String getLanguageId()
getLanguageId in interface CountryLocalizationModelpublic long getMvccVersion()
getMvccVersion in interface CountryLocalizationModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CountryLocalizationModelpublic String getTitle()
getTitle in interface CountryLocalizationModelpublic void setCompanyId(long companyId)
setCompanyId in interface CountryLocalizationModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this country localizationpublic void setCountryId(long countryId)
setCountryId in interface CountryLocalizationModelcountryId - the country ID of this country localizationpublic void setCountryLocalizationId(long countryLocalizationId)
setCountryLocalizationId in interface CountryLocalizationModelcountryLocalizationId - the country localization ID of this country localizationpublic void setLanguageId(String languageId)
setLanguageId in interface CountryLocalizationModellanguageId - the language ID of this country localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CountryLocalizationModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this country localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CountryLocalizationModelprimaryKey - the primary key of this country localizationpublic void setTitle(String title)
setTitle in interface CountryLocalizationModeltitle - the title of this country localizationprotected CountryLocalizationWrapper wrap(CountryLocalization countryLocalization)
wrap in class BaseModelWrapper<CountryLocalization>