com.liferay.portlet.journal.model
Interface JournalContentSearchModel

All Superinterfaces:
BaseModel<JournalContentSearch>, java.lang.Cloneable, java.lang.Comparable<JournalContentSearch>, java.io.Serializable
All Known Subinterfaces:
JournalContentSearch
All Known Implementing Classes:
JournalContentSearchWrapper

public interface JournalContentSearchModel
extends BaseModel<JournalContentSearch>

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
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(JournalContentSearch journalContentSearch)
           
 java.lang.String getArticleId()
           
 long getCompanyId()
           
 long getContentSearchId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getLayoutId()
           
 java.lang.String getPortletId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 boolean getPrivateLayout()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 boolean isPrivateLayout()
           
 void setArticleId(java.lang.String articleId)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setContentSearchId(long contentSearchId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLayoutId(long layoutId)
           
 boolean setNew(boolean n)
           
 void setPortletId(java.lang.String portletId)
           
 void setPrimaryKey(long pk)
           
 void setPrivateLayout(boolean privateLayout)
           
 JournalContentSearch toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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

@AutoEscape
java.lang.String getPortletId()

setPortletId

void setPortletId(java.lang.String portletId)

getArticleId

@AutoEscape
java.lang.String getArticleId()

setArticleId

void setArticleId(java.lang.String articleId)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<JournalContentSearch>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<JournalContentSearch>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<JournalContentSearch>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<JournalContentSearch>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<JournalContentSearch>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<JournalContentSearch>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<JournalContentSearch>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<JournalContentSearch>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<JournalContentSearch>

compareTo

int compareTo(JournalContentSearch journalContentSearch)
Specified by:
compareTo in interface java.lang.Comparable<JournalContentSearch>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

JournalContentSearch toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<JournalContentSearch>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<JournalContentSearch>