Package com.liferay.portal.kernel.model
Interface Image
- All Superinterfaces:
BaseModel<Image>,ClassedModel,Cloneable,Comparable<Image>,CTModel<Image>,ImageModel,MVCCModel,PersistedModel,Serializable,ShardedModel
- All Known Implementing Classes:
ImageWrapper
The extended model interface for the Image service. Represents a row in the "Image" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ImageModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getHeight, getImageId, getModifiedDate, getMvccVersion, getPrimaryKey, getSize, getType, getWidth, setCompanyId, setCtCollectionId, setHeight, setImageId, setModifiedDate, setMvccVersion, setPrimaryKey, setSize, setType, setWidth, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
IMAGE_ID_ACCESSOR
-
-
Method Details
-
getTextObj
byte[] getTextObj() -
setTextObj
void setTextObj(byte[] textObj)
-