Package com.liferay.commerce.term.model
Class CTermEntryLocalizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>
com.liferay.commerce.term.model.CTermEntryLocalizationWrapper
- All Implemented Interfaces:
CTermEntryLocalization,CTermEntryLocalizationModel,com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTermEntryLocalization>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTermEntryLocalization>
public class CTermEntryLocalizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>
implements CTermEntryLocalization, com.liferay.portal.kernel.model.ModelWrapper<CTermEntryLocalization>
This class is a wrapper for CTermEntryLocalization.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.term.model.CTermEntryLocalization
C_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCTermEntryLocalizationWrapper(CTermEntryLocalization cTermEntryLocalization) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the commerce term entry ID of this c term entry localization.longReturns the company ID of this c term entry localization.longReturns the c term entry localization ID of this c term entry localization.Returns the description of this c term entry localization.getLabel()Returns the label of this c term entry localization.Returns the language ID of this c term entry localization.longReturns the mvcc version of this c term entry localization.longReturns the primary key of this c term entry localization.voidsetCommerceTermEntryId(long commerceTermEntryId) Sets the commerce term entry ID of this c term entry localization.voidsetCompanyId(long companyId) Sets the company ID of this c term entry localization.voidsetCTermEntryLocalizationId(long cTermEntryLocalizationId) Sets the c term entry localization ID of this c term entry localization.voidsetDescription(String description) Sets the description of this c term entry localization.voidSets the label of this c term entry localization.voidsetLanguageId(String languageId) Sets the language ID of this c term entry localization.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this c term entry localization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this c term entry localization.protected CTermEntryLocalizationWrapperwrap(CTermEntryLocalization cTermEntryLocalization) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
-
CTermEntryLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>- Specified by:
cloneWithOriginalValuesin interfaceCTermEntryLocalizationModel
-
getCommerceTermEntryId
public long getCommerceTermEntryId()Returns the commerce term entry ID of this c term entry localization.- Specified by:
getCommerceTermEntryIdin interfaceCTermEntryLocalizationModel- Returns:
- the commerce term entry ID of this c term entry localization
-
getCompanyId
public long getCompanyId()Returns the company ID of this c term entry localization.- Specified by:
getCompanyIdin interfaceCTermEntryLocalizationModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this c term entry localization
-
getCTermEntryLocalizationId
public long getCTermEntryLocalizationId()Returns the c term entry localization ID of this c term entry localization.- Specified by:
getCTermEntryLocalizationIdin interfaceCTermEntryLocalizationModel- Returns:
- the c term entry localization ID of this c term entry localization
-
getDescription
Returns the description of this c term entry localization.- Specified by:
getDescriptionin interfaceCTermEntryLocalizationModel- Returns:
- the description of this c term entry localization
-
getLabel
Returns the label of this c term entry localization.- Specified by:
getLabelin interfaceCTermEntryLocalizationModel- Returns:
- the label of this c term entry localization
-
getLanguageId
Returns the language ID of this c term entry localization.- Specified by:
getLanguageIdin interfaceCTermEntryLocalizationModel- Returns:
- the language ID of this c term entry localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this c term entry localization.- Specified by:
getMvccVersionin interfaceCTermEntryLocalizationModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this c term entry localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this c term entry localization.- Specified by:
getPrimaryKeyin interfaceCTermEntryLocalizationModel- Returns:
- the primary key of this c term entry localization
-
setCommerceTermEntryId
public void setCommerceTermEntryId(long commerceTermEntryId) Sets the commerce term entry ID of this c term entry localization.- Specified by:
setCommerceTermEntryIdin interfaceCTermEntryLocalizationModel- Parameters:
commerceTermEntryId- the commerce term entry ID of this c term entry localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this c term entry localization.- Specified by:
setCompanyIdin interfaceCTermEntryLocalizationModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this c term entry localization
-
setCTermEntryLocalizationId
public void setCTermEntryLocalizationId(long cTermEntryLocalizationId) Sets the c term entry localization ID of this c term entry localization.- Specified by:
setCTermEntryLocalizationIdin interfaceCTermEntryLocalizationModel- Parameters:
cTermEntryLocalizationId- the c term entry localization ID of this c term entry localization
-
setDescription
Sets the description of this c term entry localization.- Specified by:
setDescriptionin interfaceCTermEntryLocalizationModel- Parameters:
description- the description of this c term entry localization
-
setLabel
Sets the label of this c term entry localization.- Specified by:
setLabelin interfaceCTermEntryLocalizationModel- Parameters:
label- the label of this c term entry localization
-
setLanguageId
Sets the language ID of this c term entry localization.- Specified by:
setLanguageIdin interfaceCTermEntryLocalizationModel- Parameters:
languageId- the language ID of this c term entry localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this c term entry localization.- Specified by:
setMvccVersionin interfaceCTermEntryLocalizationModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this c term entry localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this c term entry localization.- Specified by:
setPrimaryKeyin interfaceCTermEntryLocalizationModel- Parameters:
primaryKey- the primary key of this c term entry localization
-
toXmlString
- Specified by:
toXmlStringin interfaceCTermEntryLocalizationModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>
-