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()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
getCompanyId, getContent, getCreateDate, getFormat, getHead, getNodeId, getPageId, getPrimaryKey, getResourcePrimKey, getTitle, getUserId, getUserName, getUuid, getVersion, isHead, setCompanyId, setContent, setCreateDate, setFormat, setHead, setNodeId, setPageId, setPrimaryKey, setResourcePrimKey, setTitle, setUserId, setUserName, setUuid, setVersion, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)

getNode

public WikiNode getNode()