Package com.liferay.portal.kernel.model
Class CountryLocalizationWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CountryLocalization>
com.liferay.portal.kernel.model.CountryLocalizationWrapper
- All Implemented Interfaces:
BaseModel<CountryLocalization>
,CTModel<CountryLocalization>
,ClassedModel
,CountryLocalization
,CountryLocalizationModel
,ModelWrapper<CountryLocalization>
,MVCCModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<CountryLocalization>
public class CountryLocalizationWrapper
extends BaseModelWrapper<CountryLocalization>
implements CountryLocalization, ModelWrapper<CountryLocalization>
This class is a wrapper for CountryLocalization
.
- 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.CountryLocalization
COUNTRY_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this country localization.long
Returns the country ID of this country localization.long
Returns the country localization ID of this country localization.long
Returns the ct collection ID of this country localization.Returns the language ID of this country localization.long
Returns the mvcc version of this country localization.long
Returns the primary key of this country localization.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
setCtCollectionId
(long ctCollectionId) Sets the ct collection 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
Sets the title of this country localization.protected CountryLocalizationWrapper
wrap
(CountryLocalization countryLocalization) 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
-
CountryLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<CountryLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<CountryLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<CountryLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceCountryLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this country localization.- Specified by:
getCompanyId
in interfaceCountryLocalizationModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this country localization
-
getCountryId
public long getCountryId()Returns the country ID of this country localization.- Specified by:
getCountryId
in interfaceCountryLocalizationModel
- Returns:
- the country ID of this country localization
-
getCountryLocalizationId
public long getCountryLocalizationId()Returns the country localization ID of this country localization.- Specified by:
getCountryLocalizationId
in interfaceCountryLocalizationModel
- Returns:
- the country localization ID of this country localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this country localization.- Specified by:
getCtCollectionId
in interfaceCountryLocalizationModel
- Specified by:
getCtCollectionId
in interfaceCTModel<CountryLocalization>
- Returns:
- the ct collection ID of this country localization
-
getLanguageId
Returns the language ID of this country localization.- Specified by:
getLanguageId
in interfaceCountryLocalizationModel
- Returns:
- the language ID of this country localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this country localization.- Specified by:
getMvccVersion
in interfaceCountryLocalizationModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this country localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this country localization.- Specified by:
getPrimaryKey
in interfaceCountryLocalizationModel
- Specified by:
getPrimaryKey
in interfaceCTModel<CountryLocalization>
- Returns:
- the primary key of this country localization
-
getTitle
Returns the title of this country localization.- Specified by:
getTitle
in interfaceCountryLocalizationModel
- Returns:
- the title of this country localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this country localization.- Specified by:
setCompanyId
in interfaceCountryLocalizationModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this country localization
-
setCountryId
public void setCountryId(long countryId) Sets the country ID of this country localization.- Specified by:
setCountryId
in interfaceCountryLocalizationModel
- Parameters:
countryId
- the country ID of this country localization
-
setCountryLocalizationId
public void setCountryLocalizationId(long countryLocalizationId) Sets the country localization ID of this country localization.- Specified by:
setCountryLocalizationId
in interfaceCountryLocalizationModel
- Parameters:
countryLocalizationId
- the country localization ID of this country localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this country localization.- Specified by:
setCtCollectionId
in interfaceCountryLocalizationModel
- Specified by:
setCtCollectionId
in interfaceCTModel<CountryLocalization>
- Parameters:
ctCollectionId
- the ct collection ID of this country localization
-
setLanguageId
Sets the language ID of this country localization.- Specified by:
setLanguageId
in interfaceCountryLocalizationModel
- Parameters:
languageId
- the language ID of this country localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this country localization.- Specified by:
setMvccVersion
in interfaceCountryLocalizationModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this country localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this country localization.- Specified by:
setPrimaryKey
in interfaceCountryLocalizationModel
- Specified by:
setPrimaryKey
in interfaceCTModel<CountryLocalization>
- Parameters:
primaryKey
- the primary key of this country localization
-
setTitle
Sets the title of this country localization.- Specified by:
setTitle
in interfaceCountryLocalizationModel
- Parameters:
title
- the title of this country localization
-
toXmlString
- Specified by:
toXmlString
in interfaceCountryLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<CountryLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<CountryLocalization>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<CountryLocalization>
-