Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model
Interface WikiNode

All Superinterfaces:
AuditedModel, BaseModel<WikiNode>, ClassedModel, Cloneable, Comparable<WikiNode>, GroupedModel, PersistedModel, Serializable, WikiNodeModel
All Known Implementing Classes:
WikiNodeWrapper

public interface WikiNode
extends WikiNodeModel, PersistedModel

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

See Also:
WikiNodeModel, WikiNodeImpl, WikiNodeModelImpl

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, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setNodeId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3