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, 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
 com.liferay.portlet.bookmarks.model.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, hashCode, 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 com.liferay.portlet.bookmarks.model.BookmarksFolder getFolder()
Specified by:
getFolder in interface com.liferay.portlet.bookmarks.model.BookmarksEntry