Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model
Interface WikiPageResource

All Superinterfaces:
BaseModel<WikiPageResource>, ClassedModel, Cloneable, Comparable<WikiPageResource>, PersistedModel, Serializable, WikiPageResourceModel
All Known Implementing Classes:
WikiPageResourceWrapper

public interface WikiPageResource
extends WikiPageResourceModel, PersistedModel

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

See Also:
WikiPageResourceModel, WikiPageResourceImpl, WikiPageResourceModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageResourceModel
clone, compareTo, getExpandoBridge, getNodeId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getTitle, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew, setNodeId, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setTitle, 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