com.liferay.portlet.bookmarks.model
Class BookmarksEntryWrapper
java.lang.Object
com.liferay.portlet.bookmarks.model.BookmarksEntryWrapper
- All Implemented Interfaces:
- BaseModel<BookmarksEntry>, BookmarksEntry, BookmarksEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BookmarksEntry>
public class BookmarksEntryWrapper
- extends java.lang.Object
- implements BookmarksEntry
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BookmarksEntry
.
- Author:
- Brian Wing Shun Chan
- See Also:
BookmarksEntry
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
BookmarksEntryWrapper
public BookmarksEntryWrapper(BookmarksEntry bookmarksEntry)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface BookmarksEntryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface BookmarksEntryModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid
in interface BookmarksEntryModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid
in interface BookmarksEntryModel
getEntryId
public long getEntryId()
- Specified by:
getEntryId
in interface BookmarksEntryModel
setEntryId
public void setEntryId(long entryId)
- Specified by:
setEntryId
in interface BookmarksEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface BookmarksEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface BookmarksEntryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface BookmarksEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface BookmarksEntryModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface BookmarksEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface BookmarksEntryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Specified by:
getUserUuid
in interface BookmarksEntryModel
- Throws:
com.liferay.portal.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface BookmarksEntryModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface BookmarksEntryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface BookmarksEntryModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface BookmarksEntryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate
in interface BookmarksEntryModel
getFolderId
public long getFolderId()
- Specified by:
getFolderId
in interface BookmarksEntryModel
setFolderId
public void setFolderId(long folderId)
- Specified by:
setFolderId
in interface BookmarksEntryModel
getName
public java.lang.String getName()
- Specified by:
getName
in interface BookmarksEntryModel
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface BookmarksEntryModel
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface BookmarksEntryModel
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl
in interface BookmarksEntryModel
getComments
public java.lang.String getComments()
- Specified by:
getComments
in interface BookmarksEntryModel
setComments
public void setComments(java.lang.String comments)
- Specified by:
setComments
in interface BookmarksEntryModel
getVisits
public int getVisits()
- Specified by:
getVisits
in interface BookmarksEntryModel
setVisits
public void setVisits(int visits)
- Specified by:
setVisits
in interface BookmarksEntryModel
getPriority
public int getPriority()
- Specified by:
getPriority
in interface BookmarksEntryModel
setPriority
public void setPriority(int priority)
- Specified by:
setPriority
in interface BookmarksEntryModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<BookmarksEntry>
- Specified by:
isNew
in interface BookmarksEntryModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<BookmarksEntry>
- Specified by:
setNew
in interface BookmarksEntryModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<BookmarksEntry>
- Specified by:
isCachedModel
in interface BookmarksEntryModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<BookmarksEntry>
- Specified by:
setCachedModel
in interface BookmarksEntryModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<BookmarksEntry>
- Specified by:
isEscapedModel
in interface BookmarksEntryModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<BookmarksEntry>
- Specified by:
setEscapedModel
in interface BookmarksEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<BookmarksEntry>
- Specified by:
getPrimaryKeyObj
in interface BookmarksEntryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<BookmarksEntry>
- Specified by:
getExpandoBridge
in interface BookmarksEntryModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<BookmarksEntry>
- Specified by:
setExpandoBridgeAttributes
in interface BookmarksEntryModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<BookmarksEntry>
- Specified by:
clone
in interface BookmarksEntryModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(BookmarksEntry bookmarksEntry)
- Specified by:
compareTo
in interface BookmarksEntryModel
- Specified by:
compareTo
in interface java.lang.Comparable<BookmarksEntry>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface BookmarksEntryModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public BookmarksEntry toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<BookmarksEntry>
- Specified by:
toEscapedModel
in interface BookmarksEntryModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface BookmarksEntryModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<BookmarksEntry>
- Specified by:
toXmlString
in interface BookmarksEntryModel
getFolder
public BookmarksFolder getFolder()
- Specified by:
getFolder
in interface BookmarksEntry
getWrappedBookmarksEntry
public BookmarksEntry getWrappedBookmarksEntry()