Liferay 6.0.3

com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

All Superinterfaces:
BaseModel<BookmarksEntry>, BookmarksEntryModel, Cloneable, Comparable<BookmarksEntry>, Serializable
All Known Implementing Classes:
BookmarksEntryImpl, BookmarksEntryWrapper

public interface BookmarksEntry
extends BookmarksEntryModel

This interface is a model that represents the BookmarksEntry table in the database.

Customize BookmarksEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
BookmarksEntryModel, BookmarksEntryImpl, BookmarksEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 BookmarksFolder getFolder()
           
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
clone, compareTo, getComments, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserUuid, getUuid, getVisits, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setComments, setCompanyId, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPriority, setUrl, setUserId, setUserUuid, setUuid, setVisits, toEscapedModel, toString, toXmlString
 

Method Detail

getFolder

BookmarksFolder getFolder()

Liferay 6.0.3