Liferay 6.1.2-ce-ga3

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

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

public class JournalArticleResourceCacheModel
extends Object
implements CacheModel<JournalArticleResource>, Serializable

The cache model class for representing JournalArticleResource in entity cache.

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

Field Summary
 String articleId
           
 long groupId
           
 long resourcePrimKey
           
 String uuid
           
 
Constructor Summary
JournalArticleResourceCacheModel()
           
 
Method Summary
 JournalArticleResource toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

resourcePrimKey

public long resourcePrimKey

groupId

public long groupId

articleId

public String articleId
Constructor Detail

JournalArticleResourceCacheModel

public JournalArticleResourceCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3