Liferay 6.0.3

com.liferay.portlet.wiki.model
Interface WikiNode

All Superinterfaces:
BaseModel<WikiNode>, Cloneable, Comparable<WikiNode>, Serializable, WikiNodeModel
All Known Implementing Classes:
WikiNodeImpl, WikiNodeWrapper

public interface WikiNode
extends WikiNodeModel

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

Customize WikiNodeImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
WikiNodeModel, WikiNodeImpl, WikiNodeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModifiedDate, getName, getNodeId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setNodeId, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3