public class JournalContentSearchCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.journal.model.JournalContentSearch>, java.io.Externalizable
JournalContentSearch,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
articleId |
long |
companyId |
long |
contentSearchId |
long |
groupId |
long |
layoutId |
java.lang.String |
portletId |
boolean |
privateLayout |
| Constructor and Description |
|---|
JournalContentSearchCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.journal.model.JournalContentSearch |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long contentSearchId
public long groupId
public long companyId
public boolean privateLayout
public long layoutId
public java.lang.String portletId
public java.lang.String articleId
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.journal.model.JournalContentSearch toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.journal.model.JournalContentSearch>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException