Class CPDefinitionLocalizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLocalization>
com.liferay.commerce.product.model.CPDefinitionLocalizationWrapper
- All Implemented Interfaces:
CPDefinitionLocalization,CPDefinitionLocalizationModel,com.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionLocalization>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CPDefinitionLocalization>
public class CPDefinitionLocalizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLocalization>
implements CPDefinitionLocalization, com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionLocalization>
This class is a wrapper for CPDefinitionLocalization.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.product.model.CPDefinitionLocalization
CP_DEFINITION_LOCALIZATION_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCPDefinitionLocalizationWrapper(CPDefinitionLocalization cpDefinitionLocalization) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cp definition localization.longReturns the cp definition ID of this cp definition localization.longReturns the cp definition localization ID of this cp definition localization.longReturns the ct collection ID of this cp definition localization.Returns the description of this cp definition localization.Returns the language ID of this cp definition localization.Returns the meta description of this cp definition localization.Returns the meta keywords of this cp definition localization.Returns the meta title of this cp definition localization.longReturns the mvcc version of this cp definition localization.getName()Returns the name of this cp definition localization.longReturns the primary key of this cp definition localization.Returns the short description of this cp definition localization.voidsetCompanyId(long companyId) Sets the company ID of this cp definition localization.voidsetCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition localization.voidsetCpDefinitionLocalizationId(long cpDefinitionLocalizationId) Sets the cp definition localization ID of this cp definition localization.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp definition localization.voidsetDescription(String description) Sets the description of this cp definition localization.voidsetLanguageId(String languageId) Sets the language ID of this cp definition localization.voidsetMetaDescription(String metaDescription) Sets the meta description of this cp definition localization.voidsetMetaKeywords(String metaKeywords) Sets the meta keywords of this cp definition localization.voidsetMetaTitle(String metaTitle) Sets the meta title of this cp definition localization.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition localization.voidSets the name of this cp definition localization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cp definition localization.voidsetShortDescription(String shortDescription) Sets the short description of this cp definition localization.protected CPDefinitionLocalizationWrapperwrap(CPDefinitionLocalization cpDefinitionLocalization) 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
-
CPDefinitionLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>- Specified by:
cloneWithOriginalValuesin interfaceCPDefinitionLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp definition localization.- Specified by:
getCompanyIdin interfaceCPDefinitionLocalizationModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this cp definition localization
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cp definition localization.- Specified by:
getCPDefinitionIdin interfaceCPDefinitionLocalizationModel- Returns:
- the cp definition ID of this cp definition localization
-
getCpDefinitionLocalizationId
public long getCpDefinitionLocalizationId()Returns the cp definition localization ID of this cp definition localization.- Specified by:
getCpDefinitionLocalizationIdin interfaceCPDefinitionLocalizationModel- Returns:
- the cp definition localization ID of this cp definition localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cp definition localization.- Specified by:
getCtCollectionIdin interfaceCPDefinitionLocalizationModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>- Returns:
- the ct collection ID of this cp definition localization
-
getDescription
Returns the description of this cp definition localization.- Specified by:
getDescriptionin interfaceCPDefinitionLocalizationModel- Returns:
- the description of this cp definition localization
-
getLanguageId
Returns the language ID of this cp definition localization.- Specified by:
getLanguageIdin interfaceCPDefinitionLocalizationModel- Returns:
- the language ID of this cp definition localization
-
getMetaDescription
Returns the meta description of this cp definition localization.- Specified by:
getMetaDescriptionin interfaceCPDefinitionLocalizationModel- Returns:
- the meta description of this cp definition localization
-
getMetaKeywords
Returns the meta keywords of this cp definition localization.- Specified by:
getMetaKeywordsin interfaceCPDefinitionLocalizationModel- Returns:
- the meta keywords of this cp definition localization
-
getMetaTitle
Returns the meta title of this cp definition localization.- Specified by:
getMetaTitlein interfaceCPDefinitionLocalizationModel- Returns:
- the meta title of this cp definition localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cp definition localization.- Specified by:
getMvccVersionin interfaceCPDefinitionLocalizationModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cp definition localization
-
getName
Returns the name of this cp definition localization.- Specified by:
getNamein interfaceCPDefinitionLocalizationModel- Returns:
- the name of this cp definition localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cp definition localization.- Specified by:
getPrimaryKeyin interfaceCPDefinitionLocalizationModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>- Returns:
- the primary key of this cp definition localization
-
getShortDescription
Returns the short description of this cp definition localization.- Specified by:
getShortDescriptionin interfaceCPDefinitionLocalizationModel- Returns:
- the short description of this cp definition localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp definition localization.- Specified by:
setCompanyIdin interfaceCPDefinitionLocalizationModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this cp definition localization
-
setCPDefinitionId
public void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition localization.- Specified by:
setCPDefinitionIdin interfaceCPDefinitionLocalizationModel- Parameters:
CPDefinitionId- the cp definition ID of this cp definition localization
-
setCpDefinitionLocalizationId
public void setCpDefinitionLocalizationId(long cpDefinitionLocalizationId) Sets the cp definition localization ID of this cp definition localization.- Specified by:
setCpDefinitionLocalizationIdin interfaceCPDefinitionLocalizationModel- Parameters:
cpDefinitionLocalizationId- the cp definition localization ID of this cp definition localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp definition localization.- Specified by:
setCtCollectionIdin interfaceCPDefinitionLocalizationModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>- Parameters:
ctCollectionId- the ct collection ID of this cp definition localization
-
setDescription
Sets the description of this cp definition localization.- Specified by:
setDescriptionin interfaceCPDefinitionLocalizationModel- Parameters:
description- the description of this cp definition localization
-
setLanguageId
Sets the language ID of this cp definition localization.- Specified by:
setLanguageIdin interfaceCPDefinitionLocalizationModel- Parameters:
languageId- the language ID of this cp definition localization
-
setMetaDescription
Sets the meta description of this cp definition localization.- Specified by:
setMetaDescriptionin interfaceCPDefinitionLocalizationModel- Parameters:
metaDescription- the meta description of this cp definition localization
-
setMetaKeywords
Sets the meta keywords of this cp definition localization.- Specified by:
setMetaKeywordsin interfaceCPDefinitionLocalizationModel- Parameters:
metaKeywords- the meta keywords of this cp definition localization
-
setMetaTitle
Sets the meta title of this cp definition localization.- Specified by:
setMetaTitlein interfaceCPDefinitionLocalizationModel- Parameters:
metaTitle- the meta title of this cp definition localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition localization.- Specified by:
setMvccVersionin interfaceCPDefinitionLocalizationModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cp definition localization
-
setName
Sets the name of this cp definition localization.- Specified by:
setNamein interfaceCPDefinitionLocalizationModel- Parameters:
name- the name of this cp definition localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cp definition localization.- Specified by:
setPrimaryKeyin interfaceCPDefinitionLocalizationModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>- Parameters:
primaryKey- the primary key of this cp definition localization
-
setShortDescription
Sets the short description of this cp definition localization.- Specified by:
setShortDescriptionin interfaceCPDefinitionLocalizationModel- Parameters:
shortDescription- the short description of this cp definition localization
-
toXmlString
- Specified by:
toXmlStringin interfaceCPDefinitionLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLocalization>
-