Liferay 6.1.2-ce-ga3

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

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

public class JournalArticleImageCacheModel
extends Object
implements CacheModel<JournalArticleImage>, Serializable

The cache model class for representing JournalArticleImage in entity cache.

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

Field Summary
 String articleId
           
 long articleImageId
           
 String elInstanceId
           
 String elName
           
 long groupId
           
 String languageId
           
 boolean tempImage
           
 double version
           
 
Constructor Summary
JournalArticleImageCacheModel()
           
 
Method Summary
 JournalArticleImage toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

articleImageId

public long articleImageId

groupId

public long groupId

articleId

public String articleId

version

public double version

elInstanceId

public String elInstanceId

elName

public String elName

languageId

public String languageId

tempImage

public boolean tempImage
Constructor Detail

JournalArticleImageCacheModel

public JournalArticleImageCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3