Interface JournalArticleModel

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<JournalArticle>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<JournalArticle>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ResourcedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Subinterfaces:
JournalArticle
All Known Implementing Classes:
JournalArticleWrapper

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

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

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the article ID of this journal article.
    Returns the fully qualified class name of this journal article.
    long
    Returns the class name ID of this journal article.
    long
    Returns the class pk of this journal article.
    long
    Returns the company ID of this journal article.
    Returns the create date of this journal article.
    long
    Returns the ct collection ID of this journal article.
    long
    Returns the ddm structure ID of this journal article.
    Returns the ddm template key of this journal article.
    Returns the default language ID of this journal article.
    Returns the display date of this journal article.
    Returns the expiration date of this journal article.
    Returns the external reference code of this journal article.
    long
    Returns the folder ID of this journal article.
    long
    Returns the group ID of this journal article.
    long
    Returns the ID of this journal article.
    boolean
    Returns the indexable of this journal article.
    Returns the last publish date of this journal article.
    Returns the layout uuid of this journal article.
    Returns the modified date of this journal article.
    long
    Returns the mvcc version of this journal article.
    long
    Returns the primary key of this journal article.
    long
    Returns the resource prim key of this journal article.
    Returns the review date of this journal article.
    boolean
    Returns the small image of this journal article.
    long
    Returns the small image ID of this journal article.
    int
    Returns the small image source of this journal article.
    Returns the small image url of this journal article.
    int
    Returns the status of this journal article.
    long
    Returns the status by user ID of this journal article.
    Returns the status by user name of this journal article.
    Returns the status by user uuid of this journal article.
    Returns the status date of this journal article.
    long
    Returns the class primary key of the trash entry for this journal article.
    Returns the tree path of this journal article.
    Returns the url title of this journal article.
    long
    Returns the user ID of this journal article.
    Returns the user name of this journal article.
    Returns the user uuid of this journal article.
    Returns the uuid of this journal article.
    double
    Returns the version of this journal article.
    boolean
    Returns true if this journal article is approved.
    boolean
    Returns true if this journal article is denied.
    boolean
    Returns true if this journal article is a draft.
    boolean
    Returns true if this journal article is expired.
    boolean
    Returns true if this journal article is inactive.
    boolean
    Returns true if this journal article is incomplete.
    boolean
    Returns true if this journal article is indexable.
    boolean
    Returns true if this journal article is in the Recycle Bin.
    boolean
    Returns true if this journal article is pending.
    boolean
     
    boolean
    Returns true if this journal article is scheduled.
    boolean
    Returns true if this journal article is small image.
    void
    setArticleId(String articleId)
    Sets the article ID of this journal article.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this journal article.
    void
    setClassPK(long classPK)
    Sets the class pk of this journal article.
    void
    setCompanyId(long companyId)
    Sets the company ID of this journal article.
    void
    setCreateDate(Date createDate)
    Sets the create date of this journal article.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this journal article.
    void
    setDDMStructureId(long DDMStructureId)
    Sets the ddm structure ID of this journal article.
    void
    setDDMTemplateKey(String DDMTemplateKey)
    Sets the ddm template key of this journal article.
    void
    setDefaultLanguageId(String defaultLanguageId)
    Sets the default language ID of this journal article.
    void
    setDisplayDate(Date displayDate)
    Sets the display date of this journal article.
    void
    setExpirationDate(Date expirationDate)
    Sets the expiration date of this journal article.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this journal article.
    void
    setFolderId(long folderId)
    Sets the folder ID of this journal article.
    void
    setGroupId(long groupId)
    Sets the group ID of this journal article.
    void
    setId(long id)
    Sets the ID of this journal article.
    void
    setIndexable(boolean indexable)
    Sets whether this journal article is indexable.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this journal article.
    void
    setLayoutUuid(String layoutUuid)
    Sets the layout uuid of this journal article.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this journal article.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this journal article.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this journal article.
    void
    setResourcePrimKey(long resourcePrimKey)
    Sets the resource prim key of this journal article.
    void
    setReviewDate(Date reviewDate)
    Sets the review date of this journal article.
    void
    setSmallImage(boolean smallImage)
    Sets whether this journal article is small image.
    void
    setSmallImageId(long smallImageId)
    Sets the small image ID of this journal article.
    void
    setSmallImageSource(int smallImageSource)
    Sets the small image source of this journal article.
    void
    setSmallImageURL(String smallImageURL)
    Sets the small image url of this journal article.
    void
    setStatus(int status)
    Sets the status of this journal article.
    void
    setStatusByUserId(long statusByUserId)
    Sets the status by user ID of this journal article.
    void
    setStatusByUserName(String statusByUserName)
    Sets the status by user name of this journal article.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this journal article.
    void
    setStatusDate(Date statusDate)
    Sets the status date of this journal article.
    void
    setTreePath(String treePath)
    Sets the tree path of this journal article.
    void
    setUrlTitle(String urlTitle)
    Sets the url title of this journal article.
    void
    setUserId(long userId)
    Sets the user ID of this journal article.
    void
    setUserName(String userName)
    Sets the user name of this journal article.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this journal article.
    void
    Sets the uuid of this journal article.
    void
    setVersion(double version)
    Sets the version of this journal article.
    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

    Methods inherited from interface com.liferay.portal.kernel.model.StagedModel

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

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

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

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

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

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

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

      @AutoEscape String getUuid()
      Returns the uuid of this journal article.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this journal article
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this journal article.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this journal article
    • getId

      long getId()
      Returns the ID of this journal article.
      Returns:
      the ID of this journal article
    • setId

      void setId(long id)
      Sets the ID of this journal article.
      Parameters:
      id - the ID of this journal article
    • getResourcePrimKey

      long getResourcePrimKey()
      Returns the resource prim key of this journal article.
      Specified by:
      getResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Returns:
      the resource prim key of this journal article
    • setResourcePrimKey

      void setResourcePrimKey(long resourcePrimKey)
      Sets the resource prim key of this journal article.
      Specified by:
      setResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Parameters:
      resourcePrimKey - the resource prim key of this journal article
    • isResourceMain

      boolean isResourceMain()
      Specified by:
      isResourceMain in interface com.liferay.portal.kernel.model.ResourcedModel
    • getGroupId

      long getGroupId()
      Returns the group ID of this journal article.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this journal article
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this journal article.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this journal article
    • getCompanyId

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

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

      long getUserId()
      Returns the user ID of this journal article.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this journal article
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this journal article.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this journal article
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this journal article.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this journal article
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this journal article.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this journal article
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this journal article.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this journal article
    • setUserName

      void setUserName(String userName)
      Sets the user name of this journal article.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this journal article
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this journal article.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this journal article
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this journal article.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this journal article
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this journal article.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this journal article
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this journal article.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this journal article
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this journal article.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this journal article
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this journal article.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this journal article
    • getFolderId

      long getFolderId()
      Returns the folder ID of this journal article.
      Returns:
      the folder ID of this journal article
    • setFolderId

      void setFolderId(long folderId)
      Sets the folder ID of this journal article.
      Parameters:
      folderId - the folder ID of this journal article
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this journal article.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this journal article
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this journal article.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this journal article
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this journal article.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this journal article
    • getClassPK

      long getClassPK()
      Returns the class pk of this journal article.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this journal article
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this journal article.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this journal article
    • getTreePath

      @AutoEscape String getTreePath()
      Returns the tree path of this journal article.
      Returns:
      the tree path of this journal article
    • setTreePath

      void setTreePath(String treePath)
      Sets the tree path of this journal article.
      Parameters:
      treePath - the tree path of this journal article
    • getArticleId

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

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

      double getVersion()
      Returns the version of this journal article.
      Returns:
      the version of this journal article
    • setVersion

      void setVersion(double version)
      Sets the version of this journal article.
      Parameters:
      version - the version of this journal article
    • getUrlTitle

      @AutoEscape String getUrlTitle()
      Returns the url title of this journal article.
      Returns:
      the url title of this journal article
    • setUrlTitle

      void setUrlTitle(String urlTitle)
      Sets the url title of this journal article.
      Parameters:
      urlTitle - the url title of this journal article
    • getDDMStructureId

      long getDDMStructureId()
      Returns the ddm structure ID of this journal article.
      Returns:
      the ddm structure ID of this journal article
    • setDDMStructureId

      void setDDMStructureId(long DDMStructureId)
      Sets the ddm structure ID of this journal article.
      Parameters:
      DDMStructureId - the ddm structure ID of this journal article
    • getDDMTemplateKey

      @AutoEscape String getDDMTemplateKey()
      Returns the ddm template key of this journal article.
      Returns:
      the ddm template key of this journal article
    • setDDMTemplateKey

      void setDDMTemplateKey(String DDMTemplateKey)
      Sets the ddm template key of this journal article.
      Parameters:
      DDMTemplateKey - the ddm template key of this journal article
    • getDefaultLanguageId

      @AutoEscape String getDefaultLanguageId()
      Returns the default language ID of this journal article.
      Returns:
      the default language ID of this journal article
    • setDefaultLanguageId

      void setDefaultLanguageId(String defaultLanguageId)
      Sets the default language ID of this journal article.
      Parameters:
      defaultLanguageId - the default language ID of this journal article
    • getLayoutUuid

      @AutoEscape String getLayoutUuid()
      Returns the layout uuid of this journal article.
      Returns:
      the layout uuid of this journal article
    • setLayoutUuid

      void setLayoutUuid(String layoutUuid)
      Sets the layout uuid of this journal article.
      Parameters:
      layoutUuid - the layout uuid of this journal article
    • getDisplayDate

      Date getDisplayDate()
      Returns the display date of this journal article.
      Returns:
      the display date of this journal article
    • setDisplayDate

      void setDisplayDate(Date displayDate)
      Sets the display date of this journal article.
      Parameters:
      displayDate - the display date of this journal article
    • getExpirationDate

      Date getExpirationDate()
      Returns the expiration date of this journal article.
      Returns:
      the expiration date of this journal article
    • setExpirationDate

      void setExpirationDate(Date expirationDate)
      Sets the expiration date of this journal article.
      Parameters:
      expirationDate - the expiration date of this journal article
    • getReviewDate

      Date getReviewDate()
      Returns the review date of this journal article.
      Returns:
      the review date of this journal article
    • setReviewDate

      void setReviewDate(Date reviewDate)
      Sets the review date of this journal article.
      Parameters:
      reviewDate - the review date of this journal article
    • getIndexable

      boolean getIndexable()
      Returns the indexable of this journal article.
      Returns:
      the indexable of this journal article
    • isIndexable

      boolean isIndexable()
      Returns true if this journal article is indexable.
      Returns:
      true if this journal article is indexable; false otherwise
    • setIndexable

      void setIndexable(boolean indexable)
      Sets whether this journal article is indexable.
      Parameters:
      indexable - the indexable of this journal article
    • getSmallImage

      boolean getSmallImage()
      Returns the small image of this journal article.
      Returns:
      the small image of this journal article
    • isSmallImage

      boolean isSmallImage()
      Returns true if this journal article is small image.
      Returns:
      true if this journal article is small image; false otherwise
    • setSmallImage

      void setSmallImage(boolean smallImage)
      Sets whether this journal article is small image.
      Parameters:
      smallImage - the small image of this journal article
    • getSmallImageId

      long getSmallImageId()
      Returns the small image ID of this journal article.
      Returns:
      the small image ID of this journal article
    • setSmallImageId

      void setSmallImageId(long smallImageId)
      Sets the small image ID of this journal article.
      Parameters:
      smallImageId - the small image ID of this journal article
    • getSmallImageSource

      int getSmallImageSource()
      Returns the small image source of this journal article.
      Returns:
      the small image source of this journal article
    • setSmallImageSource

      void setSmallImageSource(int smallImageSource)
      Sets the small image source of this journal article.
      Parameters:
      smallImageSource - the small image source of this journal article
    • getSmallImageURL

      @AutoEscape String getSmallImageURL()
      Returns the small image url of this journal article.
      Returns:
      the small image url of this journal article
    • setSmallImageURL

      void setSmallImageURL(String smallImageURL)
      Sets the small image url of this journal article.
      Parameters:
      smallImageURL - the small image url of this journal article
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this journal article.
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this journal article
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this journal article.
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this journal article
    • getStatus

      int getStatus()
      Returns the status of this journal article.
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.TrashedModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this journal article
    • setStatus

      void setStatus(int status)
      Sets the status of this journal article.
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this journal article
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this journal article.
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this journal article
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this journal article.
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this journal article
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this journal article.
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this journal article
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this journal article.
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this journal article
    • getStatusByUserName

      @AutoEscape String getStatusByUserName()
      Returns the status by user name of this journal article.
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this journal article
    • setStatusByUserName

      void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this journal article.
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this journal article
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this journal article.
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this journal article
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this journal article.
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this journal article
    • getTrashEntryClassPK

      long getTrashEntryClassPK()
      Returns the class primary key of the trash entry for this journal article.
      Specified by:
      getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModel
      Returns:
      the class primary key of the trash entry for this journal article
    • isInTrash

      boolean isInTrash()
      Returns true if this journal article is in the Recycle Bin.
      Specified by:
      isInTrash in interface com.liferay.portal.kernel.model.TrashedModel
      Returns:
      true if this journal article is in the Recycle Bin; false otherwise
    • isApproved

      boolean isApproved()
      Returns true if this journal article is approved.
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is approved; false otherwise
    • isDenied

      boolean isDenied()
      Returns true if this journal article is denied.
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is denied; false otherwise
    • isDraft

      boolean isDraft()
      Returns true if this journal article is a draft.
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is a draft; false otherwise
    • isExpired

      boolean isExpired()
      Returns true if this journal article is expired.
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is expired; false otherwise
    • isInactive

      boolean isInactive()
      Returns true if this journal article is inactive.
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is inactive; false otherwise
    • isIncomplete

      boolean isIncomplete()
      Returns true if this journal article is incomplete.
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is incomplete; false otherwise
    • isPending

      boolean isPending()
      Returns true if this journal article is pending.
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is pending; false otherwise
    • isScheduled

      boolean isScheduled()
      Returns true if this journal article is scheduled.
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is scheduled; false otherwise
    • cloneWithOriginalValues

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

      default String toXmlString()