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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)