|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<BookmarksEntry>
com.liferay.portlet.bookmarks.model.impl.BookmarksEntryModelImpl
public class BookmarksEntryModelImpl
This interface is a model that represents the BookmarksEntry table in the database.
BookmarksEntryImpl,
BookmarksEntry,
BookmarksEntryModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
BookmarksEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BookmarksEntry bookmarksEntry)
|
boolean |
equals(Object obj)
|
String |
getComments()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getPriority()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
getVisits()
|
int |
hashCode()
|
void |
setComments(String comments)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEntryId(long entryId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setPriority(int priority)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setVisits(int visits)
|
BookmarksEntry |
toEscapedModel()
|
static BookmarksEntry |
toModel(BookmarksEntrySoap soapModel)
|
static List<BookmarksEntry> |
toModels(BookmarksEntrySoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| 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 |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public BookmarksEntryModelImpl()
| Method Detail |
|---|
public static BookmarksEntry toModel(BookmarksEntrySoap soapModel)
public static List<BookmarksEntry> toModels(BookmarksEntrySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface BookmarksEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BookmarksEntryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BookmarksEntry>getPrimaryKeyObj in interface BookmarksEntryModelpublic String getUuid()
getUuid in interface BookmarksEntryModelpublic void setUuid(String uuid)
setUuid in interface BookmarksEntryModelpublic String getOriginalUuid()
public long getEntryId()
getEntryId in interface BookmarksEntryModelpublic void setEntryId(long entryId)
setEntryId in interface BookmarksEntryModelpublic long getGroupId()
getGroupId in interface BookmarksEntryModelpublic void setGroupId(long groupId)
setGroupId in interface BookmarksEntryModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface BookmarksEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface BookmarksEntryModelpublic long getUserId()
getUserId in interface BookmarksEntryModelpublic void setUserId(long userId)
setUserId in interface BookmarksEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface BookmarksEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface BookmarksEntryModelpublic Date getCreateDate()
getCreateDate in interface BookmarksEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface BookmarksEntryModelpublic Date getModifiedDate()
getModifiedDate in interface BookmarksEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface BookmarksEntryModelpublic long getFolderId()
getFolderId in interface BookmarksEntryModelpublic void setFolderId(long folderId)
setFolderId in interface BookmarksEntryModelpublic String getName()
getName in interface BookmarksEntryModelpublic void setName(String name)
setName in interface BookmarksEntryModelpublic String getUrl()
getUrl in interface BookmarksEntryModelpublic void setUrl(String url)
setUrl in interface BookmarksEntryModelpublic String getComments()
getComments in interface BookmarksEntryModelpublic void setComments(String comments)
setComments in interface BookmarksEntryModelpublic int getVisits()
getVisits in interface BookmarksEntryModelpublic void setVisits(int visits)
setVisits in interface BookmarksEntryModelpublic int getPriority()
getPriority in interface BookmarksEntryModelpublic void setPriority(int priority)
setPriority in interface BookmarksEntryModelpublic BookmarksEntry toEscapedModel()
toEscapedModel in interface BookmarksEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BookmarksEntry>getExpandoBridge in interface BookmarksEntryModelgetExpandoBridge in class BaseModelImpl<BookmarksEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BookmarksEntry>setExpandoBridgeAttributes in interface BookmarksEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<BookmarksEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<BookmarksEntry>clone in interface BookmarksEntryModelclone in class BaseModelImpl<BookmarksEntry>public int compareTo(BookmarksEntry bookmarksEntry)
compareTo in interface BookmarksEntryModelcompareTo in interface Comparable<BookmarksEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface BookmarksEntryModelhashCode in class Objectpublic String toString()
toString in interface BookmarksEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BookmarksEntry>toXmlString in interface BookmarksEntryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||