com.liferay.portlet.bookmarks.model
Class BookmarksFolder

java.lang.Object
  extended bycom.liferay.portal.model.BaseModel
      extended bycom.liferay.portlet.bookmarks.model.BookmarksFolderModel
          extended bycom.liferay.portlet.bookmarks.model.BookmarksFolder
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class BookmarksFolder
extends BookmarksFolderModel

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_PARENT_FOLDER_ID
           
 
Fields inherited from class com.liferay.portlet.bookmarks.model.BookmarksFolderModel
CACHEABLE, LOCK_EXPIRATION_TIME, XSS_ALLOW_BY_MODEL, XSS_ALLOW_COMPANYID, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_FOLDERID, XSS_ALLOW_GROUPID, XSS_ALLOW_NAME, XSS_ALLOW_PARENTFOLDERID, XSS_ALLOW_USERID
 
Fields inherited from class com.liferay.portal.model.BaseModel
VALUE_OBJECT_CACHEABLE, XSS_ALLOW
 
Constructor Summary
BookmarksFolder()
           
 
Method Summary
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.BookmarksFolderModel
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getFolderId, getGroupId, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getUserId, hashCode, setCompanyId, setCreateDate, setDescription, setFolderId, setGroupId, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setUserId
 
Methods inherited from class com.liferay.portal.model.BaseModel
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARENT_FOLDER_ID

public static final java.lang.String DEFAULT_PARENT_FOLDER_ID
See Also:
Constant Field Values
Constructor Detail

BookmarksFolder

public BookmarksFolder()
Method Detail

isRoot

public boolean isRoot()