com.liferay.portlet.journal.model
Interface JournalArticleResourceModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
JournalArticleResource

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

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

Method Summary
 java.lang.String getArticleId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 long getResourcePrimKey()
           
 void setArticleId(java.lang.String articleId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setResourcePrimKey(long resourcePrimKey)
           
 JournalArticleResource 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
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getResourcePrimKey

long getResourcePrimKey()

setResourcePrimKey

void setResourcePrimKey(long resourcePrimKey)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getArticleId

java.lang.String getArticleId()

setArticleId

void setArticleId(java.lang.String articleId)

toEscapedModel

JournalArticleResource toEscapedModel()