Liferay 6.0-ee-sp2

com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

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

public interface BookmarksEntry
extends BookmarksEntryModel, PersistedModel

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
 String getDescription()
           
 BookmarksFolder getFolder()
           
 void setDescription(String description)
           
 
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, getUserName, getUserUuid, getUuid, getVisits, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setComments, setCompanyId, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setUrl, setUserId, setUserName, setUserUuid, setUuid, setVisits, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getDescription

String getDescription()

getFolder

BookmarksFolder getFolder()

setDescription

void setDescription(String description)

Liferay 6.0-ee-sp2