Package com.liferay.journal.model
Class JournalArticleLocalizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleLocalization>
com.liferay.journal.model.JournalArticleLocalizationWrapper
- All Implemented Interfaces:
JournalArticleLocalization
,JournalArticleLocalizationModel
,com.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<JournalArticleLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<JournalArticleLocalization>
public class JournalArticleLocalizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleLocalization>
implements JournalArticleLocalization, com.liferay.portal.kernel.model.ModelWrapper<JournalArticleLocalization>
This class is a wrapper for JournalArticleLocalization
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.journal.model.JournalArticleLocalization
ARTICLE_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionJournalArticleLocalizationWrapper
(JournalArticleLocalization journalArticleLocalization) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the article localization ID of this journal article localization.long
Returns the article pk of this journal article localization.long
Returns the company ID of this journal article localization.long
Returns the ct collection ID of this journal article localization.Returns the description of this journal article localization.Returns the language ID of this journal article localization.long
Returns the mvcc version of this journal article localization.long
Returns the primary key of this journal article localization.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
(String description) Sets the description of this journal article localization.void
setLanguageId
(String languageId) Sets the language ID of this journal article localization.void
setModelAttributes
(Map<String, Object> attributes) 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
Sets the title of this journal article localization.protected JournalArticleLocalizationWrapper
wrap
(JournalArticleLocalization journalArticleLocalization) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JournalArticleLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceJournalArticleLocalizationModel
-
getArticleLocalizationId
public long getArticleLocalizationId()Returns the article localization ID of this journal article localization.- Specified by:
getArticleLocalizationId
in interfaceJournalArticleLocalizationModel
- Returns:
- the article localization ID of this journal article localization
-
getArticlePK
public long getArticlePK()Returns the article pk of this journal article localization.- Specified by:
getArticlePK
in interfaceJournalArticleLocalizationModel
- Returns:
- the article pk of this journal article localization
-
getCompanyId
public long getCompanyId()Returns the company ID of this journal article localization.- Specified by:
getCompanyId
in interfaceJournalArticleLocalizationModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this journal article localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this journal article localization.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
- Specified by:
getCtCollectionId
in interfaceJournalArticleLocalizationModel
- Returns:
- the ct collection ID of this journal article localization
-
getDescription
Returns the description of this journal article localization.- Specified by:
getDescription
in interfaceJournalArticleLocalizationModel
- Returns:
- the description of this journal article localization
-
getLanguageId
Returns the language ID of this journal article localization.- Specified by:
getLanguageId
in interfaceJournalArticleLocalizationModel
- Returns:
- the language ID of this journal article localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this journal article localization.- Specified by:
getMvccVersion
in interfaceJournalArticleLocalizationModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this journal article localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this journal article localization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
- Specified by:
getPrimaryKey
in interfaceJournalArticleLocalizationModel
- Returns:
- the primary key of this journal article localization
-
getTitle
Returns the title of this journal article localization.- Specified by:
getTitle
in interfaceJournalArticleLocalizationModel
- Returns:
- the title of this journal article localization
-
setArticleLocalizationId
public void setArticleLocalizationId(long articleLocalizationId) Sets the article localization ID of this journal article localization.- Specified by:
setArticleLocalizationId
in interfaceJournalArticleLocalizationModel
- Parameters:
articleLocalizationId
- the article localization ID of this journal article localization
-
setArticlePK
public void setArticlePK(long articlePK) Sets the article pk of this journal article localization.- Specified by:
setArticlePK
in interfaceJournalArticleLocalizationModel
- Parameters:
articlePK
- the article pk of this journal article localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this journal article localization.- Specified by:
setCompanyId
in interfaceJournalArticleLocalizationModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this journal article localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal article localization.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
- Specified by:
setCtCollectionId
in interfaceJournalArticleLocalizationModel
- Parameters:
ctCollectionId
- the ct collection ID of this journal article localization
-
setDescription
Sets the description of this journal article localization.- Specified by:
setDescription
in interfaceJournalArticleLocalizationModel
- Parameters:
description
- the description of this journal article localization
-
setLanguageId
Sets the language ID of this journal article localization.- Specified by:
setLanguageId
in interfaceJournalArticleLocalizationModel
- Parameters:
languageId
- the language ID of this journal article localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal article localization.- Specified by:
setMvccVersion
in interfaceJournalArticleLocalizationModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this journal article localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this journal article localization.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleLocalization>
- Specified by:
setPrimaryKey
in interfaceJournalArticleLocalizationModel
- Parameters:
primaryKey
- the primary key of this journal article localization
-
setTitle
Sets the title of this journal article localization.- Specified by:
setTitle
in interfaceJournalArticleLocalizationModel
- Parameters:
title
- the title of this journal article localization
-
toXmlString
- Specified by:
toXmlString
in interfaceJournalArticleLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleLocalization>
-
wrap
protected JournalArticleLocalizationWrapper wrap(JournalArticleLocalization journalArticleLocalization) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleLocalization>
-