com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

All Superinterfaces:
BaseModel<BookmarksEntry>, BookmarksEntryModel, java.lang.Cloneable, java.lang.Comparable<BookmarksEntry>, java.io.Serializable
All Known Implementing Classes:
BookmarksEntryWrapper

public interface BookmarksEntry
extends BookmarksEntryModel

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

Customize com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryModel, com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl, com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
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()