com.liferay.portal.model
Interface Image
- All Superinterfaces:
- BaseModel<Image>, java.lang.Cloneable, java.lang.Comparable<Image>, ImageModel, java.io.Serializable
- All Known Implementing Classes:
- 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.
- Author:
- Brian Wing Shun Chan
- See Also:
ImageModel,
ImageImpl,
ImageModelImpl- 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)