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
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 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.
- See Also:
BookmarksEntryModel
,
BookmarksEntryImpl
,
BookmarksEntryModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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()