@ProviderType public interface CPDefinitionLocalizationModel extends com.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.product.model.impl.CPDefinitionLocalizationModelImpl 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.product.model.impl.CPDefinitionLocalizationImpl.
CPDefinitionLocalization| Modifier and Type | Method and Description |
|---|---|
CPDefinitionLocalization |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this cp definition localization.
|
long |
getCPDefinitionId()
Returns the cp definition ID of this cp definition localization.
|
long |
getCpDefinitionLocalizationId()
Returns the cp definition localization ID of this cp definition localization.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp definition localization.
|
java.lang.String |
getDescription()
Returns the description of this cp definition localization.
|
java.lang.String |
getLanguageId()
Returns the language ID of this cp definition localization.
|
java.lang.String |
getMetaDescription()
Returns the meta description of this cp definition localization.
|
java.lang.String |
getMetaKeywords()
Returns the meta keywords of this cp definition localization.
|
java.lang.String |
getMetaTitle()
Returns the meta title of this cp definition localization.
|
long |
getMvccVersion()
Returns the mvcc version of this cp definition localization.
|
java.lang.String |
getName()
Returns the name of this cp definition localization.
|
long |
getPrimaryKey()
Returns the primary key of this cp definition localization.
|
java.lang.String |
getShortDescription()
Returns the short description of this cp definition localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this cp definition localization.
|
void |
setCPDefinitionId(long CPDefinitionId)
Sets the cp definition ID of this cp definition localization.
|
void |
setCpDefinitionLocalizationId(long cpDefinitionLocalizationId)
Sets the cp definition localization ID of this cp definition localization.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp definition localization.
|
void |
setDescription(java.lang.String description)
Sets the description of this cp definition localization.
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this cp definition localization.
|
void |
setMetaDescription(java.lang.String metaDescription)
Sets the meta description of this cp definition localization.
|
void |
setMetaKeywords(java.lang.String metaKeywords)
Sets the meta keywords of this cp definition localization.
|
void |
setMetaTitle(java.lang.String metaTitle)
Sets the meta title of this cp definition localization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp definition localization.
|
void |
setName(java.lang.String name)
Sets the name of this cp definition localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp definition localization.
|
void |
setShortDescription(java.lang.String shortDescription)
Sets the short description of this cp definition 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, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>primaryKey - the primary key of this cp definition localizationlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp definition localizationlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>ctCollectionId - the ct collection ID of this cp definition localizationlong getCpDefinitionLocalizationId()
void setCpDefinitionLocalizationId(long cpDefinitionLocalizationId)
cpDefinitionLocalizationId - the cp definition localization ID of this cp definition localizationlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this cp definition localizationlong getCPDefinitionId()
void setCPDefinitionId(long CPDefinitionId)
CPDefinitionId - the cp definition ID of this cp definition localization@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId - the language ID of this cp definition localization@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this cp definition localization@AutoEscape java.lang.String getShortDescription()
void setShortDescription(java.lang.String shortDescription)
shortDescription - the short description of this cp definition localization@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this cp definition localization@AutoEscape java.lang.String getMetaTitle()
void setMetaTitle(java.lang.String metaTitle)
metaTitle - the meta title of this cp definition localization@AutoEscape java.lang.String getMetaDescription()
void setMetaDescription(java.lang.String metaDescription)
metaDescription - the meta description of this cp definition localization@AutoEscape java.lang.String getMetaKeywords()
void setMetaKeywords(java.lang.String metaKeywords)
metaKeywords - the meta keywords of this cp definition localizationCPDefinitionLocalization cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>default java.lang.String toXmlString()