com.liferay.portal.model.impl
Class ImageImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portal.model.impl.ImageModelImpl
          extended by com.liferay.portal.model.impl.ImageImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portal.model.Image, com.liferay.portal.model.ImageModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class ImageImpl
extends ImageModelImpl
implements com.liferay.portal.model.Image

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String TYPE_BMP
           
static java.lang.String TYPE_GIF
           
static java.lang.String TYPE_JPEG
           
static java.lang.String TYPE_NOT_AVAILABLE
           
static java.lang.String TYPE_PNG
           
static java.lang.String TYPE_TIFF
           
 
Fields inherited from class com.liferay.portal.model.impl.ImageModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ImageImpl()
           
 
Method Summary
 byte[] getTextObj()
           
 void setTextObj(byte[] textObj)
           
 
Methods inherited from class com.liferay.portal.model.impl.ImageModelImpl
clone, compareTo, equals, getExpandoBridge, getHeight, getImageId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSize, getText, getType, getWidth, hashCode, setHeight, setImageId, setModifiedDate, setPrimaryKey, setSize, setText, setType, setWidth, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ImageModel
getHeight, getImageId, getModifiedDate, getPrimaryKey, getSize, getText, getType, getWidth, setHeight, setImageId, setModifiedDate, setPrimaryKey, setSize, setText, setType, setWidth, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

TYPE_BMP

public static final java.lang.String TYPE_BMP
See Also:
Constant Field Values

TYPE_GIF

public static final java.lang.String TYPE_GIF
See Also:
Constant Field Values

TYPE_JPEG

public static final java.lang.String TYPE_JPEG
See Also:
Constant Field Values

TYPE_PNG

public static final java.lang.String TYPE_PNG
See Also:
Constant Field Values

TYPE_TIFF

public static final java.lang.String TYPE_TIFF
See Also:
Constant Field Values

TYPE_NOT_AVAILABLE

public static final java.lang.String TYPE_NOT_AVAILABLE
See Also:
Constant Field Values
Constructor Detail

ImageImpl

public ImageImpl()
Method Detail

getTextObj

public byte[] getTextObj()
Specified by:
getTextObj in interface com.liferay.portal.model.Image

setTextObj

public void setTextObj(byte[] textObj)
Specified by:
setTextObj in interface com.liferay.portal.model.Image