@JSON(strict=true) @ProviderType public class JournalFolderModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder> implements JournalFolderModel
This implementation and its corresponding interface JournalFolderModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalFolderImpl
.
JournalFolderImpl
,
JournalFolder
,
JournalFolderModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
FOLDERID_COLUMN_BITMASK |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PARENTFOLDERID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
JournalFolderModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(JournalFolder journalFolder) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this journal folder.
|
long |
getContainerModelId()
Returns the container model ID of this journal folder.
|
java.lang.String |
getContainerModelName()
Returns the container name of this journal folder.
|
java.util.Date |
getCreateDate()
Returns the create date of this journal folder.
|
java.lang.String |
getDescription()
Returns the description of this journal folder.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFolderId()
Returns the folder ID of this journal folder.
|
long |
getGroupId()
Returns the group ID of this journal folder.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this journal folder.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this journal folder.
|
java.lang.String |
getName()
Returns the name of this journal folder.
|
long |
getOriginalCompanyId() |
long |
getOriginalFolderId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalName() |
long |
getOriginalParentFolderId() |
int |
getOriginalStatus() |
java.lang.String |
getOriginalUuid() |
long |
getParentContainerModelId()
Returns the parent container model ID of this journal folder.
|
long |
getParentFolderId()
Returns the parent folder ID of this journal folder.
|
long |
getPrimaryKey()
Returns the primary key of this journal folder.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getRestrictionType()
Returns the restriction type of this journal folder.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this journal folder.
|
long |
getStatusByUserId()
Returns the status by user ID of this journal folder.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this journal folder.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this journal folder.
|
java.util.Date |
getStatusDate()
Returns the status date of this journal folder.
|
com.liferay.trash.kernel.model.TrashEntry |
getTrashEntry()
Returns the trash entry created when this journal folder was moved to the Recycle Bin.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this journal folder.
|
com.liferay.portal.kernel.trash.TrashHandler |
getTrashHandler()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.lang.String |
getTreePath()
Returns the tree path of this journal folder.
|
long |
getUserId()
Returns the user ID of this journal folder.
|
java.lang.String |
getUserName()
Returns the user name of this journal folder.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this journal folder.
|
java.lang.String |
getUuid()
Returns the uuid of this journal folder.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isApproved()
Returns
true if this journal folder is approved. |
boolean |
isDenied()
Returns
true if this journal folder is denied. |
boolean |
isDraft()
Returns
true if this journal folder is a draft. |
boolean |
isEntityCacheEnabled() |
boolean |
isExpired()
Returns
true if this journal folder is expired. |
boolean |
isFinderCacheEnabled() |
boolean |
isInactive()
Returns
true if this journal folder is inactive. |
boolean |
isIncomplete()
Returns
true if this journal folder is incomplete. |
boolean |
isInTrash()
Returns
true if this journal folder is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns
true if the parent of this journal folder is in the Recycle Bin. |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isPending()
Returns
true if this journal folder is pending. |
boolean |
isScheduled()
Returns
true if this journal folder is scheduled. |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId)
Sets the company ID of this journal folder.
|
void |
setContainerModelId(long containerModelId)
Sets the container model ID of this journal folder.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this journal folder.
|
void |
setDescription(java.lang.String description)
Sets the description of this journal folder.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFolderId(long folderId)
Sets the folder ID of this journal folder.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal folder.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this journal folder.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this journal folder.
|
void |
setName(java.lang.String name)
Sets the name of this journal folder.
|
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this journal folder.
|
void |
setParentFolderId(long parentFolderId)
Sets the parent folder ID of this journal folder.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal folder.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRestrictionType(int restrictionType)
Sets the restriction type of this journal folder.
|
void |
setStatus(int status)
Sets the status of this journal folder.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this journal folder.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this journal folder.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this journal folder.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this journal folder.
|
void |
setTreePath(java.lang.String treePath)
Sets the tree path of this journal folder.
|
void |
setUserId(long userId)
Sets the user ID of this journal folder.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this journal folder.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this journal folder.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this journal folder.
|
com.liferay.portal.kernel.model.CacheModel<JournalFolder> |
toCacheModel() |
JournalFolder |
toEscapedModel() |
static JournalFolder |
toModel(JournalFolderSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<JournalFolder> |
toModels(JournalFolderSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long FOLDERID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTFOLDERID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static JournalFolder toModel(JournalFolderSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<JournalFolder> toModels(JournalFolderSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
JournalFolderModel
getPrimaryKey
in interface JournalFolderModel
public void setPrimaryKey(long primaryKey)
JournalFolderModel
setPrimaryKey
in interface JournalFolderModel
primaryKey
- the primary key of this journal folderpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface JournalFolderModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface JournalFolderModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
getModelClass
in interface com.liferay.portal.kernel.model.ContainerModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
getModelClassName
in interface com.liferay.portal.kernel.model.ContainerModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
@JSON public java.lang.String getUuid()
JournalFolderModel
getUuid
in interface JournalFolderModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(java.lang.String uuid)
JournalFolderModel
setUuid
in interface JournalFolderModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this journal folderpublic java.lang.String getOriginalUuid()
@JSON public long getFolderId()
JournalFolderModel
getFolderId
in interface JournalFolderModel
public void setFolderId(long folderId)
JournalFolderModel
setFolderId
in interface JournalFolderModel
folderId
- the folder ID of this journal folderpublic long getOriginalFolderId()
@JSON public long getGroupId()
JournalFolderModel
getGroupId
in interface JournalFolderModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
JournalFolderModel
setGroupId
in interface JournalFolderModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this journal folderpublic long getOriginalGroupId()
@JSON public long getCompanyId()
JournalFolderModel
getCompanyId
in interface JournalFolderModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
JournalFolderModel
setCompanyId
in interface JournalFolderModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this journal folderpublic long getOriginalCompanyId()
@JSON public long getUserId()
JournalFolderModel
getUserId
in interface JournalFolderModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
JournalFolderModel
setUserId
in interface JournalFolderModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this journal folderpublic java.lang.String getUserUuid()
JournalFolderModel
getUserUuid
in interface JournalFolderModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(java.lang.String userUuid)
JournalFolderModel
setUserUuid
in interface JournalFolderModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this journal folder@JSON public java.lang.String getUserName()
JournalFolderModel
getUserName
in interface JournalFolderModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(java.lang.String userName)
JournalFolderModel
setUserName
in interface JournalFolderModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this journal folder@JSON public java.util.Date getCreateDate()
JournalFolderModel
getCreateDate
in interface JournalFolderModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(java.util.Date createDate)
JournalFolderModel
setCreateDate
in interface JournalFolderModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this journal folder@JSON public java.util.Date getModifiedDate()
JournalFolderModel
getModifiedDate
in interface JournalFolderModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
JournalFolderModel
setModifiedDate
in interface JournalFolderModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this journal folder@JSON public long getParentFolderId()
JournalFolderModel
getParentFolderId
in interface JournalFolderModel
public void setParentFolderId(long parentFolderId)
JournalFolderModel
setParentFolderId
in interface JournalFolderModel
parentFolderId
- the parent folder ID of this journal folderpublic long getOriginalParentFolderId()
@JSON public java.lang.String getTreePath()
JournalFolderModel
getTreePath
in interface JournalFolderModel
public void setTreePath(java.lang.String treePath)
JournalFolderModel
setTreePath
in interface JournalFolderModel
treePath
- the tree path of this journal folder@JSON public java.lang.String getName()
JournalFolderModel
getName
in interface JournalFolderModel
public void setName(java.lang.String name)
JournalFolderModel
setName
in interface JournalFolderModel
name
- the name of this journal folderpublic java.lang.String getOriginalName()
@JSON public java.lang.String getDescription()
JournalFolderModel
getDescription
in interface JournalFolderModel
public void setDescription(java.lang.String description)
JournalFolderModel
setDescription
in interface JournalFolderModel
description
- the description of this journal folder@JSON public int getRestrictionType()
JournalFolderModel
getRestrictionType
in interface JournalFolderModel
public void setRestrictionType(int restrictionType)
JournalFolderModel
setRestrictionType
in interface JournalFolderModel
restrictionType
- the restriction type of this journal folder@JSON public java.util.Date getLastPublishDate()
JournalFolderModel
getLastPublishDate
in interface JournalFolderModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(java.util.Date lastPublishDate)
JournalFolderModel
setLastPublishDate
in interface JournalFolderModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this journal folder@JSON public int getStatus()
JournalFolderModel
getStatus
in interface JournalFolderModel
getStatus
in interface com.liferay.portal.kernel.model.TrashedModel
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatus(int status)
JournalFolderModel
setStatus
in interface JournalFolderModel
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
status
- the status of this journal folderpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
JournalFolderModel
getStatusByUserId
in interface JournalFolderModel
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserId(long statusByUserId)
JournalFolderModel
setStatusByUserId
in interface JournalFolderModel
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserId
- the status by user ID of this journal folderpublic java.lang.String getStatusByUserUuid()
JournalFolderModel
getStatusByUserUuid
in interface JournalFolderModel
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
JournalFolderModel
setStatusByUserUuid
in interface JournalFolderModel
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserUuid
- the status by user uuid of this journal folder@JSON public java.lang.String getStatusByUserName()
JournalFolderModel
getStatusByUserName
in interface JournalFolderModel
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserName(java.lang.String statusByUserName)
JournalFolderModel
setStatusByUserName
in interface JournalFolderModel
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserName
- the status by user name of this journal folder@JSON public java.util.Date getStatusDate()
JournalFolderModel
getStatusDate
in interface JournalFolderModel
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusDate(java.util.Date statusDate)
JournalFolderModel
setStatusDate
in interface JournalFolderModel
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusDate
- the status date of this journal folderpublic long getContainerModelId()
JournalFolderModel
getContainerModelId
in interface JournalFolderModel
getContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
public void setContainerModelId(long containerModelId)
JournalFolderModel
setContainerModelId
in interface JournalFolderModel
setContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
containerModelId
- the container model ID of this journal folderpublic long getParentContainerModelId()
JournalFolderModel
getParentContainerModelId
in interface JournalFolderModel
getParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
public void setParentContainerModelId(long parentContainerModelId)
JournalFolderModel
setParentContainerModelId
in interface JournalFolderModel
setParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
parentContainerModelId
- the parent container model ID of this journal folderpublic java.lang.String getContainerModelName()
JournalFolderModel
getContainerModelName
in interface JournalFolderModel
getContainerModelName
in interface com.liferay.portal.kernel.model.ContainerModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public com.liferay.trash.kernel.model.TrashEntry getTrashEntry() throws com.liferay.portal.kernel.exception.PortalException
JournalFolderModel
getTrashEntry
in interface JournalFolderModel
getTrashEntry
in interface com.liferay.portal.kernel.model.TrashedModel
com.liferay.portal.kernel.exception.PortalException
public long getTrashEntryClassPK()
JournalFolderModel
getTrashEntryClassPK
in interface JournalFolderModel
getTrashEntryClassPK
in interface com.liferay.portal.kernel.model.TrashedModel
@Deprecated public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
JournalFolderModel
getTrashHandler
in interface JournalFolderModel
getTrashHandler
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrash()
JournalFolderModel
true
if this journal folder is in the Recycle Bin.isInTrash
in interface JournalFolderModel
isInTrash
in interface com.liferay.portal.kernel.model.TrashedModel
true
if this journal folder is in the Recycle Bin; false
otherwisepublic boolean isInTrashContainer()
JournalFolderModel
true
if the parent of this journal folder is in the Recycle Bin.isInTrashContainer
in interface JournalFolderModel
isInTrashContainer
in interface com.liferay.portal.kernel.model.TrashedModel
true
if the parent of this journal folder is in the Recycle Bin; false
otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly
in interface JournalFolderModel
isInTrashExplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface JournalFolderModel
isInTrashImplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isApproved()
JournalFolderModel
true
if this journal folder is approved.isApproved
in interface JournalFolderModel
isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is approved; false
otherwisepublic boolean isDenied()
JournalFolderModel
true
if this journal folder is denied.isDenied
in interface JournalFolderModel
isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is denied; false
otherwisepublic boolean isDraft()
JournalFolderModel
true
if this journal folder is a draft.isDraft
in interface JournalFolderModel
isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is a draft; false
otherwisepublic boolean isExpired()
JournalFolderModel
true
if this journal folder is expired.isExpired
in interface JournalFolderModel
isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is expired; false
otherwisepublic boolean isInactive()
JournalFolderModel
true
if this journal folder is inactive.isInactive
in interface JournalFolderModel
isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is inactive; false
otherwisepublic boolean isIncomplete()
JournalFolderModel
true
if this journal folder is incomplete.isIncomplete
in interface JournalFolderModel
isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is incomplete; false
otherwisepublic boolean isPending()
JournalFolderModel
true
if this journal folder is pending.isPending
in interface JournalFolderModel
isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is pending; false
otherwisepublic boolean isScheduled()
JournalFolderModel
true
if this journal folder is scheduled.isScheduled
in interface JournalFolderModel
isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this journal folder is scheduled; false
otherwisepublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface JournalFolderModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface JournalFolderModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public JournalFolder toEscapedModel()
toEscapedModel
in interface JournalFolderModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public java.lang.Object clone()
clone
in interface JournalFolderModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public int compareTo(JournalFolder journalFolder)
compareTo
in interface JournalFolderModel
compareTo
in interface java.lang.Comparable<JournalFolder>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface JournalFolderModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public com.liferay.portal.kernel.model.CacheModel<JournalFolder> toCacheModel()
toCacheModel
in interface JournalFolderModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalFolder>
public java.lang.String toString()
toString
in interface JournalFolderModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface JournalFolderModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalFolder>