com.liferay.portlet.blogs.model
Class BlogsEntryWrapper

java.lang.Object
  extended by 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:

Constructor Summary
BlogsEntryWrapper(BlogsEntry blogsEntry)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(BlogsEntry blogsEntry)
           
 boolean getAllowTrackbacks()
           
 long getCompanyId()
           
 java.lang.String getContent()
           
 java.util.Date getCreateDate()
           
 java.util.Date getDisplayDate()
           
 boolean getDraft()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getTitle()
           
 java.lang.String getTrackbacks()
           
 java.lang.String getUrlTitle()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 BlogsEntry getWrappedBlogsEntry()
           
 int hashCode()
           
 boolean isAllowTrackbacks()
           
 boolean isApproved()
           
 boolean isCachedModel()
           
 boolean isDraft()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setAllowTrackbacks(boolean allowTrackbacks)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setContent(java.lang.String content)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDisplayDate(java.util.Date displayDate)
           
 void setDraft(boolean draft)
           
 void setEntryId(long entryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setTitle(java.lang.String title)
           
 void setTrackbacks(java.lang.String trackbacks)
           
 void setUrlTitle(java.lang.String urlTitle)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 BlogsEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogsEntryWrapper

public BlogsEntryWrapper(BlogsEntry blogsEntry)
Method Detail

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.SystemException
Specified by:
getUserUuid in interface BlogsEntryModel
Throws:
com.liferay.portal.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

getDraft

public boolean getDraft()
Specified by:
getDraft in interface BlogsEntryModel

isDraft

public boolean isDraft()
Specified by:
isDraft in interface BlogsEntryModel

setDraft

public void setDraft(boolean draft)
Specified by:
setDraft 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

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

toEscapedModel

public BlogsEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<BlogsEntry>
Specified by:
toEscapedModel in interface BlogsEntryModel

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()