com.liferay.portlet.journal.model.impl
Class JournalArticleResourceCacheModel
java.lang.Object
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.
uuid
public String uuid
resourcePrimKey
public long resourcePrimKey
groupId
public long groupId
articleId
public String articleId
JournalArticleResourceCacheModel
public JournalArticleResourceCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public JournalArticleResource toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<JournalArticleResource>