com.liferay.portlet.wiki.model
Interface WikiPageResource

All Superinterfaces:
BaseModel<WikiPageResource>, java.lang.Cloneable, java.lang.Comparable<WikiPageResource>, java.io.Serializable, WikiPageResourceModel
All Known Implementing Classes:
WikiPageResourceWrapper

public interface WikiPageResource
extends WikiPageResourceModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a wiki page resource model instance should use the WikiPageResource interface instead.

Author:
Brian Wing Shun Chan
See Also:
WikiPageResourceModel, com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl, com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl
Generated:

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, setEscapedModel, setExpandoBridgeAttributes, setNew, setNodeId, setPrimaryKey, setResourcePrimKey, setTitle, setUuid, toEscapedModel, toString, toXmlString