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.service.model.impl.ImageImpl
and rerun
the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.ImageModel
,
com.liferay.portal.service.model.impl.ImageImpl
,
com.liferay.portal.service.model.impl.ImageModelImpl
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 java.lang.Comparable |
compareTo |
getTextObj
public byte[] getTextObj()
setTextObj
public void setTextObj(byte[] textObj)