@JSON(strict=true) public class JournalFolderModelImpl extends 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
,
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()
Creates a shallow clone of this model instance.
|
int |
compareTo(JournalFolder journalFolder) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<JournalFolder,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalFolder,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
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()
Returns the primary key of this model instance.
|
int |
getRestrictionType()
Returns the restriction type of this journal folder.
|
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.
|
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.
|
TrashHandler |
getTrashHandler()
Deprecated.
As of Judson (7.1.x), 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()
Returns
true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns
true if this journal folder is expired. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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()
Reset all original fields to current values.
|
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(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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)
Sets the primary key of this model instance.
|
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.
|
CacheModel<JournalFolder> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
JournalFolder |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
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()
Returns the XML representation of this model instance.
|
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()
BaseModel
getPrimaryKeyObj
in interface JournalFolderModel
getPrimaryKeyObj
in interface BaseModel<JournalFolder>
getPrimaryKeyObj
in interface ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface JournalFolderModel
setPrimaryKeyObj
in interface BaseModel<JournalFolder>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instancepublic java.lang.Class<?> getModelClass()
getModelClass
in interface ClassedModel
getModelClass
in interface ContainerModel
public java.lang.String getModelClassName()
getModelClassName
in interface ClassedModel
getModelClassName
in interface ContainerModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface BaseModel<JournalFolder>
getModelAttributes
in class BaseModelImpl<JournalFolder>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface BaseModel<JournalFolder>
setModelAttributes
in class BaseModelImpl<JournalFolder>
public java.util.Map<java.lang.String,java.util.function.Function<JournalFolder,java.lang.Object>> getAttributeGetterFunctions()
public java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalFolder,java.lang.Object>> getAttributeSetterBiConsumers()
@JSON public java.lang.String getUuid()
JournalFolderModel
getUuid
in interface JournalFolderModel
getUuid
in interface StagedModel
public void setUuid(java.lang.String uuid)
JournalFolderModel
setUuid
in interface JournalFolderModel
setUuid
in interface 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 GroupedModel
public void setGroupId(long groupId)
JournalFolderModel
setGroupId
in interface JournalFolderModel
setGroupId
in interface GroupedModel
groupId
- the group ID of this journal folderpublic long getOriginalGroupId()
@JSON public long getCompanyId()
JournalFolderModel
getCompanyId
in interface JournalFolderModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
public void setCompanyId(long companyId)
JournalFolderModel
setCompanyId
in interface JournalFolderModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this journal folderpublic long getOriginalCompanyId()
@JSON public long getUserId()
JournalFolderModel
getUserId
in interface JournalFolderModel
getUserId
in interface AuditedModel
public void setUserId(long userId)
JournalFolderModel
setUserId
in interface JournalFolderModel
setUserId
in interface AuditedModel
userId
- the user ID of this journal folderpublic java.lang.String getUserUuid()
JournalFolderModel
getUserUuid
in interface JournalFolderModel
getUserUuid
in interface AuditedModel
public void setUserUuid(java.lang.String userUuid)
JournalFolderModel
setUserUuid
in interface JournalFolderModel
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this journal folder@JSON public java.lang.String getUserName()
JournalFolderModel
getUserName
in interface JournalFolderModel
getUserName
in interface AuditedModel
public void setUserName(java.lang.String userName)
JournalFolderModel
setUserName
in interface JournalFolderModel
setUserName
in interface AuditedModel
userName
- the user name of this journal folder@JSON public java.util.Date getCreateDate()
JournalFolderModel
getCreateDate
in interface JournalFolderModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
public void setCreateDate(java.util.Date createDate)
JournalFolderModel
setCreateDate
in interface JournalFolderModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this journal folder@JSON public java.util.Date getModifiedDate()
JournalFolderModel
getModifiedDate
in interface JournalFolderModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
JournalFolderModel
setModifiedDate
in interface JournalFolderModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface 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 StagedGroupedModel
public void setLastPublishDate(java.util.Date lastPublishDate)
JournalFolderModel
setLastPublishDate
in interface JournalFolderModel
setLastPublishDate
in interface StagedGroupedModel
lastPublishDate
- the last publish date of this journal folder@JSON public int getStatus()
JournalFolderModel
getStatus
in interface JournalFolderModel
getStatus
in interface TrashedModel
getStatus
in interface WorkflowedModel
public void setStatus(int status)
JournalFolderModel
setStatus
in interface JournalFolderModel
setStatus
in interface WorkflowedModel
status
- the status of this journal folderpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
JournalFolderModel
getStatusByUserId
in interface JournalFolderModel
getStatusByUserId
in interface WorkflowedModel
public void setStatusByUserId(long statusByUserId)
JournalFolderModel
setStatusByUserId
in interface JournalFolderModel
setStatusByUserId
in interface WorkflowedModel
statusByUserId
- the status by user ID of this journal folderpublic java.lang.String getStatusByUserUuid()
JournalFolderModel
getStatusByUserUuid
in interface JournalFolderModel
getStatusByUserUuid
in interface WorkflowedModel
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
JournalFolderModel
setStatusByUserUuid
in interface JournalFolderModel
setStatusByUserUuid
in interface 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 WorkflowedModel
public void setStatusByUserName(java.lang.String statusByUserName)
JournalFolderModel
setStatusByUserName
in interface JournalFolderModel
setStatusByUserName
in interface 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 WorkflowedModel
public void setStatusDate(java.util.Date statusDate)
JournalFolderModel
setStatusDate
in interface JournalFolderModel
setStatusDate
in interface WorkflowedModel
statusDate
- the status date of this journal folderpublic long getContainerModelId()
JournalFolderModel
getContainerModelId
in interface JournalFolderModel
getContainerModelId
in interface ContainerModel
public void setContainerModelId(long containerModelId)
JournalFolderModel
setContainerModelId
in interface JournalFolderModel
setContainerModelId
in interface ContainerModel
containerModelId
- the container model ID of this journal folderpublic long getParentContainerModelId()
JournalFolderModel
getParentContainerModelId
in interface JournalFolderModel
getParentContainerModelId
in interface ContainerModel
public void setParentContainerModelId(long parentContainerModelId)
JournalFolderModel
setParentContainerModelId
in interface JournalFolderModel
setParentContainerModelId
in interface ContainerModel
parentContainerModelId
- the parent container model ID of this journal folderpublic java.lang.String getContainerModelName()
JournalFolderModel
getContainerModelName
in interface JournalFolderModel
getContainerModelName
in interface ContainerModel
public StagedModelType getStagedModelType()
getStagedModelType
in interface StagedModel
public TrashEntry getTrashEntry() throws PortalException
JournalFolderModel
getTrashEntry
in interface JournalFolderModel
getTrashEntry
in interface TrashedModel
PortalException
public long getTrashEntryClassPK()
JournalFolderModel
getTrashEntryClassPK
in interface JournalFolderModel
getTrashEntryClassPK
in interface TrashedModel
@Deprecated public TrashHandler getTrashHandler()
JournalFolderModel
getTrashHandler
in interface JournalFolderModel
getTrashHandler
in interface TrashedModel
public boolean isInTrash()
JournalFolderModel
true
if this journal folder is in the Recycle Bin.isInTrash
in interface JournalFolderModel
isInTrash
in interface 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 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 TrashedModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface JournalFolderModel
isInTrashImplicitly
in interface TrashedModel
public boolean isApproved()
JournalFolderModel
true
if this journal folder is approved.isApproved
in interface JournalFolderModel
isApproved
in interface 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 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 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 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 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 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 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 WorkflowedModel
true
if this journal folder is scheduled; false
otherwisepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface JournalFolderModel
getExpandoBridge
in interface BaseModel<JournalFolder>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in class BaseModelImpl<JournalFolder>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface JournalFolderModel
setExpandoBridgeAttributes
in interface BaseModel<JournalFolder>
setExpandoBridgeAttributes
in class BaseModelImpl<JournalFolder>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public JournalFolder toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface JournalFolderModel
toEscapedModel
in interface BaseModel<JournalFolder>
toEscapedModel
in class BaseModelImpl<JournalFolder>
AutoEscapeBeanHandler
public java.lang.Object clone()
BaseModel
clone
in interface JournalFolderModel
clone
in interface BaseModel<JournalFolder>
clone
in interface StagedModel
clone
in class BaseModelImpl<JournalFolder>
public int compareTo(JournalFolder journalFolder)
compareTo
in interface JournalFolderModel
compareTo
in interface java.lang.Comparable<JournalFolder>
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface JournalFolderModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<JournalFolder>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<JournalFolder>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<JournalFolder>
resetOriginalValues
in class BaseModelImpl<JournalFolder>
public CacheModel<JournalFolder> toCacheModel()
BaseModel
toCacheModel
in interface JournalFolderModel
toCacheModel
in interface BaseModel<JournalFolder>
toCacheModel
in class BaseModelImpl<JournalFolder>
public java.lang.String toString()
toString
in interface JournalFolderModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
BaseModel
toXmlString
in interface JournalFolderModel
toXmlString
in interface BaseModel<JournalFolder>