Package com.liferay.commerce.term.model
Interface CTermEntryLocalization
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CTermEntryLocalization>
,CTermEntryLocalizationModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CTermEntryLocalizationWrapper
The extended model interface for the CTermEntryLocalization service. Represents a row in the "CTermEntryLocalization" 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<CTermEntryLocalization,
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.term.model.CTermEntryLocalizationModel
cloneWithOriginalValues, getCommerceTermEntryId, getCompanyId, getCTermEntryLocalizationId, getDescription, getLabel, getLanguageId, getMvccVersion, getPrimaryKey, setCommerceTermEntryId, setCompanyId, setCTermEntryLocalizationId, setDescription, setLabel, setLanguageId, setMvccVersion, setPrimaryKey, toXmlString
-
Field Details
-
C_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CTermEntryLocalization,Long> C_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR
-