Liferay 6.0.5

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

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

public class BookmarksEntryModelImpl
extends BaseModelImpl<BookmarksEntry>
implements BookmarksEntryModel

The base model implementation for the BookmarksEntry service. Represents a row in the "BookmarksEntry" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface BookmarksEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BookmarksEntryImpl.

Never modify or reference this class directly. All methods that expect a bookmarks entry model instance should use the BookmarksEntry interface instead.

See Also:
BookmarksEntryImpl, BookmarksEntry, BookmarksEntryModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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()
          Gets the comments of this bookmarks entry.
 long getCompanyId()
          Gets the company id of this bookmarks entry.
 Date getCreateDate()
          Gets the create date of this bookmarks entry.
 long getEntryId()
          Gets the entry id of this bookmarks entry.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getFolderId()
          Gets the folder id of this bookmarks entry.
 long getGroupId()
          Gets the group id of this bookmarks entry.
 Date getModifiedDate()
          Gets the modified date of this bookmarks entry.
 String getName()
          Gets the name of this bookmarks entry.
 long getOriginalGroupId()
           
 String getOriginalUuid()
           
 long getPrimaryKey()
          Gets the primary key of this bookmarks entry.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 int getPriority()
          Gets the priority of this bookmarks entry.
 String getUrl()
          Gets the url of this bookmarks entry.
 long getUserId()
          Gets the user id of this bookmarks entry.
 String getUserUuid()
          Gets the user uuid of this bookmarks entry.
 String getUuid()
          Gets the uuid of this bookmarks entry.
 int getVisits()
          Gets the visits of this bookmarks entry.
 int hashCode()
           
 void setComments(String comments)
          Sets the comments of this bookmarks entry.
 void setCompanyId(long companyId)
          Sets the company id of this bookmarks entry.
 void setCreateDate(Date createDate)
          Sets the create date of this bookmarks entry.
 void setEntryId(long entryId)
          Sets the entry id of this bookmarks entry.
 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)
          Sets the folder id of this bookmarks entry.
 void setGroupId(long groupId)
          Sets the group id of this bookmarks entry.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this bookmarks entry.
 void setName(String name)
          Sets the name of this bookmarks entry.
 void setPrimaryKey(long pk)
          Sets the primary key of this bookmarks entry
 void setPriority(int priority)
          Sets the priority of this bookmarks entry.
 void setUrl(String url)
          Sets the url of this bookmarks entry.
 void setUserId(long userId)
          Sets the user id of this bookmarks entry.
 void setUserUuid(String userUuid)
          Sets the user uuid of this bookmarks entry.
 void setUuid(String uuid)
          Sets the uuid of this bookmarks entry.
 void setVisits(int visits)
          Sets the visits of this bookmarks entry.
 BookmarksEntry toEscapedModel()
          Gets a copy of this bookmarks entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static BookmarksEntry toModel(BookmarksEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<BookmarksEntry> toModels(BookmarksEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 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

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

BookmarksEntryModelImpl

public BookmarksEntryModelImpl()
Method Detail

toModel

public static BookmarksEntry toModel(BookmarksEntrySoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<BookmarksEntry> toModels(BookmarksEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: BookmarksEntryModel
Gets the primary key of this bookmarks entry.

Specified by:
getPrimaryKey in interface BookmarksEntryModel
Returns:
the primary key of this bookmarks entry

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: BookmarksEntryModel
Sets the primary key of this bookmarks entry

Specified by:
setPrimaryKey in interface BookmarksEntryModel
Parameters:
pk - the primary key of this bookmarks entry

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<BookmarksEntry>
Specified by:
getPrimaryKeyObj in interface BookmarksEntryModel
Returns:
the primary key of this model instance

getUuid

public String getUuid()
Description copied from interface: BookmarksEntryModel
Gets the uuid of this bookmarks entry.

Specified by:
getUuid in interface BookmarksEntryModel
Returns:
the uuid of this bookmarks entry

setUuid

public void setUuid(String uuid)
Description copied from interface: BookmarksEntryModel
Sets the uuid of this bookmarks entry.

Specified by:
setUuid in interface BookmarksEntryModel
Parameters:
uuid - the uuid of this bookmarks entry

getOriginalUuid

public String getOriginalUuid()

getEntryId

public long getEntryId()
Description copied from interface: BookmarksEntryModel
Gets the entry id of this bookmarks entry.

Specified by:
getEntryId in interface BookmarksEntryModel
Returns:
the entry id of this bookmarks entry

setEntryId

public void setEntryId(long entryId)
Description copied from interface: BookmarksEntryModel
Sets the entry id of this bookmarks entry.

Specified by:
setEntryId in interface BookmarksEntryModel
Parameters:
entryId - the entry id of this bookmarks entry

getGroupId

public long getGroupId()
Description copied from interface: BookmarksEntryModel
Gets the group id of this bookmarks entry.

Specified by:
getGroupId in interface BookmarksEntryModel
Returns:
the group id of this bookmarks entry

setGroupId

public void setGroupId(long groupId)
Description copied from interface: BookmarksEntryModel
Sets the group id of this bookmarks entry.

Specified by:
setGroupId in interface BookmarksEntryModel
Parameters:
groupId - the group id of this bookmarks entry

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Description copied from interface: BookmarksEntryModel
Gets the company id of this bookmarks entry.

Specified by:
getCompanyId in interface BookmarksEntryModel
Returns:
the company id of this bookmarks entry

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: BookmarksEntryModel
Sets the company id of this bookmarks entry.

Specified by:
setCompanyId in interface BookmarksEntryModel
Parameters:
companyId - the company id of this bookmarks entry

getUserId

public long getUserId()
Description copied from interface: BookmarksEntryModel
Gets the user id of this bookmarks entry.

Specified by:
getUserId in interface BookmarksEntryModel
Returns:
the user id of this bookmarks entry

setUserId

public void setUserId(long userId)
Description copied from interface: BookmarksEntryModel
Sets the user id of this bookmarks entry.

Specified by:
setUserId in interface BookmarksEntryModel
Parameters:
userId - the user id of this bookmarks entry

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: BookmarksEntryModel
Gets the user uuid of this bookmarks entry.

Specified by:
getUserUuid in interface BookmarksEntryModel
Returns:
the user uuid of this bookmarks entry
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: BookmarksEntryModel
Sets the user uuid of this bookmarks entry.

Specified by:
setUserUuid in interface BookmarksEntryModel
Parameters:
userUuid - the user uuid of this bookmarks entry

getCreateDate

public Date getCreateDate()
Description copied from interface: BookmarksEntryModel
Gets the create date of this bookmarks entry.

Specified by:
getCreateDate in interface BookmarksEntryModel
Returns:
the create date of this bookmarks entry

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: BookmarksEntryModel
Sets the create date of this bookmarks entry.

Specified by:
setCreateDate in interface BookmarksEntryModel
Parameters:
createDate - the create date of this bookmarks entry

getModifiedDate

public Date getModifiedDate()
Description copied from interface: BookmarksEntryModel
Gets the modified date of this bookmarks entry.

Specified by:
getModifiedDate in interface BookmarksEntryModel
Returns:
the modified date of this bookmarks entry

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: BookmarksEntryModel
Sets the modified date of this bookmarks entry.

Specified by:
setModifiedDate in interface BookmarksEntryModel
Parameters:
modifiedDate - the modified date of this bookmarks entry

getFolderId

public long getFolderId()
Description copied from interface: BookmarksEntryModel
Gets the folder id of this bookmarks entry.

Specified by:
getFolderId in interface BookmarksEntryModel
Returns:
the folder id of this bookmarks entry

setFolderId

public void setFolderId(long folderId)
Description copied from interface: BookmarksEntryModel
Sets the folder id of this bookmarks entry.

Specified by:
setFolderId in interface BookmarksEntryModel
Parameters:
folderId - the folder id of this bookmarks entry

getName

public String getName()
Description copied from interface: BookmarksEntryModel
Gets the name of this bookmarks entry.

Specified by:
getName in interface BookmarksEntryModel
Returns:
the name of this bookmarks entry

setName

public void setName(String name)
Description copied from interface: BookmarksEntryModel
Sets the name of this bookmarks entry.

Specified by:
setName in interface BookmarksEntryModel
Parameters:
name - the name of this bookmarks entry

getUrl

public String getUrl()
Description copied from interface: BookmarksEntryModel
Gets the url of this bookmarks entry.

Specified by:
getUrl in interface BookmarksEntryModel
Returns:
the url of this bookmarks entry

setUrl

public void setUrl(String url)
Description copied from interface: BookmarksEntryModel
Sets the url of this bookmarks entry.

Specified by:
setUrl in interface BookmarksEntryModel
Parameters:
url - the url of this bookmarks entry

getComments

public String getComments()
Description copied from interface: BookmarksEntryModel
Gets the comments of this bookmarks entry.

Specified by:
getComments in interface BookmarksEntryModel
Returns:
the comments of this bookmarks entry

setComments

public void setComments(String comments)
Description copied from interface: BookmarksEntryModel
Sets the comments of this bookmarks entry.

Specified by:
setComments in interface BookmarksEntryModel
Parameters:
comments - the comments of this bookmarks entry

getVisits

public int getVisits()
Description copied from interface: BookmarksEntryModel
Gets the visits of this bookmarks entry.

Specified by:
getVisits in interface BookmarksEntryModel
Returns:
the visits of this bookmarks entry

setVisits

public void setVisits(int visits)
Description copied from interface: BookmarksEntryModel
Sets the visits of this bookmarks entry.

Specified by:
setVisits in interface BookmarksEntryModel
Parameters:
visits - the visits of this bookmarks entry

getPriority

public int getPriority()
Description copied from interface: BookmarksEntryModel
Gets the priority of this bookmarks entry.

Specified by:
getPriority in interface BookmarksEntryModel
Returns:
the priority of this bookmarks entry

setPriority

public void setPriority(int priority)
Description copied from interface: BookmarksEntryModel
Sets the priority of this bookmarks entry.

Specified by:
setPriority in interface BookmarksEntryModel
Parameters:
priority - the priority of this bookmarks entry

toEscapedModel

public BookmarksEntry toEscapedModel()
Description copied from interface: BookmarksEntryModel
Gets a copy of this bookmarks entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BookmarksEntryModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<BookmarksEntry>
Specified by:
getExpandoBridge in interface BookmarksEntryModel
Overrides:
getExpandoBridge in class BaseModelImpl<BookmarksEntry>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<BookmarksEntry>
Specified by:
setExpandoBridgeAttributes in interface BookmarksEntryModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<BookmarksEntry>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<BookmarksEntry>
Specified by:
clone in interface BookmarksEntryModel
Specified by:
clone in class BaseModelImpl<BookmarksEntry>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(BookmarksEntry bookmarksEntry)
Specified by:
compareTo in interface BookmarksEntryModel
Specified by:
compareTo in interface Comparable<BookmarksEntry>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface BookmarksEntryModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface BookmarksEntryModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<BookmarksEntry>
Specified by:
toXmlString in interface BookmarksEntryModel
Returns:
the XML representation of this model instance

Liferay 6.0.5