com.liferay.portlet.wiki.model
Interface WikiNode
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WikiNodeModel
public interface WikiNode
- extends WikiNodeModel
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 WikiNode
table
in the database.
Customize com.liferay.portlet.wiki.service.model.impl.WikiNodeImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.wiki.service.model.WikiNodeModel
,
com.liferay.portlet.wiki.service.model.impl.WikiNodeImpl
,
com.liferay.portlet.wiki.service.model.impl.WikiNodeModelImpl
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel |
getCompanyId, getCreateDate, getDescription, getGroupId, getLastPostDate, getModifiedDate, getName, getNodeId, getPrimaryKey, getUserId, getUserName, getUuid, setCompanyId, setCreateDate, setDescription, setGroupId, setLastPostDate, setModifiedDate, setName, setNodeId, setPrimaryKey, setUserId, setUserName, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)