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

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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)