com.liferay.portlet.blogs.model
Class BlogsEntryWrapper
java.lang.Object
com.liferay.portlet.blogs.model.BlogsEntryWrapper
- All Implemented Interfaces:
- BaseModel<BlogsEntry>, BlogsEntry, BlogsEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BlogsEntry>
public class BlogsEntryWrapper
- extends java.lang.Object
- implements BlogsEntry
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BlogsEntry.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsEntry,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
BlogsEntryWrapper
public BlogsEntryWrapper(BlogsEntry blogsEntry)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface BlogsEntryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface BlogsEntryModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid in interface BlogsEntryModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid in interface BlogsEntryModel
getEntryId
public long getEntryId()
- Specified by:
getEntryId in interface BlogsEntryModel
setEntryId
public void setEntryId(long entryId)
- Specified by:
setEntryId in interface BlogsEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface BlogsEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface BlogsEntryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface BlogsEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface BlogsEntryModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface BlogsEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface BlogsEntryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface BlogsEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface BlogsEntryModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface BlogsEntryModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface BlogsEntryModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface BlogsEntryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface BlogsEntryModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface BlogsEntryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface BlogsEntryModel
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface BlogsEntryModel
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface BlogsEntryModel
getUrlTitle
public java.lang.String getUrlTitle()
- Specified by:
getUrlTitle in interface BlogsEntryModel
setUrlTitle
public void setUrlTitle(java.lang.String urlTitle)
- Specified by:
setUrlTitle in interface BlogsEntryModel
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface BlogsEntryModel
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent in interface BlogsEntryModel
getDisplayDate
public java.util.Date getDisplayDate()
- Specified by:
getDisplayDate in interface BlogsEntryModel
setDisplayDate
public void setDisplayDate(java.util.Date displayDate)
- Specified by:
setDisplayDate in interface BlogsEntryModel
getAllowPingbacks
public boolean getAllowPingbacks()
- Specified by:
getAllowPingbacks in interface BlogsEntryModel
isAllowPingbacks
public boolean isAllowPingbacks()
- Specified by:
isAllowPingbacks in interface BlogsEntryModel
setAllowPingbacks
public void setAllowPingbacks(boolean allowPingbacks)
- Specified by:
setAllowPingbacks in interface BlogsEntryModel
getAllowTrackbacks
public boolean getAllowTrackbacks()
- Specified by:
getAllowTrackbacks in interface BlogsEntryModel
isAllowTrackbacks
public boolean isAllowTrackbacks()
- Specified by:
isAllowTrackbacks in interface BlogsEntryModel
setAllowTrackbacks
public void setAllowTrackbacks(boolean allowTrackbacks)
- Specified by:
setAllowTrackbacks in interface BlogsEntryModel
getTrackbacks
public java.lang.String getTrackbacks()
- Specified by:
getTrackbacks in interface BlogsEntryModel
setTrackbacks
public void setTrackbacks(java.lang.String trackbacks)
- Specified by:
setTrackbacks in interface BlogsEntryModel
getStatus
public int getStatus()
- Specified by:
getStatus in interface BlogsEntryModel
setStatus
public void setStatus(int status)
- Specified by:
setStatus in interface BlogsEntryModel
getStatusByUserId
public long getStatusByUserId()
- Specified by:
getStatusByUserId in interface BlogsEntryModel
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
- Specified by:
setStatusByUserId in interface BlogsEntryModel
getStatusByUserUuid
public java.lang.String getStatusByUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatusByUserUuid in interface BlogsEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setStatusByUserUuid
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
- Specified by:
setStatusByUserUuid in interface BlogsEntryModel
getStatusByUserName
public java.lang.String getStatusByUserName()
- Specified by:
getStatusByUserName in interface BlogsEntryModel
setStatusByUserName
public void setStatusByUserName(java.lang.String statusByUserName)
- Specified by:
setStatusByUserName in interface BlogsEntryModel
getStatusDate
public java.util.Date getStatusDate()
- Specified by:
getStatusDate in interface BlogsEntryModel
setStatusDate
public void setStatusDate(java.util.Date statusDate)
- Specified by:
setStatusDate in interface BlogsEntryModel
toEscapedModel
public BlogsEntry toEscapedModel()
- Specified by:
toEscapedModel in interface BlogsEntryModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<BlogsEntry>- Specified by:
isNew in interface BlogsEntryModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<BlogsEntry>- Specified by:
setNew in interface BlogsEntryModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<BlogsEntry>- Specified by:
isCachedModel in interface BlogsEntryModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<BlogsEntry>- Specified by:
setCachedModel in interface BlogsEntryModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<BlogsEntry>- Specified by:
isEscapedModel in interface BlogsEntryModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<BlogsEntry>- Specified by:
setEscapedModel in interface BlogsEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<BlogsEntry>- Specified by:
getPrimaryKeyObj in interface BlogsEntryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<BlogsEntry>- Specified by:
getExpandoBridge in interface BlogsEntryModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>- Specified by:
setExpandoBridgeAttributes in interface BlogsEntryModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<BlogsEntry>- Specified by:
clone in interface BlogsEntryModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(BlogsEntry blogsEntry)
- Specified by:
compareTo in interface BlogsEntryModel- Specified by:
compareTo in interface java.lang.Comparable<BlogsEntry>
hashCode
public int hashCode()
- Specified by:
hashCode in interface BlogsEntryModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface BlogsEntryModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<BlogsEntry>- Specified by:
toXmlString in interface BlogsEntryModel
isApproved
public boolean isApproved()
- Specified by:
isApproved in interface BlogsEntry
getWrappedBlogsEntry
public BlogsEntry getWrappedBlogsEntry()