com.liferay.portal.model
Interface Image

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ImageModel, java.io.Serializable

public interface Image
extends ImageModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Image table in the database.

Customize com.liferay.portal.model.impl.ImageImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ImageModel, ImageImpl, ImageModelImpl

Method Summary
 byte[] getTextObj()
           
 void setTextObj(byte[] textObj)
           
 
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
 

Method Detail

getTextObj

byte[] getTextObj()

setTextObj

void setTextObj(byte[] textObj)