Liferay 6.0.4

com.liferay.portlet.journal.model
Interface JournalArticleResource

All Superinterfaces:
BaseModel<JournalArticleResource>, Cloneable, Comparable<JournalArticleResource>, JournalArticleResourceModel, Serializable
All Known Implementing Classes:
JournalArticleResourceImpl, JournalArticleResourceWrapper

public interface JournalArticleResource
extends JournalArticleResourceModel

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

Never modify this interface directly. Add methods to JournalArticleResourceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

See Also:
JournalArticleResourceModel, JournalArticleResourceImpl, JournalArticleResourceModelImpl
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.journal.model.JournalArticleResourceModel
clone, compareTo, getArticleId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, hashCode, isCachedModel, isEscapedModel, isNew, setArticleId, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setResourcePrimKey, toEscapedModel, toString, toXmlString
 


Liferay 6.0.4