Interface CPDefinitionLocalizationModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPDefinitionLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CPDefinitionLocalization
- All Known Implementing Classes:
CPDefinitionLocalizationWrapper
@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
The base model interface for the CPDefinitionLocalization service. Represents a row in the "CPDefinitionLocalization" database table, with each column mapped to a property of this class.
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
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this cp definition localization.long
Returns the cp definition ID of this cp definition localization.long
Returns the cp definition localization ID of this cp definition localization.long
Returns the ct collection ID of this cp definition localization.Returns the description of this cp definition localization.Returns the language ID of this cp definition localization.Returns the meta description of this cp definition localization.Returns the meta keywords of this cp definition localization.Returns the meta title of this cp definition localization.long
Returns the mvcc version of this cp definition localization.getName()
Returns the name of this cp definition localization.long
Returns the primary key of this cp definition localization.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
(String description) Sets the description of this cp definition localization.void
setLanguageId
(String languageId) Sets the language ID of this cp definition localization.void
setMetaDescription
(String metaDescription) Sets the meta description of this cp definition localization.void
setMetaKeywords
(String metaKeywords) Sets the meta keywords of this cp definition localization.void
setMetaTitle
(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
Sets the name of this cp definition localization.void
setPrimaryKey
(long primaryKey) Sets the primary key of this cp definition localization.void
setShortDescription
(String shortDescription) Sets the short description of this cp definition localization.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this cp definition localization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
- Returns:
- the primary key of this cp definition localization
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this cp definition localization.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
- Parameters:
primaryKey
- the primary key of this cp definition localization
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this cp definition localization.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this cp definition localization
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition localization.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this cp definition localization
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this cp definition localization.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
- Returns:
- the ct collection ID of this cp definition localization
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp definition localization.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
- Parameters:
ctCollectionId
- the ct collection ID of this cp definition localization
-
getCpDefinitionLocalizationId
long getCpDefinitionLocalizationId()Returns the cp definition localization ID of this cp definition localization.- Returns:
- the cp definition localization ID of this cp definition localization
-
setCpDefinitionLocalizationId
void setCpDefinitionLocalizationId(long cpDefinitionLocalizationId) Sets the cp definition localization ID of this cp definition localization.- Parameters:
cpDefinitionLocalizationId
- the cp definition localization ID of this cp definition localization
-
getCompanyId
long getCompanyId()Returns the company ID of this cp definition localization.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this cp definition localization
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this cp definition localization.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this cp definition localization
-
getCPDefinitionId
long getCPDefinitionId()Returns the cp definition ID of this cp definition localization.- Returns:
- the cp definition ID of this cp definition localization
-
setCPDefinitionId
void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition localization.- Parameters:
CPDefinitionId
- the cp definition ID of this cp definition localization
-
getLanguageId
Returns the language ID of this cp definition localization.- Returns:
- the language ID of this cp definition localization
-
setLanguageId
Sets the language ID of this cp definition localization.- Parameters:
languageId
- the language ID of this cp definition localization
-
getName
Returns the name of this cp definition localization.- Returns:
- the name of this cp definition localization
-
setName
Sets the name of this cp definition localization.- Parameters:
name
- the name of this cp definition localization
-
getShortDescription
Returns the short description of this cp definition localization.- Returns:
- the short description of this cp definition localization
-
setShortDescription
Sets the short description of this cp definition localization.- Parameters:
shortDescription
- the short description of this cp definition localization
-
getDescription
Returns the description of this cp definition localization.- Returns:
- the description of this cp definition localization
-
setDescription
Sets the description of this cp definition localization.- Parameters:
description
- the description of this cp definition localization
-
getMetaTitle
Returns the meta title of this cp definition localization.- Returns:
- the meta title of this cp definition localization
-
setMetaTitle
Sets the meta title of this cp definition localization.- Parameters:
metaTitle
- the meta title of this cp definition localization
-
getMetaDescription
Returns the meta description of this cp definition localization.- Returns:
- the meta description of this cp definition localization
-
setMetaDescription
Sets the meta description of this cp definition localization.- Parameters:
metaDescription
- the meta description of this cp definition localization
-
getMetaKeywords
Returns the meta keywords of this cp definition localization.- Returns:
- the meta keywords of this cp definition localization
-
setMetaKeywords
Sets the meta keywords of this cp definition localization.- Parameters:
metaKeywords
- the meta keywords of this cp definition localization
-
cloneWithOriginalValues
CPDefinitionLocalization cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
-
toXmlString
-