@ProviderType public interface JournalArticleLocalizationModel extends com.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalArticleLocalizationModelImpl
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.journal.model.impl.JournalArticleLocalizationImpl
.
JournalArticleLocalization
Modifier and Type | Method and Description |
---|---|
long |
getArticleLocalizationId()
Returns the article localization ID of this journal article localization.
|
long |
getArticlePK()
Returns the article pk of this journal article localization.
|
long |
getCompanyId()
Returns the company ID of this journal article localization.
|
long |
getCtCollectionId()
Returns the ct collection ID of this journal article localization.
|
java.lang.String |
getDescription()
Returns the description of this journal article localization.
|
java.lang.String |
getLanguageId()
Returns the language ID of this journal article localization.
|
long |
getMvccVersion()
Returns the mvcc version of this journal article localization.
|
long |
getPrimaryKey()
Returns the primary key of this journal article localization.
|
java.lang.String |
getTitle()
Returns the title of this journal article localization.
|
void |
setArticleLocalizationId(long articleLocalizationId)
Sets the article localization ID of this journal article localization.
|
void |
setArticlePK(long articlePK)
Sets the article pk of this journal article localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this journal article localization.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this journal article localization.
|
void |
setDescription(java.lang.String description)
Sets the description of this journal article localization.
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this journal article localization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this journal article localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article localization.
|
void |
setTitle(java.lang.String title)
Sets the title of this journal article localization.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
primaryKey
- the primary key of this journal article localizationlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this journal article localizationlong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
ctCollectionId
- the ct collection ID of this journal article localizationlong getArticleLocalizationId()
void setArticleLocalizationId(long articleLocalizationId)
articleLocalizationId
- the article localization ID of this journal article localizationlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal article localizationlong getArticlePK()
void setArticlePK(long articlePK)
articlePK
- the article pk of this journal article localization@AutoEscape java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- the title of this journal article localization@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description of this journal article localization@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId
- the language ID of this journal article localization