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
model
Fields inherited from interface com.liferay.commerce.term.model.CTermEntryLocalization
C_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCTermEntryLocalizationWrapper
(CTermEntryLocalization cTermEntryLocalization) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the commerce term entry ID of this c term entry localization.long
Returns the company ID of this c term entry localization.long
Returns 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.long
Returns the mvcc version of this c term entry localization.long
Returns the primary key of this c term entry localization.void
setCommerceTermEntryId
(long commerceTermEntryId) Sets the commerce term entry ID of this c term entry localization.void
setCompanyId
(long companyId) Sets the company ID of this c term entry localization.void
setCTermEntryLocalizationId
(long cTermEntryLocalizationId) Sets the c term entry localization ID of this c term entry localization.void
setDescription
(String description) Sets the description of this c term entry localization.void
Sets the label of this c term entry localization.void
setLanguageId
(String languageId) Sets the language ID of this c term entry localization.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this c term entry localization.void
setPrimaryKey
(long primaryKey) Sets the primary key of this c term entry localization.protected CTermEntryLocalizationWrapper
wrap
(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, 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
-
CTermEntryLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceCTermEntryLocalizationModel
-
getCommerceTermEntryId
public long getCommerceTermEntryId()Returns the commerce term entry ID of this c term entry localization.- Specified by:
getCommerceTermEntryId
in 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:
getCompanyId
in interfaceCTermEntryLocalizationModel
- Specified by:
getCompanyId
in 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:
getCTermEntryLocalizationId
in 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:
getDescription
in interfaceCTermEntryLocalizationModel
- Returns:
- the description of this c term entry localization
-
getLabel
Returns the label of this c term entry localization.- Specified by:
getLabel
in interfaceCTermEntryLocalizationModel
- Returns:
- the label of this c term entry localization
-
getLanguageId
Returns the language ID of this c term entry localization.- Specified by:
getLanguageId
in 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:
getMvccVersion
in interfaceCTermEntryLocalizationModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in 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:
setCommerceTermEntryId
in 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:
setCompanyId
in interfaceCTermEntryLocalizationModel
- Specified by:
setCompanyId
in 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:
setCTermEntryLocalizationId
in 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:
setDescription
in interfaceCTermEntryLocalizationModel
- Parameters:
description
- the description of this c term entry localization
-
setLabel
Sets the label of this c term entry localization.- Specified by:
setLabel
in interfaceCTermEntryLocalizationModel
- Parameters:
label
- the label of this c term entry localization
-
setLanguageId
Sets the language ID of this c term entry localization.- Specified by:
setLanguageId
in 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:
setMvccVersion
in interfaceCTermEntryLocalizationModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceCTermEntryLocalizationModel
- Parameters:
primaryKey
- the primary key of this c term entry localization
-
toXmlString
- Specified by:
toXmlString
in interfaceCTermEntryLocalizationModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>
-