Liferay 6.2-ce-ga5

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.ImageBaseImpl
              extended by com.liferay.portal.model.impl.ImageImpl
All Implemented Interfaces:
BaseModel<Image>, ClassedModel, Image, ImageModel, PersistedModel, Serializable, Cloneable, Comparable<Image>

public class ImageImpl
extends ImageBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ImageModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, IMAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SIZE_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ImageImpl()
           
 
Method Summary
protected  String getFileName()
           
 byte[] getTextObj()
           
 void setTextObj(byte[] textObj)
           
 
Methods inherited from class com.liferay.portal.model.impl.ImageBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.ImageModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getHeight, getImageId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalSize, getPrimaryKey, getPrimaryKeyObj, getSize, getType, getWidth, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setHeight, setImageId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setSize, setType, setWidth, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, getType, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setSize, setType, setWidth, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ImageImpl

public ImageImpl()
Method Detail

getTextObj

public byte[] getTextObj()

setTextObj

public void setTextObj(byte[] textObj)

getFileName

protected String getFileName()

Liferay 6.2-ce-ga5