com.liferay.portlet.bookmarks.model
Interface BookmarksEntry

All Superinterfaces:
BaseModel, BookmarksEntryModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

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

Method Summary
 BookmarksFolder getFolder()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
getComments, getCompanyId, getCreateDate, getEntryId, getFolderId, getModifiedDate, getName, getPrimaryKey, getPriority, getUrl, getUserId, getUuid, getVisits, setComments, setCompanyId, setCreateDate, setEntryId, setFolderId, setModifiedDate, setName, setPrimaryKey, setPriority, setUrl, setUserId, setUuid, setVisits, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getFolder

BookmarksFolder getFolder()