com.liferay.portlet.journal.model.impl
Class JournalArticleResourceCacheModel
java.lang.Object
com.liferay.portlet.journal.model.impl.JournalArticleResourceCacheModel
- All Implemented Interfaces:
- CacheModel<JournalArticleResource>, Externalizable, Serializable
public class JournalArticleResourceCacheModel
- extends Object
- implements CacheModel<JournalArticleResource>, Externalizable
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>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException