com.liferay.portlet.bookmarks.model
Class BookmarksEntry

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

public class BookmarksEntry
extends BookmarksEntryModel

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.model.BookmarksEntryModel
CACHEABLE, LOCK_EXPIRATION_TIME, XSS_ALLOW_BY_MODEL, XSS_ALLOW_COMMENTS, XSS_ALLOW_COMPANYID, XSS_ALLOW_ENTRYID, XSS_ALLOW_FOLDERID, XSS_ALLOW_NAME, XSS_ALLOW_URL, XSS_ALLOW_USERID
 
Fields inherited from class com.liferay.portal.model.BaseModel
VALUE_OBJECT_CACHEABLE, XSS_ALLOW
 
Constructor Summary
BookmarksEntry()
           
 
Method Summary
 BookmarksFolder getFolder()
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.BookmarksEntryModel
clone, compareTo, equals, getComments, getCompanyId, getCreateDate, getEntryId, getFolderId, getModifiedDate, getName, getPrimaryKey, getUrl, getUserId, getVisits, hashCode, setComments, setCompanyId, setCreateDate, setEntryId, setFolderId, setModifiedDate, setName, setPrimaryKey, setUrl, setUserId, setVisits
 
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
 

Constructor Detail

BookmarksEntry

public BookmarksEntry()
Method Detail

getFolder

public BookmarksFolder getFolder()