com.liferay.portlet.journal.model
Interface JournalContentSearchModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- JournalContentSearch
- public interface JournalContentSearchModel
- 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 JournalContentSearch
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.journal.service.model.JournalContentSearch
,
com.liferay.portlet.journal.service.model.impl.JournalContentSearchImpl
,
com.liferay.portlet.journal.service.model.impl.JournalContentSearchModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getContentSearchId
public long getContentSearchId()
setContentSearchId
public void setContentSearchId(long contentSearchId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getPrivateLayout
public boolean getPrivateLayout()
isPrivateLayout
public boolean isPrivateLayout()
setPrivateLayout
public void setPrivateLayout(boolean privateLayout)
getLayoutId
public long getLayoutId()
setLayoutId
public void setLayoutId(long layoutId)
getPortletId
public java.lang.String getPortletId()
setPortletId
public void setPortletId(java.lang.String portletId)
getArticleId
public java.lang.String getArticleId()
setArticleId
public void setArticleId(java.lang.String articleId)