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.
|
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic 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 CTermEntryLocalizationModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>public long getCommerceTermEntryId()
getCommerceTermEntryId in interface CTermEntryLocalizationModelpublic long getCompanyId()
getCompanyId in interface CTermEntryLocalizationModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getCTermEntryLocalizationId()
getCTermEntryLocalizationId in interface CTermEntryLocalizationModelpublic java.lang.String getDescription()
getDescription in interface CTermEntryLocalizationModelpublic java.lang.String getLabel()
getLabel in interface CTermEntryLocalizationModelpublic java.lang.String getLanguageId()
getLanguageId in interface CTermEntryLocalizationModelpublic long getMvccVersion()
getMvccVersion in interface CTermEntryLocalizationModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CTermEntryLocalizationModelpublic void setCommerceTermEntryId(long commerceTermEntryId)
setCommerceTermEntryId in interface CTermEntryLocalizationModelcommerceTermEntryId - the commerce term entry ID of this c term entry localizationpublic void setCompanyId(long companyId)
setCompanyId in interface CTermEntryLocalizationModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this c term entry localizationpublic void setCTermEntryLocalizationId(long cTermEntryLocalizationId)
setCTermEntryLocalizationId in interface CTermEntryLocalizationModelcTermEntryLocalizationId - the c term entry localization ID of this c term entry localizationpublic void setDescription(java.lang.String description)
setDescription in interface CTermEntryLocalizationModeldescription - the description of this c term entry localizationpublic void setLabel(java.lang.String label)
setLabel in interface CTermEntryLocalizationModellabel - the label of this c term entry localizationpublic void setLanguageId(java.lang.String languageId)
setLanguageId in interface CTermEntryLocalizationModellanguageId - the language ID of this c term entry localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTermEntryLocalizationModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this c term entry localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTermEntryLocalizationModelprimaryKey - the primary key of this c term entry localizationprotected CTermEntryLocalizationWrapper wrap(CTermEntryLocalization cTermEntryLocalization)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>