Package com.liferay.journal.model
Interface JournalArticleLocalization
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<JournalArticleLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
,JournalArticleLocalizationModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
JournalArticleLocalizationWrapper
The extended model interface for the JournalArticleLocalization service. Represents a row in the "JournalArticleLocalization" 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<JournalArticleLocalization,
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.journal.model.JournalArticleLocalizationModel
cloneWithOriginalValues, getArticleLocalizationId, getArticlePK, getCompanyId, getCtCollectionId, getDescription, getLanguageId, getMvccVersion, getPrimaryKey, getTitle, setArticleLocalizationId, setArticlePK, setCompanyId, setCtCollectionId, setDescription, setLanguageId, setMvccVersion, setPrimaryKey, setTitle, toXmlString
-
Field Details
-
ARTICLE_LOCALIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<JournalArticleLocalization,Long> ARTICLE_LOCALIZATION_ID_ACCESSOR
-