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:
com.liferay.portlet.journal.service.model.JournalArticleResource, com.liferay.portlet.journal.service.model.impl.JournalArticleResourceImpl, com.liferay.portlet.journal.service.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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getResourcePrimKey

public long getResourcePrimKey()

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getArticleId

public java.lang.String getArticleId()

setArticleId

public void setArticleId(java.lang.String articleId)