@ProviderType public class BlogsEntryWrapper extends Object implements BlogsEntry, ModelWrapper<BlogsEntry>
This class is a wrapper for BlogsEntry
.
BlogsEntry
,
Serialized FormENTRY_ID_ACCESSOR
Constructor and Description |
---|
BlogsEntryWrapper(BlogsEntry blogsEntry) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(BlogsEntry blogsEntry) |
boolean |
equals(Object obj) |
boolean |
getAllowPingbacks()
Returns the allow pingbacks of this blogs entry.
|
boolean |
getAllowTrackbacks()
Returns the allow trackbacks of this blogs entry.
|
long |
getCompanyId()
Returns the company ID of this blogs entry.
|
String |
getContent()
Returns the content of this blogs entry.
|
String |
getCoverImageCaption()
Returns the cover image caption of this blogs entry.
|
long |
getCoverImageFileEntryId()
Returns the cover image file entry ID of this blogs entry.
|
String |
getCoverImageURL()
Returns the cover image url of this blogs entry.
|
String |
getCoverImageURL(ThemeDisplay themeDisplay) |
Date |
getCreateDate()
Returns the create date of this blogs entry.
|
String |
getDescription()
Returns the description of this blogs entry.
|
Date |
getDisplayDate()
Returns the display date of this blogs entry.
|
long |
getEntryId()
Returns the entry ID of this blogs entry.
|
String |
getEntryImageURL(ThemeDisplay themeDisplay)
Deprecated.
As of 7.0.0, replaced by
getSmallImageURL(ThemeDisplay) |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this blogs entry.
|
Date |
getLastPublishDate()
Returns the last publish date of this blogs entry.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate()
Returns the modified date of this blogs entry.
|
long |
getPrimaryKey()
Returns the primary key of this blogs entry.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
boolean |
getSmallImage()
Returns the small image of this blogs entry.
|
long |
getSmallImageFileEntryId()
Returns the small image file entry ID of this blogs entry.
|
long |
getSmallImageId()
Returns the small image ID of this blogs entry.
|
String |
getSmallImageType() |
String |
getSmallImageURL()
Returns the small image url of this blogs entry.
|
String |
getSmallImageURL(ThemeDisplay themeDisplay) |
StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this blogs entry.
|
long |
getStatusByUserId()
Returns the status by user ID of this blogs entry.
|
String |
getStatusByUserName()
Returns the status by user name of this blogs entry.
|
String |
getStatusByUserUuid()
Returns the status by user uuid of this blogs entry.
|
Date |
getStatusDate()
Returns the status date of this blogs entry.
|
String |
getSubtitle()
Returns the subtitle of this blogs entry.
|
String |
getTitle()
Returns the title of this blogs entry.
|
String |
getTrackbacks()
Returns the trackbacks of this blogs entry.
|
TrashEntry |
getTrashEntry()
Returns the trash entry created when this blogs entry was moved to the Recycle Bin.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this blogs entry.
|
TrashHandler |
getTrashHandler()
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
getUrlTitle()
Returns the url title of this blogs entry.
|
long |
getUserId()
Returns the user ID of this blogs entry.
|
String |
getUserName()
Returns the user name of this blogs entry.
|
String |
getUserUuid()
Returns the user uuid of this blogs entry.
|
String |
getUuid()
Returns the uuid of this blogs entry.
|
BlogsEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isAllowPingbacks()
Returns
true if this blogs entry is allow pingbacks. |
boolean |
isAllowTrackbacks()
Returns
true if this blogs entry is allow trackbacks. |
boolean |
isApproved()
Returns
true if this blogs entry is approved. |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isDenied()
Returns
true if this blogs entry is denied. |
boolean |
isDraft()
Returns
true if this blogs entry is a draft. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isExpired()
Returns
true if this blogs entry is expired. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isInactive()
Returns
true if this blogs entry is inactive. |
boolean |
isIncomplete()
Returns
true if this blogs entry is incomplete. |
boolean |
isInTrash()
Returns
true if this blogs entry is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns
true if the parent of this blogs entry is in the Recycle Bin. |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Returns
true if this blogs entry is pending. |
boolean |
isScheduled()
Returns
true if this blogs entry is scheduled. |
boolean |
isSmallImage()
Returns
true if this blogs entry is small image. |
boolean |
isVisible() |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setAllowPingbacks(boolean allowPingbacks)
Sets whether this blogs entry is allow pingbacks.
|
void |
setAllowTrackbacks(boolean allowTrackbacks)
Sets whether this blogs entry is allow trackbacks.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this blogs entry.
|
void |
setContent(String content)
Sets the content of this blogs entry.
|
void |
setCoverImageCaption(String coverImageCaption)
Sets the cover image caption of this blogs entry.
|
void |
setCoverImageFileEntryId(long coverImageFileEntryId)
Sets the cover image file entry ID of this blogs entry.
|
void |
setCoverImageURL(String coverImageURL)
Sets the cover image url of this blogs entry.
|
void |
setCreateDate(Date createDate)
Sets the create date of this blogs entry.
|
void |
setDescription(String description)
Sets the description of this blogs entry.
|
void |
setDisplayDate(Date displayDate)
Sets the display date of this blogs entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this blogs entry.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this blogs entry.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this blogs entry.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this blogs entry.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this blogs entry.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setSmallImage(boolean smallImage)
Sets whether this blogs entry is small image.
|
void |
setSmallImageFileEntryId(long smallImageFileEntryId)
Sets the small image file entry ID of this blogs entry.
|
void |
setSmallImageId(long smallImageId)
Sets the small image ID of this blogs entry.
|
void |
setSmallImageType(String smallImageType) |
void |
setSmallImageURL(String smallImageURL)
Sets the small image url of this blogs entry.
|
void |
setStatus(int status)
Sets the status of this blogs entry.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this blogs entry.
|
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this blogs entry.
|
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this blogs entry.
|
void |
setStatusDate(Date statusDate)
Sets the status date of this blogs entry.
|
void |
setSubtitle(String subtitle)
Sets the subtitle of this blogs entry.
|
void |
setTitle(String title)
Sets the title of this blogs entry.
|
void |
setTrackbacks(String trackbacks)
Sets the trackbacks of this blogs entry.
|
void |
setUrlTitle(String urlTitle)
Sets the url title of this blogs entry.
|
void |
setUserId(long userId)
Sets the user ID of this blogs entry.
|
void |
setUserName(String userName)
Sets the user name of this blogs entry.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this blogs entry.
|
void |
setUuid(String uuid)
Sets the uuid of this blogs entry.
|
CacheModel<BlogsEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
BlogsEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString() |
BlogsEntry |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public BlogsEntryWrapper(BlogsEntry blogsEntry)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<BlogsEntry>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<BlogsEntry>
public Object clone()
BaseModel
clone
in interface BlogsEntryModel
clone
in interface BaseModel<BlogsEntry>
clone
in interface StagedModel
clone
in class Object
public int compareTo(BlogsEntry blogsEntry)
compareTo
in interface BlogsEntryModel
compareTo
in interface Comparable<BlogsEntry>
public boolean getAllowPingbacks()
getAllowPingbacks
in interface BlogsEntryModel
public boolean getAllowTrackbacks()
getAllowTrackbacks
in interface BlogsEntryModel
public long getCompanyId()
getCompanyId
in interface BlogsEntryModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
public String getContent()
getContent
in interface BlogsEntryModel
public String getCoverImageCaption()
getCoverImageCaption
in interface BlogsEntryModel
public long getCoverImageFileEntryId()
getCoverImageFileEntryId
in interface BlogsEntryModel
public String getCoverImageURL()
getCoverImageURL
in interface BlogsEntryModel
public String getCoverImageURL(ThemeDisplay themeDisplay) throws PortalException
getCoverImageURL
in interface BlogsEntry
PortalException
public Date getCreateDate()
getCreateDate
in interface BlogsEntryModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
public String getDescription()
getDescription
in interface BlogsEntryModel
public Date getDisplayDate()
getDisplayDate
in interface BlogsEntryModel
public long getEntryId()
getEntryId
in interface BlogsEntryModel
@Deprecated public String getEntryImageURL(ThemeDisplay themeDisplay)
getSmallImageURL(ThemeDisplay)
getEntryImageURL
in interface BlogsEntry
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BlogsEntryModel
getExpandoBridge
in interface BaseModel<BlogsEntry>
getExpandoBridge
in interface ClassedModel
public long getGroupId()
getGroupId
in interface BlogsEntryModel
getGroupId
in interface GroupedModel
public Date getLastPublishDate()
getLastPublishDate
in interface BlogsEntryModel
getLastPublishDate
in interface StagedGroupedModel
public Date getModifiedDate()
getModifiedDate
in interface BlogsEntryModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
public long getPrimaryKey()
getPrimaryKey
in interface BlogsEntryModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BlogsEntryModel
getPrimaryKeyObj
in interface BaseModel<BlogsEntry>
getPrimaryKeyObj
in interface ClassedModel
public boolean getSmallImage()
getSmallImage
in interface BlogsEntryModel
public long getSmallImageFileEntryId()
getSmallImageFileEntryId
in interface BlogsEntryModel
public long getSmallImageId()
getSmallImageId
in interface BlogsEntryModel
public String getSmallImageType() throws PortalException
getSmallImageType
in interface BlogsEntry
PortalException
public String getSmallImageURL()
getSmallImageURL
in interface BlogsEntryModel
public String getSmallImageURL(ThemeDisplay themeDisplay) throws PortalException
getSmallImageURL
in interface BlogsEntry
PortalException
public int getStatus()
getStatus
in interface BlogsEntryModel
getStatus
in interface TrashedModel
getStatus
in interface WorkflowedModel
public long getStatusByUserId()
getStatusByUserId
in interface BlogsEntryModel
getStatusByUserId
in interface WorkflowedModel
public String getStatusByUserName()
getStatusByUserName
in interface BlogsEntryModel
getStatusByUserName
in interface WorkflowedModel
public String getStatusByUserUuid()
getStatusByUserUuid
in interface BlogsEntryModel
getStatusByUserUuid
in interface WorkflowedModel
public Date getStatusDate()
getStatusDate
in interface BlogsEntryModel
getStatusDate
in interface WorkflowedModel
public String getSubtitle()
getSubtitle
in interface BlogsEntryModel
public String getTitle()
getTitle
in interface BlogsEntryModel
public String getTrackbacks()
getTrackbacks
in interface BlogsEntryModel
public TrashEntry getTrashEntry() throws PortalException
getTrashEntry
in interface BlogsEntryModel
getTrashEntry
in interface TrashedModel
PortalException
public long getTrashEntryClassPK()
getTrashEntryClassPK
in interface BlogsEntryModel
getTrashEntryClassPK
in interface TrashedModel
@Deprecated public TrashHandler getTrashHandler()
getTrashHandler
in interface BlogsEntryModel
getTrashHandler
in interface TrashedModel
public String getUrlTitle()
getUrlTitle
in interface BlogsEntryModel
public long getUserId()
getUserId
in interface BlogsEntryModel
getUserId
in interface AuditedModel
public String getUserName()
getUserName
in interface BlogsEntryModel
getUserName
in interface AuditedModel
public String getUserUuid()
getUserUuid
in interface BlogsEntryModel
getUserUuid
in interface AuditedModel
public String getUuid()
getUuid
in interface BlogsEntryModel
getUuid
in interface StagedModel
public int hashCode()
hashCode
in interface BlogsEntryModel
hashCode
in class Object
public boolean isAllowPingbacks()
true
if this blogs entry is allow pingbacks.isAllowPingbacks
in interface BlogsEntryModel
true
if this blogs entry is allow pingbacks; false
otherwisepublic boolean isAllowTrackbacks()
true
if this blogs entry is allow trackbacks.isAllowTrackbacks
in interface BlogsEntryModel
true
if this blogs entry is allow trackbacks; false
otherwisepublic boolean isApproved()
true
if this blogs entry is approved.isApproved
in interface BlogsEntryModel
isApproved
in interface WorkflowedModel
true
if this blogs entry is approved; false
otherwisepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BlogsEntryModel
isCachedModel
in interface BaseModel<BlogsEntry>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isDenied()
true
if this blogs entry is denied.isDenied
in interface BlogsEntryModel
isDenied
in interface WorkflowedModel
true
if this blogs entry is denied; false
otherwisepublic boolean isDraft()
true
if this blogs entry is a draft.isDraft
in interface BlogsEntryModel
isDraft
in interface WorkflowedModel
true
if this blogs entry is a draft; false
otherwisepublic boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BlogsEntryModel
isEscapedModel
in interface BaseModel<BlogsEntry>
true
if this model instance is escaped;
false
otherwisepublic boolean isExpired()
true
if this blogs entry is expired.isExpired
in interface BlogsEntryModel
isExpired
in interface WorkflowedModel
true
if this blogs entry is expired; false
otherwisepublic boolean isInactive()
true
if this blogs entry is inactive.isInactive
in interface BlogsEntryModel
isInactive
in interface WorkflowedModel
true
if this blogs entry is inactive; false
otherwisepublic boolean isIncomplete()
true
if this blogs entry is incomplete.isIncomplete
in interface BlogsEntryModel
isIncomplete
in interface WorkflowedModel
true
if this blogs entry is incomplete; false
otherwisepublic boolean isInTrash()
true
if this blogs entry is in the Recycle Bin.isInTrash
in interface BlogsEntryModel
isInTrash
in interface TrashedModel
true
if this blogs entry is in the Recycle Bin; false
otherwisepublic boolean isInTrashContainer()
true
if the parent of this blogs entry is in the Recycle Bin.isInTrashContainer
in interface BlogsEntryModel
isInTrashContainer
in interface TrashedModel
true
if the parent of this blogs entry is in the Recycle Bin; false
otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly
in interface BlogsEntryModel
isInTrashExplicitly
in interface TrashedModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface BlogsEntryModel
isInTrashImplicitly
in interface TrashedModel
public boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BlogsEntryModel
isNew
in interface BaseModel<BlogsEntry>
true
if this model instance does not yet exist in
the database; false
otherwisepublic boolean isPending()
true
if this blogs entry is pending.isPending
in interface BlogsEntryModel
isPending
in interface WorkflowedModel
true
if this blogs entry is pending; false
otherwisepublic boolean isScheduled()
true
if this blogs entry is scheduled.isScheduled
in interface BlogsEntryModel
isScheduled
in interface WorkflowedModel
true
if this blogs entry is scheduled; false
otherwisepublic boolean isSmallImage()
true
if this blogs entry is small image.isSmallImage
in interface BlogsEntryModel
true
if this blogs entry is small image; false
otherwisepublic boolean isVisible()
isVisible
in interface BlogsEntry
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setAllowPingbacks(boolean allowPingbacks)
setAllowPingbacks
in interface BlogsEntryModel
allowPingbacks
- the allow pingbacks of this blogs entrypublic void setAllowTrackbacks(boolean allowTrackbacks)
setAllowTrackbacks
in interface BlogsEntryModel
allowTrackbacks
- the allow trackbacks of this blogs entrypublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BlogsEntryModel
setCachedModel
in interface BaseModel<BlogsEntry>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setCompanyId(long companyId)
setCompanyId
in interface BlogsEntryModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this blogs entrypublic void setContent(String content)
setContent
in interface BlogsEntryModel
content
- the content of this blogs entrypublic void setCoverImageCaption(String coverImageCaption)
setCoverImageCaption
in interface BlogsEntryModel
coverImageCaption
- the cover image caption of this blogs entrypublic void setCoverImageFileEntryId(long coverImageFileEntryId)
setCoverImageFileEntryId
in interface BlogsEntryModel
coverImageFileEntryId
- the cover image file entry ID of this blogs entrypublic void setCoverImageURL(String coverImageURL)
setCoverImageURL
in interface BlogsEntryModel
coverImageURL
- the cover image url of this blogs entrypublic void setCreateDate(Date createDate)
setCreateDate
in interface BlogsEntryModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this blogs entrypublic void setDescription(String description)
setDescription
in interface BlogsEntryModel
description
- the description of this blogs entrypublic void setDisplayDate(Date displayDate)
setDisplayDate
in interface BlogsEntryModel
displayDate
- the display date of this blogs entrypublic void setEntryId(long entryId)
setEntryId
in interface BlogsEntryModel
entryId
- the entry ID of this blogs entrypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BlogsEntryModel
setExpandoBridgeAttributes
in interface BaseModel<BlogsEntry>
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BlogsEntryModel
setExpandoBridgeAttributes
in interface BaseModel<BlogsEntry>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BlogsEntryModel
setExpandoBridgeAttributes
in interface BaseModel<BlogsEntry>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setGroupId(long groupId)
setGroupId
in interface BlogsEntryModel
setGroupId
in interface GroupedModel
groupId
- the group ID of this blogs entrypublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface BlogsEntryModel
setLastPublishDate
in interface StagedGroupedModel
lastPublishDate
- the last publish date of this blogs entrypublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface BlogsEntryModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this blogs entrypublic void setNew(boolean n)
BaseModel
setNew
in interface BlogsEntryModel
setNew
in interface BaseModel<BlogsEntry>
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface BlogsEntryModel
primaryKey
- the primary key of this blogs entrypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BlogsEntryModel
setPrimaryKeyObj
in interface BaseModel<BlogsEntry>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instancepublic void setSmallImage(boolean smallImage)
setSmallImage
in interface BlogsEntryModel
smallImage
- the small image of this blogs entrypublic void setSmallImageFileEntryId(long smallImageFileEntryId)
setSmallImageFileEntryId
in interface BlogsEntryModel
smallImageFileEntryId
- the small image file entry ID of this blogs entrypublic void setSmallImageId(long smallImageId)
setSmallImageId
in interface BlogsEntryModel
smallImageId
- the small image ID of this blogs entrypublic void setSmallImageType(String smallImageType)
setSmallImageType
in interface BlogsEntry
public void setSmallImageURL(String smallImageURL)
setSmallImageURL
in interface BlogsEntryModel
smallImageURL
- the small image url of this blogs entrypublic void setStatus(int status)
setStatus
in interface BlogsEntryModel
setStatus
in interface WorkflowedModel
status
- the status of this blogs entrypublic void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface BlogsEntryModel
setStatusByUserId
in interface WorkflowedModel
statusByUserId
- the status by user ID of this blogs entrypublic void setStatusByUserName(String statusByUserName)
setStatusByUserName
in interface BlogsEntryModel
setStatusByUserName
in interface WorkflowedModel
statusByUserName
- the status by user name of this blogs entrypublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid
in interface BlogsEntryModel
setStatusByUserUuid
in interface WorkflowedModel
statusByUserUuid
- the status by user uuid of this blogs entrypublic void setStatusDate(Date statusDate)
setStatusDate
in interface BlogsEntryModel
setStatusDate
in interface WorkflowedModel
statusDate
- the status date of this blogs entrypublic void setSubtitle(String subtitle)
setSubtitle
in interface BlogsEntryModel
subtitle
- the subtitle of this blogs entrypublic void setTitle(String title)
setTitle
in interface BlogsEntryModel
title
- the title of this blogs entrypublic void setTrackbacks(String trackbacks)
setTrackbacks
in interface BlogsEntryModel
trackbacks
- the trackbacks of this blogs entrypublic void setUrlTitle(String urlTitle)
setUrlTitle
in interface BlogsEntryModel
urlTitle
- the url title of this blogs entrypublic void setUserId(long userId)
setUserId
in interface BlogsEntryModel
setUserId
in interface AuditedModel
userId
- the user ID of this blogs entrypublic void setUserName(String userName)
setUserName
in interface BlogsEntryModel
setUserName
in interface AuditedModel
userName
- the user name of this blogs entrypublic void setUserUuid(String userUuid)
setUserUuid
in interface BlogsEntryModel
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this blogs entrypublic void setUuid(String uuid)
setUuid
in interface BlogsEntryModel
setUuid
in interface StagedModel
uuid
- the uuid of this blogs entrypublic CacheModel<BlogsEntry> toCacheModel()
BaseModel
toCacheModel
in interface BlogsEntryModel
toCacheModel
in interface BaseModel<BlogsEntry>
public BlogsEntry toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BlogsEntryModel
toEscapedModel
in interface BaseModel<BlogsEntry>
AutoEscapeBeanHandler
public String toString()
toString
in interface BlogsEntryModel
toString
in class Object
public BlogsEntry toUnescapedModel()
toUnescapedModel
in interface BlogsEntryModel
toUnescapedModel
in interface BaseModel<BlogsEntry>
public String toXmlString()
BaseModel
toXmlString
in interface BlogsEntryModel
toXmlString
in interface BaseModel<BlogsEntry>
public boolean equals(Object obj)
equals
in class Object
public StagedModelType getStagedModelType()
getStagedModelType
in interface StagedModel
public BlogsEntry getWrappedModel()
getWrappedModel
in interface ModelWrapper<BlogsEntry>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<BlogsEntry>
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<BlogsEntry>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<BlogsEntry>