Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ImageCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.ImageCacheModel
All Implemented Interfaces:
CacheModel<Image>, Serializable

public class ImageCacheModel
extends Object
implements CacheModel<Image>, Serializable

The cache model class for representing Image in entity cache.

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

Field Summary
 int height
           
 long imageId
           
 long modifiedDate
           
 int size
           
 String text
           
 String type
           
 int width
           
 
Constructor Summary
ImageCacheModel()
           
 
Method Summary
 Image toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

imageId

public long imageId

modifiedDate

public long modifiedDate

text

public String text

type

public String type

height

public int height

width

public int width

size

public int size
Constructor Detail

ImageCacheModel

public ImageCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3