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, getUuid, setCompanyId, setCreateDate, setDescription, setFolderId, setImageId, setLargeImageId, setModifiedDate, setPrimaryKey, setSmallImageId, setUserId, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
getFolder
public IGFolder getFolder()
getImageType
public java.lang.String getImageType()
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
setImageType
public void setImageType(java.lang.String imageType)