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
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the IGImage table in the
database.
Customize com.liferay.portlet.imagegallery.model.impl.IGImageImpl
and rerun the
ServiceBuilder to generate the new methods.
- 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)