com.liferay.portlet.imagegallery.model
Interface IGImage
- All Superinterfaces:
- BaseModel<IGImage>, Cloneable, Comparable<IGImage>, IGImageModel, Serializable
- All Known Implementing Classes:
- IGImageImpl, 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 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.
- See Also:
IGImageModel
,
IGImageImpl
,
IGImageModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
String getImageType()
getNameWithExtension
String getNameWithExtension()
setImageType
void setImageType(String imageType)