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.longReturns the class name ID of this journal article.longReturns the class pk of this journal article.longReturns the company ID of this journal article.Returns the create date of this journal article.longReturns the ct collection ID of this journal article.longReturns 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.longReturns the folder ID of this journal article.longReturns the group ID of this journal article.longgetId()Returns the ID of this journal article.booleanReturns 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.longReturns the mvcc version of this journal article.longReturns the primary key of this journal article.longReturns the resource prim key of this journal article.Returns the review date of this journal article.booleanReturns the small image of this journal article.longReturns the small image ID of this journal article.intReturns the small image source of this journal article.Returns the small image url of this journal article.intReturns the status of this journal article.longReturns 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.longReturns 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.longReturns 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.doubleReturns the version of this journal article.booleanReturnstrueif this journal article is approved.booleanisDenied()Returnstrueif this journal article is denied.booleanisDraft()Returnstrueif this journal article is a draft.booleanReturnstrueif this journal article is expired.booleanReturnstrueif this journal article is inactive.booleanReturnstrueif this journal article is incomplete.booleanReturnstrueif this journal article is indexable.booleanReturnstrueif this journal article is in the Recycle Bin.booleanReturnstrueif this journal article is pending.booleanbooleanReturnstrueif this journal article is scheduled.booleanReturnstrueif this journal article is small image.voidsetArticleId(String articleId) Sets the article ID of this journal article.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this journal article.voidsetClassPK(long classPK) Sets the class pk of this journal article.voidsetCompanyId(long companyId) Sets the company ID of this journal article.voidsetCreateDate(Date createDate) Sets the create date of this journal article.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal article.voidsetDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this journal article.voidsetDDMTemplateKey(String DDMTemplateKey) Sets the ddm template key of this journal article.voidsetDefaultLanguageId(String defaultLanguageId) Sets the default language ID of this journal article.voidsetDisplayDate(Date displayDate) Sets the display date of this journal article.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this journal article.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this journal article.voidsetFolderId(long folderId) Sets the folder ID of this journal article.voidsetGroupId(long groupId) Sets the group ID of this journal article.voidsetId(long id) Sets the ID of this journal article.voidsetIndexable(boolean indexable) Sets whether this journal article is indexable.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this journal article.voidsetLayoutUuid(String layoutUuid) Sets the layout uuid of this journal article.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this journal article.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this journal article.voidsetPrimaryKey(long primaryKey) Sets the primary key of this journal article.voidsetResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this journal article.voidsetReviewDate(Date reviewDate) Sets the review date of this journal article.voidsetSmallImage(boolean smallImage) Sets whether this journal article is small image.voidsetSmallImageId(long smallImageId) Sets the small image ID of this journal article.voidsetSmallImageSource(int smallImageSource) Sets the small image source of this journal article.voidsetSmallImageURL(String smallImageURL) Sets the small image url of this journal article.voidsetStatus(int status) Sets the status of this journal article.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this journal article.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this journal article.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this journal article.voidsetStatusDate(Date statusDate) Sets the status date of this journal article.voidsetTreePath(String treePath) Sets the tree path of this journal article.voidsetUrlTitle(String urlTitle) Sets the url title of this journal article.voidsetUserId(long userId) Sets the user ID of this journal article.voidsetUserName(String userName) Sets the user name of this journal article.voidsetUserUuid(String userUuid) Sets the user uuid of this journal article.voidSets the uuid of this journal article.voidsetVersion(double version) Sets the version of this journal article.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods 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:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this journal article
-
setUuid
Sets the uuid of this journal article.- Specified by:
setUuidin 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:
getResourcePrimKeyin 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:
setResourcePrimKeyin interfacecom.liferay.portal.kernel.model.ResourcedModel- Parameters:
resourcePrimKey- the resource prim key of this journal article
-
isResourceMain
boolean isResourceMain()- Specified by:
isResourceMainin interfacecom.liferay.portal.kernel.model.ResourcedModel
-
getGroupId
long getGroupId()Returns the group ID of this journal article.- Specified by:
getGroupIdin 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:
setGroupIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin 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:
setUserUuidin 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:
getUserNamein 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:
setUserNamein 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
getExternalReferenceCodein 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:
setExternalReferenceCodein 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
getClassPKin 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:
setClassPKin 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()Returnstrueif this journal article is indexable.- Returns:
trueif this journal article is indexable;falseotherwise
-
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()Returnstrueif this journal article is small image.- Returns:
trueif this journal article is small image;falseotherwise
-
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:
getLastPublishDatein 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:
setLastPublishDatein 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:
getStatusin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getStatusin 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:
setStatusin 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:
getStatusByUserIdin 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:
setStatusByUserIdin 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:
getStatusByUserUuidin 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:
setStatusByUserUuidin 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:
getStatusByUserNamein 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:
setStatusByUserNamein 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:
getStatusDatein 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:
setStatusDatein 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:
getTrashEntryClassPKin interfacecom.liferay.portal.kernel.model.TrashedModel- Returns:
- the class primary key of the trash entry for this journal article
-
isInTrash
boolean isInTrash()Returnstrueif this journal article is in the Recycle Bin.- Specified by:
isInTrashin interfacecom.liferay.portal.kernel.model.TrashedModel- Returns:
trueif this journal article is in the Recycle Bin;falseotherwise
-
isApproved
boolean isApproved()Returnstrueif this journal article is approved.- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this journal article is denied.- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this journal article is a draft.- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this journal article is expired.- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this journal article is inactive.- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this journal article is incomplete.- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this journal article is pending.- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this journal article is scheduled.- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this journal article is scheduled;falseotherwise
-
cloneWithOriginalValues
JournalArticle cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticle>
-
toXmlString
-