Liferay 6.0.5

com.liferay.portal.model
Interface Image

All Superinterfaces:
BaseModel<Image>, Cloneable, Comparable<Image>, ImageModel, Serializable
All Known Implementing Classes:
ImageImpl, ImageWrapper

public interface Image
extends ImageModel

The model interface for the Image service. Represents a row in the "Image" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ImageImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a image model instance should use the Image interface instead.

See Also:
ImageModel, ImageImpl, ImageModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 byte[] getTextObj()
           
 void setTextObj(byte[] textObj)
           
 
Methods inherited from interface com.liferay.portal.model.ImageModel
clone, compareTo, getExpandoBridge, getHeight, getImageId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSize, getText, getType, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setNew, setPrimaryKey, setSize, setText, setType, setWidth, toEscapedModel, toString, toXmlString
 

Method Detail

getTextObj

byte[] getTextObj()

setTextObj

void setTextObj(byte[] textObj)

Liferay 6.0.5