Interface JournalArticleResourceModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<JournalArticleResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
JournalArticleResource
All Known Implementing Classes:
JournalArticleResourceWrapper

@ProviderType public interface JournalArticleResourceModel extends com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the JournalArticleResource service. Represents a row in the "JournalArticleResource" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.journal.model.impl.JournalArticleResourceModelImpl 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.JournalArticleResourceImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the article ID of this journal article resource.
    long
    Returns the company ID of this journal article resource.
    long
    Returns the ct collection ID of this journal article resource.
    long
    Returns the group ID of this journal article resource.
    long
    Returns the mvcc version of this journal article resource.
    long
    Returns the primary key of this journal article resource.
    long
    Returns the resource prim key of this journal article resource.
    Returns the uuid of this journal article resource.
    void
    setArticleId(String articleId)
    Sets the article ID of this journal article resource.
    void
    setCompanyId(long companyId)
    Sets the company ID of this journal article resource.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this journal article resource.
    void
    setGroupId(long groupId)
    Sets the group ID of this journal article resource.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this journal article resource.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this journal article resource.
    void
    setResourcePrimKey(long resourcePrimKey)
    Sets the resource prim key of this journal article resource.
    void
    Sets the uuid of this journal article resource.
    default String
     

    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
  • Method Details

    • getPrimaryKey

      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>
      Returns:
      the primary key of this journal article resource
    • setPrimaryKey

      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>
      Parameters:
      primaryKey - the primary key of this journal article resource
    • getMvccVersion

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

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

      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>
      Returns:
      the ct collection ID of this journal article resource
    • setCtCollectionId

      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>
      Parameters:
      ctCollectionId - the ct collection ID of this journal article resource
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this journal article resource.
      Returns:
      the uuid of this journal article resource
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this journal article resource.
      Parameters:
      uuid - the uuid of this journal article resource
    • getResourcePrimKey

      long getResourcePrimKey()
      Returns the resource prim key of this journal article resource.
      Returns:
      the resource prim key of this journal article resource
    • setResourcePrimKey

      void setResourcePrimKey(long resourcePrimKey)
      Sets the resource prim key of this journal article resource.
      Parameters:
      resourcePrimKey - the resource prim key of this journal article resource
    • getGroupId

      long getGroupId()
      Returns the group ID of this journal article resource.
      Returns:
      the group ID of this journal article resource
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this journal article resource.
      Parameters:
      groupId - the group ID of this journal article resource
    • getCompanyId

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

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

      @AutoEscape String getArticleId()
      Returns the article ID of this journal article resource.
      Returns:
      the article ID of this journal article resource
    • setArticleId

      void setArticleId(String articleId)
      Sets the article ID of this journal article resource.
      Parameters:
      articleId - the article ID of this journal article resource
    • cloneWithOriginalValues

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

      default String toXmlString()