Liferay 6.0.5

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.

Never reference this interface directly. All methods that expect a journal article resource model instance should use the JournalArticleResource interface instead.

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