Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model.impl
Class JournalContentSearchCacheModel

java.lang.Object
  extended by com.liferay.portlet.journal.model.impl.JournalContentSearchCacheModel
All Implemented Interfaces:
CacheModel<JournalContentSearch>, Serializable

public class JournalContentSearchCacheModel
extends Object
implements CacheModel<JournalContentSearch>, Serializable

The cache model class for representing JournalContentSearch in entity cache.

See Also:
JournalContentSearch, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 String articleId
           
 long companyId
           
 long contentSearchId
           
 long groupId
           
 long layoutId
           
 String portletId
           
 boolean privateLayout
           
 
Constructor Summary
JournalContentSearchCacheModel()
           
 
Method Summary
 JournalContentSearch toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contentSearchId

public long contentSearchId

groupId

public long groupId

companyId

public long companyId

privateLayout

public boolean privateLayout

layoutId

public long layoutId

portletId

public String portletId

articleId

public String articleId
Constructor Detail

JournalContentSearchCacheModel

public JournalContentSearchCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public JournalContentSearch toEntityModel()
Specified by:
toEntityModel in interface CacheModel<JournalContentSearch>

Liferay 6.1.2-ce-ga3