com.liferay.portlet.wiki.model
Interface WikiPageResourceModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- WikiPageResource
- public interface WikiPageResourceModel
- extends BaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the WikiPageResource
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.wiki.service.model.WikiPageResource
,
com.liferay.portlet.wiki.service.model.impl.WikiPageResourceImpl
,
com.liferay.portlet.wiki.service.model.impl.WikiPageResourceModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getResourcePrimKey
public long getResourcePrimKey()
setResourcePrimKey
public void setResourcePrimKey(long resourcePrimKey)
getNodeId
public long getNodeId()
setNodeId
public void setNodeId(long nodeId)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)