Interface CPDefinitionLocalization
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CPDefinitionLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPDefinitionLocalization>
,CPDefinitionLocalizationModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CPDefinitionLocalizationWrapper
The extended model interface for the CPDefinitionLocalization service. Represents a row in the "CPDefinitionLocalization" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CPDefinitionLocalization,
Long> -
Method Summary
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
Methods inherited from interface com.liferay.commerce.product.model.CPDefinitionLocalizationModel
cloneWithOriginalValues, getCompanyId, getCPDefinitionId, getCpDefinitionLocalizationId, getCtCollectionId, getDescription, getLanguageId, getMetaDescription, getMetaKeywords, getMetaTitle, getMvccVersion, getName, getPrimaryKey, getShortDescription, setCompanyId, setCPDefinitionId, setCpDefinitionLocalizationId, setCtCollectionId, setDescription, setLanguageId, setMetaDescription, setMetaKeywords, setMetaTitle, setMvccVersion, setName, setPrimaryKey, setShortDescription, toXmlString
-
Field Details
-
CP_DEFINITION_LOCALIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CPDefinitionLocalization,Long> CP_DEFINITION_LOCALIZATION_ID_ACCESSOR
-