com.liferay.portlet.wiki.model
Class WikiPageWrapper
java.lang.Object
com.liferay.portlet.wiki.model.WikiPageWrapper
- All Implemented Interfaces:
- BaseModel<WikiPage>, WikiPage, WikiPageModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WikiPage>
public class WikiPageWrapper
- extends java.lang.Object
- implements WikiPage
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WikiPage
.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPage
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
WikiPageWrapper
public WikiPageWrapper(WikiPage wikiPage)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface WikiPageModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface WikiPageModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid
in interface WikiPageModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid
in interface WikiPageModel
getPageId
public long getPageId()
- Specified by:
getPageId
in interface WikiPageModel
setPageId
public void setPageId(long pageId)
- Specified by:
setPageId
in interface WikiPageModel
getResourcePrimKey
public long getResourcePrimKey()
- Specified by:
getResourcePrimKey
in interface WikiPageModel
setResourcePrimKey
public void setResourcePrimKey(long resourcePrimKey)
- Specified by:
setResourcePrimKey
in interface WikiPageModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface WikiPageModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface WikiPageModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface WikiPageModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface WikiPageModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface WikiPageModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface WikiPageModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Specified by:
getUserUuid
in interface WikiPageModel
- Throws:
com.liferay.portal.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface WikiPageModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface WikiPageModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface WikiPageModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface WikiPageModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface WikiPageModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface WikiPageModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate
in interface WikiPageModel
getNodeId
public long getNodeId()
- Specified by:
getNodeId
in interface WikiPageModel
setNodeId
public void setNodeId(long nodeId)
- Specified by:
setNodeId
in interface WikiPageModel
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface WikiPageModel
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle
in interface WikiPageModel
getVersion
public double getVersion()
- Specified by:
getVersion
in interface WikiPageModel
setVersion
public void setVersion(double version)
- Specified by:
setVersion
in interface WikiPageModel
getMinorEdit
public boolean getMinorEdit()
- Specified by:
getMinorEdit
in interface WikiPageModel
isMinorEdit
public boolean isMinorEdit()
- Specified by:
isMinorEdit
in interface WikiPageModel
setMinorEdit
public void setMinorEdit(boolean minorEdit)
- Specified by:
setMinorEdit
in interface WikiPageModel
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface WikiPageModel
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent
in interface WikiPageModel
getSummary
public java.lang.String getSummary()
- Specified by:
getSummary
in interface WikiPageModel
setSummary
public void setSummary(java.lang.String summary)
- Specified by:
setSummary
in interface WikiPageModel
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat
in interface WikiPageModel
setFormat
public void setFormat(java.lang.String format)
- Specified by:
setFormat
in interface WikiPageModel
getHead
public boolean getHead()
- Specified by:
getHead
in interface WikiPageModel
isHead
public boolean isHead()
- Specified by:
isHead
in interface WikiPageModel
setHead
public void setHead(boolean head)
- Specified by:
setHead
in interface WikiPageModel
getParentTitle
public java.lang.String getParentTitle()
- Specified by:
getParentTitle
in interface WikiPageModel
setParentTitle
public void setParentTitle(java.lang.String parentTitle)
- Specified by:
setParentTitle
in interface WikiPageModel
getRedirectTitle
public java.lang.String getRedirectTitle()
- Specified by:
getRedirectTitle
in interface WikiPageModel
setRedirectTitle
public void setRedirectTitle(java.lang.String redirectTitle)
- Specified by:
setRedirectTitle
in interface WikiPageModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<WikiPage>
- Specified by:
isNew
in interface WikiPageModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<WikiPage>
- Specified by:
setNew
in interface WikiPageModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<WikiPage>
- Specified by:
isCachedModel
in interface WikiPageModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<WikiPage>
- Specified by:
setCachedModel
in interface WikiPageModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<WikiPage>
- Specified by:
isEscapedModel
in interface WikiPageModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<WikiPage>
- Specified by:
setEscapedModel
in interface WikiPageModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<WikiPage>
- Specified by:
getPrimaryKeyObj
in interface WikiPageModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<WikiPage>
- Specified by:
getExpandoBridge
in interface WikiPageModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<WikiPage>
- Specified by:
setExpandoBridgeAttributes
in interface WikiPageModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<WikiPage>
- Specified by:
clone
in interface WikiPageModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(WikiPage wikiPage)
- Specified by:
compareTo
in interface WikiPageModel
- Specified by:
compareTo
in interface java.lang.Comparable<WikiPage>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface WikiPageModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public WikiPage toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<WikiPage>
- Specified by:
toEscapedModel
in interface WikiPageModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface WikiPageModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<WikiPage>
- Specified by:
toXmlString
in interface WikiPageModel
getAttachmentsDir
public java.lang.String getAttachmentsDir()
- Specified by:
getAttachmentsDir
in interface WikiPage
getAttachmentsFiles
public java.lang.String[] getAttachmentsFiles()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAttachmentsFiles
in interface WikiPage
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getChildPages
public java.util.List<WikiPage> getChildPages()
- Specified by:
getChildPages
in interface WikiPage
getNode
public WikiNode getNode()
- Specified by:
getNode
in interface WikiPage
getParentPage
public WikiPage getParentPage()
- Specified by:
getParentPage
in interface WikiPage
getParentPages
public java.util.List<WikiPage> getParentPages()
- Specified by:
getParentPages
in interface WikiPage
getRedirectPage
public WikiPage getRedirectPage()
- Specified by:
getRedirectPage
in interface WikiPage
setAttachmentsDir
public void setAttachmentsDir(java.lang.String attachmentsDir)
- Specified by:
setAttachmentsDir
in interface WikiPage
getWrappedWikiPage
public WikiPage getWrappedWikiPage()