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
The model interface for the BookmarksEntry service. Represents a row in the "BookmarksEntry" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a bookmarks entry model instance should use the BookmarksEntry interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
BookmarksEntryModel,
com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl,
com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl- Generated:
| 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 |
getFolder
BookmarksFolder getFolder()