com.liferay.portlet.journal.model
Class JournalContentSearchWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalContentSearchWrapper
All Implemented Interfaces:
BaseModel<JournalContentSearch>, JournalContentSearch, JournalContentSearchModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<JournalContentSearch>

public class JournalContentSearchWrapper
extends java.lang.Object
implements JournalContentSearch

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for JournalContentSearch.

Author:
Brian Wing Shun Chan
See Also:
JournalContentSearch, Serialized Form
Generated:

Constructor Summary
JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
           
 
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()
           
 JournalContentSearch getWrappedJournalContentSearch()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalContentSearchWrapper

public JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface JournalContentSearchModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface JournalContentSearchModel

getContentSearchId

public long getContentSearchId()
Specified by:
getContentSearchId in interface JournalContentSearchModel

setContentSearchId

public void setContentSearchId(long contentSearchId)
Specified by:
setContentSearchId in interface JournalContentSearchModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface JournalContentSearchModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface JournalContentSearchModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface JournalContentSearchModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface JournalContentSearchModel

getPrivateLayout

public boolean getPrivateLayout()
Specified by:
getPrivateLayout in interface JournalContentSearchModel

isPrivateLayout

public boolean isPrivateLayout()
Specified by:
isPrivateLayout in interface JournalContentSearchModel

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)
Specified by:
setPrivateLayout in interface JournalContentSearchModel

getLayoutId

public long getLayoutId()
Specified by:
getLayoutId in interface JournalContentSearchModel

setLayoutId

public void setLayoutId(long layoutId)
Specified by:
setLayoutId in interface JournalContentSearchModel

getPortletId

public java.lang.String getPortletId()
Specified by:
getPortletId in interface JournalContentSearchModel

setPortletId

public void setPortletId(java.lang.String portletId)
Specified by:
setPortletId in interface JournalContentSearchModel

getArticleId

public java.lang.String getArticleId()
Specified by:
getArticleId in interface JournalContentSearchModel

setArticleId

public void setArticleId(java.lang.String articleId)
Specified by:
setArticleId in interface JournalContentSearchModel

toEscapedModel

public JournalContentSearch toEscapedModel()
Specified by:
toEscapedModel in interface JournalContentSearchModel

isNew

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

setNew

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

isCachedModel

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

setCachedModel

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

isEscapedModel

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

setEscapedModel

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

getPrimaryKeyObj

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

getExpandoBridge

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

setExpandoBridgeAttributes

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

clone

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

compareTo

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

hashCode

public int hashCode()
Specified by:
hashCode in interface JournalContentSearchModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface JournalContentSearchModel
Overrides:
toString in class java.lang.Object

toXmlString

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

getWrappedJournalContentSearch

public JournalContentSearch getWrappedJournalContentSearch()