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:
JournalContentSearch, com.liferay.portlet.journal.model.impl.JournalContentSearchImpl, com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl

Method Summary
 java.lang.String getArticleId()
           
 long getCompanyId()
           
 long getContentSearchId()
           
 long getGroupId()
           
 long getLayoutId()
           
 java.lang.String getPortletId()
           
 long getPrimaryKey()
           
 boolean getPrivateLayout()
           
 boolean isPrivateLayout()
           
 void setArticleId(java.lang.String articleId)
           
 void setCompanyId(long companyId)
           
 void setContentSearchId(long contentSearchId)
           
 void setGroupId(long groupId)
           
 void setLayoutId(long layoutId)
           
 void setPortletId(java.lang.String portletId)
           
 void setPrimaryKey(long pk)
           
 void setPrivateLayout(boolean privateLayout)
           
 JournalContentSearch toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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