com.liferay.portlet.bookmarks.model.impl
Class BookmarksEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.bookmarks.model.BookmarksEntry>
      extended by com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
          extended by com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.bookmarks.model.BookmarksEntry>, com.liferay.portlet.bookmarks.model.BookmarksEntry, com.liferay.portlet.bookmarks.model.BookmarksEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.bookmarks.model.BookmarksEntry>

public class BookmarksEntryImpl
extends BookmarksEntryModelImpl
implements com.liferay.portlet.bookmarks.model.BookmarksEntry

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
BookmarksEntryImpl()
           
 
Method Summary
 com.liferay.portlet.bookmarks.model.BookmarksFolder getFolder()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from class com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
clone, compareTo, equals, getComments, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUuid, getVisits, hashCode, setComments, setCompanyId, setCreateDate, setEntryId, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPriority, setUrl, setUserId, setUuid, setVisits, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksEntryModel
getComments, getCompanyId, getCreateDate, getEntryId, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPriority, getUrl, getUserId, getUuid, getVisits, setComments, setCompanyId, setCreateDate, setEntryId, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPriority, setUrl, setUserId, setUuid, setVisits, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

BookmarksEntryImpl

public BookmarksEntryImpl()
Method Detail

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.bookmarks.model.BookmarksEntry
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.bookmarks.model.BookmarksEntry

getFolder

public com.liferay.portlet.bookmarks.model.BookmarksFolder getFolder()
Specified by:
getFolder in interface com.liferay.portlet.bookmarks.model.BookmarksEntry