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
modelFields inherited from interface com.liferay.portal.kernel.model.CountryLocalization
COUNTRY_LOCALIZATION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this country localization.longReturns the country ID of this country localization.longReturns the country localization ID of this country localization.longReturns the ct collection ID of this country localization.Returns the language ID of this country localization.longReturns the mvcc version of this country localization.longReturns the primary key of this country localization.getTitle()Returns the title of this country localization.voidsetCompanyId(long companyId) Sets the company ID of this country localization.voidsetCountryId(long countryId) Sets the country ID of this country localization.voidsetCountryLocalizationId(long countryLocalizationId) Sets the country localization ID of this country localization.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this country localization.voidsetLanguageId(String languageId) Sets the language ID of this country localization.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this country localization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this country localization.voidSets the title of this country localization.protected CountryLocalizationWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CountryLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<CountryLocalization>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<CountryLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<CountryLocalization>- Specified by:
cloneWithOriginalValuesin interfaceCountryLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this country localization.- Specified by:
getCompanyIdin interfaceCountryLocalizationModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this country localization
-
getCountryId
public long getCountryId()Returns the country ID of this country localization.- Specified by:
getCountryIdin interfaceCountryLocalizationModel- Returns:
- the country ID of this country localization
-
getCountryLocalizationId
public long getCountryLocalizationId()Returns the country localization ID of this country localization.- Specified by:
getCountryLocalizationIdin 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:
getCtCollectionIdin interfaceCountryLocalizationModel- Specified by:
getCtCollectionIdin interfaceCTModel<CountryLocalization>- Returns:
- the ct collection ID of this country localization
-
getLanguageId
Returns the language ID of this country localization.- Specified by:
getLanguageIdin interfaceCountryLocalizationModel- Returns:
- the language ID of this country localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this country localization.- Specified by:
getMvccVersionin interfaceCountryLocalizationModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this country localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this country localization.- Specified by:
getPrimaryKeyin interfaceCountryLocalizationModel- Specified by:
getPrimaryKeyin interfaceCTModel<CountryLocalization>- Returns:
- the primary key of this country localization
-
getTitle
Returns the title of this country localization.- Specified by:
getTitlein interfaceCountryLocalizationModel- Returns:
- the title of this country localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this country localization.- Specified by:
setCompanyIdin interfaceCountryLocalizationModel- Specified by:
setCompanyIdin 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:
setCountryIdin 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:
setCountryLocalizationIdin 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:
setCtCollectionIdin interfaceCountryLocalizationModel- Specified by:
setCtCollectionIdin interfaceCTModel<CountryLocalization>- Parameters:
ctCollectionId- the ct collection ID of this country localization
-
setLanguageId
Sets the language ID of this country localization.- Specified by:
setLanguageIdin 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:
setMvccVersionin interfaceCountryLocalizationModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceCountryLocalizationModel- Specified by:
setPrimaryKeyin interfaceCTModel<CountryLocalization>- Parameters:
primaryKey- the primary key of this country localization
-
setTitle
Sets the title of this country localization.- Specified by:
setTitlein interfaceCountryLocalizationModel- Parameters:
title- the title of this country localization
-
toXmlString
- Specified by:
toXmlStringin interfaceCountryLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<CountryLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<CountryLocalization>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<CountryLocalization>
-