com.liferay.portlet.imagegallery.model
Interface IGImage
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, IGImageModel, java.io.Serializable
- 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.service.model.impl.IGImageImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.imagegallery.service.model.IGImageModel
,
com.liferay.portlet.imagegallery.service.model.impl.IGImageImpl
,
com.liferay.portlet.imagegallery.service.model.impl.IGImageModelImpl
Methods inherited from interface com.liferay.portlet.imagegallery.model.IGImageModel |
getCompanyId, getCreateDate, getDescription, getFolderId, getImageId, getLargeImageId, getModifiedDate, getPrimaryKey, getSmallImageId, getUserId, setCompanyId, setCreateDate, setDescription, setFolderId, setImageId, setLargeImageId, setModifiedDate, setPrimaryKey, setSmallImageId, setUserId |
Methods inherited from interface java.lang.Comparable |
compareTo |
getFolder
public IGFolder getFolder()