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
.
CTermEntryLocalization
,
Serialized FormC_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR
Constructor and Description |
---|
CTermEntryLocalizationWrapper(CTermEntryLocalization cTermEntryLocalization) |
Modifier and Type | Method and Description |
---|---|
CTermEntryLocalization |
cloneWithOriginalValues() |
long |
getCommerceTermEntryId()
Returns the commerce term entry ID of this c term entry localization.
|
long |
getCompanyId()
Returns the company ID of this c term entry localization.
|
long |
getCTermEntryLocalizationId()
Returns the c term entry localization ID of this c term entry localization.
|
java.lang.String |
getDescription()
Returns the description of this c term entry localization.
|
java.lang.String |
getLabel()
Returns the label of this c term entry localization.
|
java.lang.String |
getLanguageId()
Returns the language ID of this c term entry localization.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this c term entry localization.
|
long |
getPrimaryKey()
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(java.lang.String description)
Sets the description of this c term entry localization.
|
void |
setLabel(java.lang.String label)
Sets the label of this c term entry localization.
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this c term entry localization.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.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.
|
java.lang.String |
toXmlString() |
protected CTermEntryLocalizationWrapper |
wrap(CTermEntryLocalization cTermEntryLocalization) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public CTermEntryLocalizationWrapper(CTermEntryLocalization cTermEntryLocalization)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
public CTermEntryLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface CTermEntryLocalizationModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
public long getCommerceTermEntryId()
getCommerceTermEntryId
in interface CTermEntryLocalizationModel
public long getCompanyId()
getCompanyId
in interface CTermEntryLocalizationModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getCTermEntryLocalizationId()
getCTermEntryLocalizationId
in interface CTermEntryLocalizationModel
public java.lang.String getDescription()
getDescription
in interface CTermEntryLocalizationModel
public java.lang.String getLabel()
getLabel
in interface CTermEntryLocalizationModel
public java.lang.String getLanguageId()
getLanguageId
in interface CTermEntryLocalizationModel
public long getMvccVersion()
getMvccVersion
in interface CTermEntryLocalizationModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CTermEntryLocalizationModel
public void setCommerceTermEntryId(long commerceTermEntryId)
setCommerceTermEntryId
in interface CTermEntryLocalizationModel
commerceTermEntryId
- the commerce term entry ID of this c term entry localizationpublic void setCompanyId(long companyId)
setCompanyId
in interface CTermEntryLocalizationModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this c term entry localizationpublic void setCTermEntryLocalizationId(long cTermEntryLocalizationId)
setCTermEntryLocalizationId
in interface CTermEntryLocalizationModel
cTermEntryLocalizationId
- the c term entry localization ID of this c term entry localizationpublic void setDescription(java.lang.String description)
setDescription
in interface CTermEntryLocalizationModel
description
- the description of this c term entry localizationpublic void setLabel(java.lang.String label)
setLabel
in interface CTermEntryLocalizationModel
label
- the label of this c term entry localizationpublic void setLanguageId(java.lang.String languageId)
setLanguageId
in interface CTermEntryLocalizationModel
languageId
- the language ID of this c term entry localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CTermEntryLocalizationModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this c term entry localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTermEntryLocalizationModel
primaryKey
- the primary key of this c term entry localizationpublic java.lang.String toXmlString()
toXmlString
in interface CTermEntryLocalizationModel
protected CTermEntryLocalizationWrapper wrap(CTermEntryLocalization cTermEntryLocalization)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>