com.liferay.portlet.journal.model
Interface JournalArticleResource

All Superinterfaces:
BaseModel<JournalArticleResource>, java.lang.Cloneable, java.lang.Comparable<JournalArticleResource>, JournalArticleResourceModel, java.io.Serializable

public interface JournalArticleResource
extends JournalArticleResourceModel

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 JournalArticleResource table in the database.

Customize com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
JournalArticleResourceModel, com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl, com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleResourceModel
getArticleId, getGroupId, getPrimaryKey, getResourcePrimKey, setArticleId, setGroupId, setPrimaryKey, setResourcePrimKey, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo