Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Image

All Superinterfaces:
BaseModel<Image>, ClassedModel, Cloneable, Comparable<Image>, ImageModel, MVCCModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
ImageBaseImpl, ImageImpl, ImageWrapper

@ProviderType
public interface Image
extends ImageModel, PersistedModel

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.

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

Field Summary
static Accessor<Image,Long> IMAGE_ID_ACCESSOR
           
 
Method Summary
 byte[] getTextObj()
           
 void setTextObj(byte[] textObj)
           
 
Methods inherited from interface com.liferay.portal.model.ImageModel
clone, compareTo, getCompanyId, getExpandoBridge, getHeight, getImageId, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getSize, getType, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setSize, setType, setWidth, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

IMAGE_ID_ACCESSOR

static final Accessor<Image,Long> IMAGE_ID_ACCESSOR
Method Detail

getTextObj

byte[] getTextObj()

setTextObj

void setTextObj(byte[] textObj)

Liferay 7.0-ce-b4