Liferay 6.0.5

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

The model interface for the WikiNode service. Represents a row in the "WikiNode" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to WikiNodeImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a wiki node model instance should use the WikiNode interface instead.

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.5