Class JournalArticleResourceWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>
com.liferay.journal.model.JournalArticleResourceWrapper
All Implemented Interfaces:
JournalArticleResource, JournalArticleResourceModel, com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<JournalArticleResource>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<JournalArticleResource>

public class JournalArticleResourceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource> implements JournalArticleResource, com.liferay.portal.kernel.model.ModelWrapper<JournalArticleResource>

This class is a wrapper for JournalArticleResource.

See Also:
Generated:
  • Constructor Details

    • JournalArticleResourceWrapper

      public JournalArticleResourceWrapper(JournalArticleResource journalArticleResource)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
    • cloneWithOriginalValues

      public JournalArticleResource cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
      Specified by:
      cloneWithOriginalValues in interface JournalArticleResourceModel
    • getArticleId

      public String getArticleId()
      Returns the article ID of this journal article resource.
      Specified by:
      getArticleId in interface JournalArticleResourceModel
      Returns:
      the article ID of this journal article resource
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this journal article resource.
      Specified by:
      getCompanyId in interface JournalArticleResourceModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this journal article resource
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this journal article resource.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
      Specified by:
      getCtCollectionId in interface JournalArticleResourceModel
      Returns:
      the ct collection ID of this journal article resource
    • getGroupId

      public long getGroupId()
      Returns the group ID of this journal article resource.
      Specified by:
      getGroupId in interface JournalArticleResourceModel
      Returns:
      the group ID of this journal article resource
    • getLatestArticlePK

      public long getLatestArticlePK()
      Specified by:
      getLatestArticlePK in interface JournalArticleResource
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this journal article resource.
      Specified by:
      getMvccVersion in interface JournalArticleResourceModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this journal article resource
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this journal article resource.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
      Specified by:
      getPrimaryKey in interface JournalArticleResourceModel
      Returns:
      the primary key of this journal article resource
    • getResourcePrimKey

      public long getResourcePrimKey()
      Returns the resource prim key of this journal article resource.
      Specified by:
      getResourcePrimKey in interface JournalArticleResourceModel
      Returns:
      the resource prim key of this journal article resource
    • getUuid

      public String getUuid()
      Returns the uuid of this journal article resource.
      Specified by:
      getUuid in interface JournalArticleResourceModel
      Returns:
      the uuid of this journal article resource
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setArticleId

      public void setArticleId(String articleId)
      Sets the article ID of this journal article resource.
      Specified by:
      setArticleId in interface JournalArticleResourceModel
      Parameters:
      articleId - the article ID of this journal article resource
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this journal article resource.
      Specified by:
      setCompanyId in interface JournalArticleResourceModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this journal article resource
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this journal article resource.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
      Specified by:
      setCtCollectionId in interface JournalArticleResourceModel
      Parameters:
      ctCollectionId - the ct collection ID of this journal article resource
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this journal article resource.
      Specified by:
      setGroupId in interface JournalArticleResourceModel
      Parameters:
      groupId - the group ID of this journal article resource
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this journal article resource.
      Specified by:
      setMvccVersion in interface JournalArticleResourceModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this journal article resource
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this journal article resource.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>
      Specified by:
      setPrimaryKey in interface JournalArticleResourceModel
      Parameters:
      primaryKey - the primary key of this journal article resource
    • setResourcePrimKey

      public void setResourcePrimKey(long resourcePrimKey)
      Sets the resource prim key of this journal article resource.
      Specified by:
      setResourcePrimKey in interface JournalArticleResourceModel
      Parameters:
      resourcePrimKey - the resource prim key of this journal article resource
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this journal article resource.
      Specified by:
      setUuid in interface JournalArticleResourceModel
      Parameters:
      uuid - the uuid of this journal article resource
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface JournalArticleResourceModel
    • getAttributeGetterFunctions

      public Map<String,Function<JournalArticleResource,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<JournalArticleResource,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
    • wrap

      protected JournalArticleResourceWrapper wrap(JournalArticleResource journalArticleResource)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticleResource>