com.liferay.portlet.imagegallery.model
Interface IGImage
- All Superinterfaces:
- BaseModel<IGImage>, java.lang.Cloneable, java.lang.Comparable<IGImage>, IGImageModel, java.io.Serializable
- All Known Implementing Classes:
- IGImageWrapper
public interface IGImage
- extends IGImageModel
The model interface for the IGImage service. Represents a row in the "IGImage" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.imagegallery.model.impl.IGImageImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a i g image model instance should use the IGImage interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
IGImageModel,
com.liferay.portlet.imagegallery.model.impl.IGImageImpl,
com.liferay.portlet.imagegallery.model.impl.IGImageModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.imagegallery.model.IGImageModel |
clone, compareTo, getCompanyId, getCreateDate, getCustom1ImageId, getCustom2ImageId, getDescription, getExpandoBridge, getFolderId, getGroupId, getImageId, getLargeImageId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSmallImageId, getUserId, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setImageId, setLargeImageId, setModifiedDate, setName, setNew, setPrimaryKey, setSmallImageId, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getFolder
IGFolder getFolder()
getImageSize
int getImageSize()
getImageType
java.lang.String getImageType()
getNameWithExtension
java.lang.String getNameWithExtension()
setImageType
void setImageType(java.lang.String imageType)