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
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()