Liferay 6.0.5

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

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

public class BookmarksEntryImpl
extends BookmarksEntryModelImpl
implements BookmarksEntry

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, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
BookmarksEntryImpl()
           
 
Method Summary
 BookmarksFolder getFolder()
           
 
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, getUserUuid, getUuid, getVisits, hashCode, setComments, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPriority, setUrl, setUserId, setUserUuid, 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
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
 

Constructor Detail

BookmarksEntryImpl

public BookmarksEntryImpl()
Method Detail

getFolder

public BookmarksFolder getFolder()
Specified by:
getFolder in interface BookmarksEntry

Liferay 6.0.5