|
||||||||||
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.impl.ImageModelImpl
com.liferay.portal.model.impl.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 |
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_TEXT, XSS_ALLOW_TYPE |
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl |
XSS_ALLOW |
Constructor Summary | |
ImageImpl()
|
Method Summary | |
byte[] |
getTextObj()
|
void |
setTextObj(byte[] textObj)
|
Methods inherited from class com.liferay.portal.model.impl.ImageModelImpl |
clone, compareTo, equals, getHeight, getImageId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSize, getText, getType, getWidth, hashCode, setHeight, setImageId, setModifiedDate, setPrimaryKey, setSize, setText, setType, setWidth |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
isNew, 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 |
Methods inherited from interface com.liferay.portal.model.BaseModel |
clone, getPrimaryKeyObj, isNew, setNew |
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 |