com.liferay.portlet.bookmarks.model
Interface BookmarksFolder
- All Superinterfaces:
- BaseModel, BookmarksFolderModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
public interface BookmarksFolder
- extends BookmarksFolderModel
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 BookmarksFolder
table
in the database.
Customize com.liferay.portlet.bookmarks.service.model.impl.BookmarksFolderImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.bookmarks.service.model.BookmarksFolderModel
,
com.liferay.portlet.bookmarks.service.model.impl.BookmarksFolderImpl
,
com.liferay.portlet.bookmarks.service.model.impl.BookmarksFolderModelImpl
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksFolderModel |
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 java.lang.Comparable |
compareTo |
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()