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