Package com.liferay.journal.model
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 TypeMethodDescriptionReturns 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
getId()
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.getUuid()
Returns the uuid of this journal article.double
Returns the version of this journal article.boolean
Returnstrue
if this journal article is approved.boolean
isDenied()
Returnstrue
if this journal article is denied.boolean
isDraft()
Returnstrue
if this journal article is a draft.boolean
Returnstrue
if this journal article is expired.boolean
Returnstrue
if this journal article is inactive.boolean
Returnstrue
if this journal article is incomplete.boolean
Returnstrue
if this journal article is indexable.boolean
Returnstrue
if this journal article is in the Recycle Bin.boolean
Returnstrue
if this journal article is pending.boolean
boolean
Returnstrue
if this journal article is scheduled.boolean
Returnstrue
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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>
- Parameters:
ctCollectionId
- the ct collection ID of this journal article
-
getUuid
Returns the uuid of this journal article.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this journal article
-
setUuid
Sets the uuid of this journal article.- Specified by:
setUuid
in interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.ResourcedModel
- Parameters:
resourcePrimKey
- the resource prim key of this journal article
-
isResourceMain
boolean isResourceMain()- Specified by:
isResourceMain
in interfacecom.liferay.portal.kernel.model.ResourcedModel
-
getGroupId
long getGroupId()Returns the group ID of this journal article.- Specified by:
getGroupId
in interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this journal article
-
setUserUuid
Sets the user uuid of this journal article.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this journal article
-
getUserName
Returns the user name of this journal article.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this journal article
-
setUserName
Sets the user name of this journal article.- Specified by:
setUserName
in interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this journal article
-
setCreateDate
Sets the create date of this journal article.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this journal article
-
setModifiedDate
Sets the modified date of this journal article.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this journal article
-
getExternalReferenceCode
Returns the external reference code of this journal article.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this journal article
-
setExternalReferenceCode
Sets the external reference code of this journal article.- Specified by:
setExternalReferenceCode
in interfacecom.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 interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this journal article
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this journal article.- Specified by:
getClassNameId
in interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.AttachedModel
- Parameters:
classPK
- the class pk of this journal article
-
getTreePath
Returns the tree path of this journal article.- Returns:
- the tree path of this journal article
-
setTreePath
Sets the tree path of this journal article.- Parameters:
treePath
- the tree path of this journal article
-
getArticleId
Returns the article ID of this journal article.- Returns:
- the article ID of this journal article
-
setArticleId
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
Returns the url title of this journal article.- Returns:
- the url title of this journal article
-
setUrlTitle
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
Returns the ddm template key of this journal article.- Returns:
- the ddm template key of this journal article
-
setDDMTemplateKey
Sets the ddm template key of this journal article.- Parameters:
DDMTemplateKey
- the ddm template key of this journal article
-
getDefaultLanguageId
Returns the default language ID of this journal article.- Returns:
- the default language ID of this journal article
-
setDefaultLanguageId
Sets the default language ID of this journal article.- Parameters:
defaultLanguageId
- the default language ID of this journal article
-
getLayoutUuid
Returns the layout uuid of this journal article.- Returns:
- the layout uuid of this journal article
-
setLayoutUuid
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
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
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
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()Returnstrue
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()Returnstrue
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
Returns the small image url of this journal article.- Returns:
- the small image url of this journal article
-
setSmallImageURL
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 interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this journal article
-
setLastPublishDate
Sets the last publish date of this journal article.- Specified by:
setLastPublishDate
in interfacecom.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 interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
getStatus
in interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this journal article
-
setStatusByUserUuid
Sets the status by user uuid of this journal article.- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this journal article
-
getStatusByUserName
Returns the status by user name of this journal article.- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this journal article
-
setStatusByUserName
Sets the status by user name of this journal article.- Specified by:
setStatusByUserName
in interfacecom.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 interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this journal article
-
setStatusDate
Sets the status date of this journal article.- Specified by:
setStatusDate
in interfacecom.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 interfacecom.liferay.portal.kernel.model.TrashedModel
- Returns:
- the class primary key of the trash entry for this journal article
-
isInTrash
boolean isInTrash()Returnstrue
if this journal article is in the Recycle Bin.- Specified by:
isInTrash
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Returns:
true
if this journal article is in the Recycle Bin;false
otherwise
-
isApproved
boolean isApproved()Returnstrue
if this journal article is approved.- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is approved;false
otherwise
-
isDenied
boolean isDenied()Returnstrue
if this journal article is denied.- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is denied;false
otherwise
-
isDraft
boolean isDraft()Returnstrue
if this journal article is a draft.- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is a draft;false
otherwise
-
isExpired
boolean isExpired()Returnstrue
if this journal article is expired.- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is expired;false
otherwise
-
isInactive
boolean isInactive()Returnstrue
if this journal article is inactive.- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is inactive;false
otherwise
-
isIncomplete
boolean isIncomplete()Returnstrue
if this journal article is incomplete.- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is incomplete;false
otherwise
-
isPending
boolean isPending()Returnstrue
if this journal article is pending.- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is pending;false
otherwise
-
isScheduled
boolean isScheduled()Returnstrue
if this journal article is scheduled.- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this journal article is scheduled;false
otherwise
-
cloneWithOriginalValues
JournalArticle cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticle>
-
toXmlString
-