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
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getContentSearchId
long getContentSearchId()
setContentSearchId
void setContentSearchId(long contentSearchId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getPrivateLayout
boolean getPrivateLayout()
isPrivateLayout
boolean isPrivateLayout()
setPrivateLayout
void setPrivateLayout(boolean privateLayout)
getLayoutId
long getLayoutId()
setLayoutId
void setLayoutId(long layoutId)
getPortletId
java.lang.String getPortletId()
setPortletId
void setPortletId(java.lang.String portletId)
getArticleId
java.lang.String getArticleId()
setArticleId
void setArticleId(java.lang.String articleId)
toEscapedModel
JournalContentSearch toEscapedModel()