com.liferay.portlet.wiki.model
Interface WikiPage

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WikiPageModel

public interface WikiPage
extends WikiPageModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the WikiPage table in the database.

Customize com.liferay.portlet.wiki.service.model.impl.WikiPageImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.wiki.service.model.WikiPageModel, com.liferay.portlet.wiki.service.model.impl.WikiPageImpl, com.liferay.portlet.wiki.service.model.impl.WikiPageModelImpl

Method Summary
 WikiNode getNode()
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
getCompanyId, getContent, getCreateDate, getFormat, getHead, getNodeId, getPageId, getPrimaryKey, getResourcePrimKey, getTitle, getUserId, getUserName, getVersion, isHead, setCompanyId, setContent, setCreateDate, setFormat, setHead, setNodeId, setPageId, setPrimaryKey, setResourcePrimKey, setTitle, setUserId, setUserName, setVersion
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNode

public WikiNode getNode()