|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Image>
com.liferay.portal.model.impl.ImageModelImpl
com.liferay.portal.model.impl.ImageImpl
public class ImageImpl
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 |
---|
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, 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, 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 |
---|
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, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
public static final java.lang.String TYPE_BMP
public static final java.lang.String TYPE_GIF
public static final java.lang.String TYPE_JPEG
public static final java.lang.String TYPE_PNG
public static final java.lang.String TYPE_TIFF
public static final java.lang.String TYPE_NOT_AVAILABLE
Constructor Detail |
---|
public ImageImpl()
Method Detail |
---|
public byte[] getTextObj()
getTextObj
in interface com.liferay.portal.model.Image
public void setTextObj(byte[] textObj)
setTextObj
in interface com.liferay.portal.model.Image
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |