@ProviderType public interface CTermEntryLocalizationModel extends com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.term.model.impl.CTermEntryLocalizationModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.term.model.impl.CTermEntryLocalizationImpl
.
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.
|
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this c term entry localizationlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this c term entry localizationlong getCTermEntryLocalizationId()
void setCTermEntryLocalizationId(long cTermEntryLocalizationId)
cTermEntryLocalizationId
- the c term entry localization ID of this c term entry localizationlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this c term entry localizationlong getCommerceTermEntryId()
void setCommerceTermEntryId(long commerceTermEntryId)
commerceTermEntryId
- the commerce term entry ID of this c term entry localization@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId
- the language ID of this c term entry localization@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description of this c term entry localization@AutoEscape java.lang.String getLabel()
void setLabel(java.lang.String label)
label
- the label of this c term entry localizationCTermEntryLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
default java.lang.String toXmlString()