public class BlogsEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BlogsEntry> implements BlogsEntry, com.liferay.portal.kernel.model.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 |
|---|---|
BlogsEntry |
cloneWithOriginalValues() |
boolean |
getAllowPingbacks()
Returns the allow pingbacks of this blogs entry.
|
boolean |
getAllowTrackbacks()
Returns the allow trackbacks of this blogs entry.
|
java.util.Map<java.lang.String,java.util.function.Function<BlogsEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<BlogsEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this blogs entry.
|
java.lang.String |
getContent()
Returns the content of this blogs entry.
|
java.lang.String |
getCoverImageAlt() |
java.lang.String |
getCoverImageCaption()
Returns the cover image caption of this blogs entry.
|
long |
getCoverImageFileEntryId()
Returns the cover image file entry ID of this blogs entry.
|
java.lang.String |
getCoverImageURL()
Returns the cover image url of this blogs entry.
|
java.lang.String |
getCoverImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.util.Date |
getCreateDate()
Returns the create date of this blogs entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this blogs entry.
|
java.lang.String |
getDescription()
Returns the description of this blogs entry.
|
java.util.Date |
getDisplayDate()
Returns the display date of this blogs entry.
|
long |
getEntryId()
Returns the entry ID of this blogs entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this blogs entry.
|
long |
getGroupId()
Returns the group ID of this blogs entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this blogs entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this blogs entry.
|
long |
getMvccVersion()
Returns the mvcc version of this blogs entry.
|
long |
getPrimaryKey()
Returns the primary key of this blogs entry.
|
boolean |
getSmallImage()
Returns the small image of this blogs entry.
|
java.lang.String |
getSmallImageAlt() |
long |
getSmallImageFileEntryId()
Returns the small image file entry ID of this blogs entry.
|
long |
getSmallImageId()
Returns the small image ID of this blogs entry.
|
java.lang.String |
getSmallImageURL()
Returns the small image url of this blogs entry.
|
java.lang.String |
getSmallImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this blogs entry.
|
long |
getStatusByUserId()
Returns the status by user ID of this blogs entry.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this blogs entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this blogs entry.
|
java.util.Date |
getStatusDate()
Returns the status date of this blogs entry.
|
java.lang.String |
getSubtitle()
Returns the subtitle of this blogs entry.
|
java.lang.String |
getTitle()
Returns the title of this blogs entry.
|
java.lang.String |
getTrackbacks()
Returns the trackbacks of this blogs entry.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this blogs entry.
|
java.lang.String |
getUrlTitle()
Returns the url title of this blogs entry.
|
long |
getUserId()
Returns the user ID of this blogs entry.
|
java.lang.String |
getUserName()
Returns the user name of this blogs entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this blogs entry.
|
java.lang.String |
getUuid()
Returns the uuid of this blogs entry.
|
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 |
isDenied()
Returns
true if this blogs entry is denied. |
boolean |
isDraft()
Returns
true if this blogs entry is a draft. |
boolean |
isExpired()
Returns
true if this blogs entry is expired. |
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 |
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() |
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 |
setCompanyId(long companyId)
Sets the company ID of this blogs entry.
|
void |
setContent(java.lang.String content)
Sets the content of this blogs entry.
|
void |
setCoverImageCaption(java.lang.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(java.lang.String coverImageURL)
Sets the cover image url of this blogs entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this blogs entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this blogs entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this blogs entry.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this blogs entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this blogs entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this blogs entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this blogs entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this blogs entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this blogs entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this blogs entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this blogs entry.
|
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(java.lang.String smallImageType) |
void |
setSmallImageURL(java.lang.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(java.lang.String statusByUserName)
Sets the status by user name of this blogs entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this blogs entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this blogs entry.
|
void |
setSubtitle(java.lang.String subtitle)
Sets the subtitle of this blogs entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this blogs entry.
|
void |
setTrackbacks(java.lang.String trackbacks)
Sets the trackbacks of this blogs entry.
|
void |
setUrlTitle(java.lang.String urlTitle)
Sets the url title of this blogs entry.
|
void |
setUserId(long userId)
Sets the user ID of this blogs entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this blogs entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this blogs entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this blogs entry.
|
java.lang.String |
toXmlString() |
protected BlogsEntryWrapper |
wrap(BlogsEntry blogsEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic BlogsEntryWrapper(BlogsEntry blogsEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>public BlogsEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface BlogsEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>public boolean getAllowPingbacks()
getAllowPingbacks in interface BlogsEntryModelpublic boolean getAllowTrackbacks()
getAllowTrackbacks in interface BlogsEntryModelpublic long getCompanyId()
getCompanyId in interface BlogsEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getContent()
getContent in interface BlogsEntryModelpublic java.lang.String getCoverImageAlt()
throws com.liferay.portal.kernel.exception.PortalException
getCoverImageAlt in interface BlogsEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCoverImageCaption()
getCoverImageCaption in interface BlogsEntryModelpublic long getCoverImageFileEntryId()
getCoverImageFileEntryId in interface BlogsEntryModelpublic java.lang.String getCoverImageURL()
getCoverImageURL in interface BlogsEntryModelpublic java.lang.String getCoverImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getCoverImageURL in interface BlogsEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getCreateDate()
getCreateDate in interface BlogsEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface BlogsEntryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>public java.lang.String getDescription()
getDescription in interface BlogsEntryModelpublic java.util.Date getDisplayDate()
getDisplayDate in interface BlogsEntryModelpublic long getEntryId()
getEntryId in interface BlogsEntryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface BlogsEntryModelgetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelpublic long getGroupId()
getGroupId in interface BlogsEntryModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface BlogsEntryModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface BlogsEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface BlogsEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface BlogsEntryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>public boolean getSmallImage()
getSmallImage in interface BlogsEntryModelpublic java.lang.String getSmallImageAlt()
throws com.liferay.portal.kernel.exception.PortalException
getSmallImageAlt in interface BlogsEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic long getSmallImageFileEntryId()
getSmallImageFileEntryId in interface BlogsEntryModelpublic long getSmallImageId()
getSmallImageId in interface BlogsEntryModelpublic java.lang.String getSmallImageURL()
getSmallImageURL in interface BlogsEntryModelpublic java.lang.String getSmallImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getSmallImageURL in interface BlogsEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic int getStatus()
getStatus in interface BlogsEntryModelgetStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface BlogsEntryModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface BlogsEntryModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface BlogsEntryModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface BlogsEntryModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getSubtitle()
getSubtitle in interface BlogsEntryModelpublic java.lang.String getTitle()
getTitle in interface BlogsEntryModelpublic java.lang.String getTrackbacks()
getTrackbacks in interface BlogsEntryModelpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface BlogsEntryModelgetTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelpublic java.lang.String getUrlTitle()
getUrlTitle in interface BlogsEntryModelpublic long getUserId()
getUserId in interface BlogsEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface BlogsEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface BlogsEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface BlogsEntryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isAllowPingbacks()
true if this blogs entry is allow pingbacks.isAllowPingbacks in interface BlogsEntryModeltrue if this blogs entry is allow pingbacks; false otherwisepublic boolean isAllowTrackbacks()
true if this blogs entry is allow trackbacks.isAllowTrackbacks in interface BlogsEntryModeltrue if this blogs entry is allow trackbacks; false otherwisepublic boolean isApproved()
true if this blogs entry is approved.isApproved in interface BlogsEntryModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is approved; false otherwisepublic boolean isDenied()
true if this blogs entry is denied.isDenied in interface BlogsEntryModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is denied; false otherwisepublic boolean isDraft()
true if this blogs entry is a draft.isDraft in interface BlogsEntryModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is a draft; false otherwisepublic boolean isExpired()
true if this blogs entry is expired.isExpired in interface BlogsEntryModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is expired; false otherwisepublic boolean isInactive()
true if this blogs entry is inactive.isInactive in interface BlogsEntryModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is inactive; false otherwisepublic boolean isIncomplete()
true if this blogs entry is incomplete.isIncomplete in interface BlogsEntryModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is incomplete; false otherwisepublic boolean isInTrash()
true if this blogs entry is in the Recycle Bin.isInTrash in interface BlogsEntryModelisInTrash in interface com.liferay.portal.kernel.model.TrashedModeltrue if this blogs entry is in the Recycle Bin; false otherwisepublic boolean isPending()
true if this blogs entry is pending.isPending in interface BlogsEntryModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is pending; false otherwisepublic boolean isScheduled()
true if this blogs entry is scheduled.isScheduled in interface BlogsEntryModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is scheduled; false otherwisepublic boolean isSmallImage()
true if this blogs entry is small image.isSmallImage in interface BlogsEntryModeltrue if this blogs entry is small image; false otherwisepublic boolean isVisible()
isVisible in interface BlogsEntrypublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAllowPingbacks(boolean allowPingbacks)
setAllowPingbacks in interface BlogsEntryModelallowPingbacks - the allow pingbacks of this blogs entrypublic void setAllowTrackbacks(boolean allowTrackbacks)
setAllowTrackbacks in interface BlogsEntryModelallowTrackbacks - the allow trackbacks of this blogs entrypublic void setCompanyId(long companyId)
setCompanyId in interface BlogsEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this blogs entrypublic void setContent(java.lang.String content)
setContent in interface BlogsEntryModelcontent - the content of this blogs entrypublic void setCoverImageCaption(java.lang.String coverImageCaption)
setCoverImageCaption in interface BlogsEntryModelcoverImageCaption - the cover image caption of this blogs entrypublic void setCoverImageFileEntryId(long coverImageFileEntryId)
setCoverImageFileEntryId in interface BlogsEntryModelcoverImageFileEntryId - the cover image file entry ID of this blogs entrypublic void setCoverImageURL(java.lang.String coverImageURL)
setCoverImageURL in interface BlogsEntryModelcoverImageURL - the cover image url of this blogs entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface BlogsEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this blogs entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface BlogsEntryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>ctCollectionId - the ct collection ID of this blogs entrypublic void setDescription(java.lang.String description)
setDescription in interface BlogsEntryModeldescription - the description of this blogs entrypublic void setDisplayDate(java.util.Date displayDate)
setDisplayDate in interface BlogsEntryModeldisplayDate - the display date of this blogs entrypublic void setEntryId(long entryId)
setEntryId in interface BlogsEntryModelentryId - the entry ID of this blogs entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface BlogsEntryModelsetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code of this blogs entrypublic void setGroupId(long groupId)
setGroupId in interface BlogsEntryModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this blogs entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface BlogsEntryModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this blogs entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface BlogsEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this blogs entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface BlogsEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this blogs entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface BlogsEntryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>primaryKey - the primary key of this blogs entrypublic void setSmallImage(boolean smallImage)
setSmallImage in interface BlogsEntryModelsmallImage - the small image of this blogs entrypublic void setSmallImageFileEntryId(long smallImageFileEntryId)
setSmallImageFileEntryId in interface BlogsEntryModelsmallImageFileEntryId - the small image file entry ID of this blogs entrypublic void setSmallImageId(long smallImageId)
setSmallImageId in interface BlogsEntryModelsmallImageId - the small image ID of this blogs entrypublic void setSmallImageType(java.lang.String smallImageType)
setSmallImageType in interface BlogsEntrypublic void setSmallImageURL(java.lang.String smallImageURL)
setSmallImageURL in interface BlogsEntryModelsmallImageURL - the small image url of this blogs entrypublic void setStatus(int status)
setStatus in interface BlogsEntryModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this blogs entrypublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface BlogsEntryModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this blogs entrypublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface BlogsEntryModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this blogs entrypublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface BlogsEntryModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this blogs entrypublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface BlogsEntryModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this blogs entrypublic void setSubtitle(java.lang.String subtitle)
setSubtitle in interface BlogsEntryModelsubtitle - the subtitle of this blogs entrypublic void setTitle(java.lang.String title)
setTitle in interface BlogsEntryModeltitle - the title of this blogs entrypublic void setTrackbacks(java.lang.String trackbacks)
setTrackbacks in interface BlogsEntryModeltrackbacks - the trackbacks of this blogs entrypublic void setUrlTitle(java.lang.String urlTitle)
setUrlTitle in interface BlogsEntryModelurlTitle - the url title of this blogs entrypublic void setUserId(long userId)
setUserId in interface BlogsEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this blogs entrypublic void setUserName(java.lang.String userName)
setUserName in interface BlogsEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this blogs entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface BlogsEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this blogs entrypublic void setUuid(java.lang.String uuid)
setUuid in interface BlogsEntryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this blogs entrypublic java.lang.String toXmlString()
toXmlString in interface BlogsEntryModelpublic java.util.Map<java.lang.String,java.util.function.Function<BlogsEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<BlogsEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected BlogsEntryWrapper wrap(BlogsEntry blogsEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BlogsEntry>