Liferay 6.0.3

com.liferay.portlet.wiki.model
Interface WikiPageResource

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

public interface WikiPageResource
extends WikiPageResourceModel

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

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

See Also:
WikiPageResourceModel, WikiPageResourceImpl, WikiPageResourceModelImpl
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.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
 


Liferay 6.0.3