Liferay 6.0.5

com.liferay.portal.model.impl
Class ImageImpl

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

public class ImageImpl
extends ImageModelImpl
implements Image

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ImageModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, 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, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setPrimaryKey, setSize, setText, setType, setWidth, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ImageModel
clone, compareTo, getExpandoBridge, getHeight, getImageId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSize, getText, getType, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setNew, setPrimaryKey, setSize, setText, setType, setWidth, toEscapedModel, toString, toXmlString
 

Constructor Detail

ImageImpl

public ImageImpl()
Method Detail

getTextObj

public byte[] getTextObj()
Specified by:
getTextObj in interface Image

setTextObj

public void setTextObj(byte[] textObj)
Specified by:
setTextObj in interface Image

Liferay 6.0.5