Liferay 6.1.2-ce-ga3

com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

All Superinterfaces:
AuditedModel, BaseModel<BookmarksEntry>, BookmarksEntryModel, ClassedModel, Cloneable, Comparable<BookmarksEntry>, GroupedModel, PermissionedModel, PersistedModel, Serializable
All Known Implementing Classes:
BookmarksEntryWrapper

public interface BookmarksEntry
extends BookmarksEntryModel, PermissionedModel

The extended model interface for the BookmarksEntry service. Represents a row in the "BookmarksEntry" database table, with each column mapped to a property of this class.

See Also:
BookmarksEntryModel, BookmarksEntryImpl, BookmarksEntryModelImpl

Method Summary
 BookmarksFolder getFolder()
           
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getResourceBlockId, getUrl, getUserId, getUserName, getUserUuid, getUuid, getVisits, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEntryId, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setResourceBlockId, setUrl, setUserId, setUserName, setUserUuid, setUuid, setVisits, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFolder

BookmarksFolder getFolder()

Liferay 6.1.2-ce-ga3