com.liferay.portlet.journal.model
Interface JournalArticleImage

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, JournalArticleImageModel, java.io.Serializable

public interface JournalArticleImage
extends JournalArticleImageModel

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

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

Author:
Brian Wing Shun Chan
See Also:
JournalArticleImageModel, com.liferay.portlet.journal.model.impl.JournalArticleImageImpl, com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleImageModel
getArticleId, getArticleImageId, getElInstanceId, getElName, getGroupId, getLanguageId, getPrimaryKey, getTempImage, getVersion, isTempImage, setArticleId, setArticleImageId, setElInstanceId, setElName, setGroupId, setLanguageId, setPrimaryKey, setTempImage, setVersion, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo