Liferay 6.0.5

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

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

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