com.liferay.portlet.imagegallery.model
Interface IGFolder

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, IGFolderModel, java.io.Serializable

public interface IGFolder
extends IGFolderModel

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 IGFolder table in the database.

Customize com.liferay.portlet.imagegallery.model.impl.IGFolderImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
IGFolderModel, com.liferay.portlet.imagegallery.model.impl.IGFolderImpl, com.liferay.portlet.imagegallery.model.impl.IGFolderModelImpl

Method Summary
 java.lang.String getUserUuid()
           
 boolean isRoot()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.imagegallery.model.IGFolderModel
getCompanyId, getCreateDate, getDescription, getFolderId, getGroupId, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getUserId, getUuid, setCompanyId, setCreateDate, setDescription, setFolderId, setGroupId, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setUserId, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

isRoot

boolean isRoot()