Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model.impl
Class MBThreadModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBThread>
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
All Implemented Interfaces:
BaseModel<MBThread>, ClassedModel, WorkflowedModel, MBThreadModel, Serializable, Cloneable, Comparable<MBThread>
Direct Known Subclasses:
MBThreadBaseImpl

@JSON(strict=true)
public class MBThreadModelImpl
extends BaseModelImpl<MBThread>
implements MBThreadModel

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

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

See Also:
MBThreadImpl, MBThread, MBThreadModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static long CATEGORYID_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LASTPOSTDATE_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long PRIORITY_COLUMN_BITMASK
           
static long ROOTMESSAGEID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static long STATUS_COLUMN_BITMASK
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
 
Constructor Summary
MBThreadModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBThread mbThread)
           
 boolean equals(Object obj)
           
 boolean getApproved()
          Deprecated. isApproved()
 long getCategoryId()
          Returns the category ID of this message boards thread.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this message boards thread.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this message boards thread.
 long getLastPostByUserId()
          Returns the last post by user ID of this message boards thread.
 String getLastPostByUserUuid()
          Returns the last post by user uuid of this message boards thread.
 Date getLastPostDate()
          Returns the last post date of this message boards thread.
 int getMessageCount()
          Returns the message count of this message boards thread.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getOriginalCategoryId()
           
 long getOriginalGroupId()
           
 Date getOriginalLastPostDate()
           
 double getOriginalPriority()
           
 long getOriginalRootMessageId()
           
 int getOriginalStatus()
           
 long getPrimaryKey()
          Returns the primary key of this message boards thread.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 double getPriority()
          Returns the priority of this message boards thread.
 boolean getQuestion()
          Returns the question of this message boards thread.
 long getRootMessageId()
          Returns the root message ID of this message boards thread.
 long getRootMessageUserId()
          Returns the root message user ID of this message boards thread.
 String getRootMessageUserUuid()
          Returns the root message user uuid of this message boards thread.
 int getStatus()
          Returns the status of this message boards thread.
 long getStatusByUserId()
          Returns the status by user ID of this message boards thread.
 String getStatusByUserName()
          Returns the status by user name of this message boards thread.
 String getStatusByUserUuid()
          Returns the status by user uuid of this message boards thread.
 Date getStatusDate()
          Returns the status date of this message boards thread.
 long getThreadId()
          Returns the thread ID of this message boards thread.
 int getViewCount()
          Returns the view count of this message boards thread.
 int hashCode()
           
 boolean isApproved()
          Returns true if this message boards thread is approved.
 boolean isDenied()
          Returns true if this message boards thread is denied.
 boolean isDraft()
          Returns true if this message boards thread is a draft.
 boolean isExpired()
          Returns true if this message boards thread is expired.
 boolean isInactive()
          Returns true if this message boards thread is inactive.
 boolean isIncomplete()
          Returns true if this message boards thread is incomplete.
 boolean isPending()
          Returns true if this message boards thread is pending.
 boolean isQuestion()
          Returns true if this message boards thread is question.
 boolean isScheduled()
          Returns true if this message boards thread is scheduled.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCategoryId(long categoryId)
          Sets the category ID of this message boards thread.
 void setCompanyId(long companyId)
          Sets the company ID of this message boards thread.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this message boards thread.
 void setLastPostByUserId(long lastPostByUserId)
          Sets the last post by user ID of this message boards thread.
 void setLastPostByUserUuid(String lastPostByUserUuid)
          Sets the last post by user uuid of this message boards thread.
 void setLastPostDate(Date lastPostDate)
          Sets the last post date of this message boards thread.
 void setMessageCount(int messageCount)
          Sets the message count of this message boards thread.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this message boards thread.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setPriority(double priority)
          Sets the priority of this message boards thread.
 void setQuestion(boolean question)
          Sets whether this message boards thread is question.
 void setRootMessageId(long rootMessageId)
          Sets the root message ID of this message boards thread.
 void setRootMessageUserId(long rootMessageUserId)
          Sets the root message user ID of this message boards thread.
 void setRootMessageUserUuid(String rootMessageUserUuid)
          Sets the root message user uuid of this message boards thread.
 void setStatus(int status)
          Sets the status of this message boards thread.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this message boards thread.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this message boards thread.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this message boards thread.
 void setStatusDate(Date statusDate)
          Sets the status date of this message boards thread.
 void setThreadId(long threadId)
          Sets the thread ID of this message boards thread.
 void setViewCount(int viewCount)
          Sets the view count of this message boards thread.
 CacheModel<MBThread> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 MBThread toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static MBThread toModel(MBThreadSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<MBThread> toModels(MBThreadSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 MBThread toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel
isCachedModel, isEscapedModel, isNew, setCachedModel, 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

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

CATEGORYID_COLUMN_BITMASK

public static long CATEGORYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

LASTPOSTDATE_COLUMN_BITMASK

public static long LASTPOSTDATE_COLUMN_BITMASK

PRIORITY_COLUMN_BITMASK

public static long PRIORITY_COLUMN_BITMASK

ROOTMESSAGEID_COLUMN_BITMASK

public static long ROOTMESSAGEID_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBThreadModelImpl

public MBThreadModelImpl()
Method Detail

toModel

public static MBThread toModel(MBThreadSoap 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<MBThread> toModels(MBThreadSoap[] 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: MBThreadModel
Returns the primary key of this message boards thread.

Specified by:
getPrimaryKey in interface MBThreadModel
Returns:
the primary key of this message boards thread

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: MBThreadModel
Sets the primary key of this message boards thread.

Specified by:
setPrimaryKey in interface MBThreadModel
Parameters:
primaryKey - the primary key of this message boards thread

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<MBThread>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface MBThreadModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<MBThread>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface MBThreadModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<MBThread>
Overrides:
getModelAttributes in class BaseModelImpl<MBThread>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<MBThread>
Overrides:
setModelAttributes in class BaseModelImpl<MBThread>

getThreadId

@JSON
public long getThreadId()
Description copied from interface: MBThreadModel
Returns the thread ID of this message boards thread.

Specified by:
getThreadId in interface MBThreadModel
Returns:
the thread ID of this message boards thread

setThreadId

public void setThreadId(long threadId)
Description copied from interface: MBThreadModel
Sets the thread ID of this message boards thread.

Specified by:
setThreadId in interface MBThreadModel
Parameters:
threadId - the thread ID of this message boards thread

getGroupId

@JSON
public long getGroupId()
Description copied from interface: MBThreadModel
Returns the group ID of this message boards thread.

Specified by:
getGroupId in interface MBThreadModel
Returns:
the group ID of this message boards thread

setGroupId

public void setGroupId(long groupId)
Description copied from interface: MBThreadModel
Sets the group ID of this message boards thread.

Specified by:
setGroupId in interface MBThreadModel
Parameters:
groupId - the group ID of this message boards thread

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: MBThreadModel
Returns the company ID of this message boards thread.

Specified by:
getCompanyId in interface MBThreadModel
Returns:
the company ID of this message boards thread

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: MBThreadModel
Sets the company ID of this message boards thread.

Specified by:
setCompanyId in interface MBThreadModel
Parameters:
companyId - the company ID of this message boards thread

getCategoryId

@JSON
public long getCategoryId()
Description copied from interface: MBThreadModel
Returns the category ID of this message boards thread.

Specified by:
getCategoryId in interface MBThreadModel
Returns:
the category ID of this message boards thread

setCategoryId

public void setCategoryId(long categoryId)
Description copied from interface: MBThreadModel
Sets the category ID of this message boards thread.

Specified by:
setCategoryId in interface MBThreadModel
Parameters:
categoryId - the category ID of this message boards thread

getOriginalCategoryId

public long getOriginalCategoryId()

getRootMessageId

@JSON
public long getRootMessageId()
Description copied from interface: MBThreadModel
Returns the root message ID of this message boards thread.

Specified by:
getRootMessageId in interface MBThreadModel
Returns:
the root message ID of this message boards thread

setRootMessageId

public void setRootMessageId(long rootMessageId)
Description copied from interface: MBThreadModel
Sets the root message ID of this message boards thread.

Specified by:
setRootMessageId in interface MBThreadModel
Parameters:
rootMessageId - the root message ID of this message boards thread

getOriginalRootMessageId

public long getOriginalRootMessageId()

getRootMessageUserId

@JSON
public long getRootMessageUserId()
Description copied from interface: MBThreadModel
Returns the root message user ID of this message boards thread.

Specified by:
getRootMessageUserId in interface MBThreadModel
Returns:
the root message user ID of this message boards thread

setRootMessageUserId

public void setRootMessageUserId(long rootMessageUserId)
Description copied from interface: MBThreadModel
Sets the root message user ID of this message boards thread.

Specified by:
setRootMessageUserId in interface MBThreadModel
Parameters:
rootMessageUserId - the root message user ID of this message boards thread

getRootMessageUserUuid

public String getRootMessageUserUuid()
                              throws SystemException
Description copied from interface: MBThreadModel
Returns the root message user uuid of this message boards thread.

Specified by:
getRootMessageUserUuid in interface MBThreadModel
Returns:
the root message user uuid of this message boards thread
Throws:
SystemException - if a system exception occurred

setRootMessageUserUuid

public void setRootMessageUserUuid(String rootMessageUserUuid)
Description copied from interface: MBThreadModel
Sets the root message user uuid of this message boards thread.

Specified by:
setRootMessageUserUuid in interface MBThreadModel
Parameters:
rootMessageUserUuid - the root message user uuid of this message boards thread

getMessageCount

@JSON
public int getMessageCount()
Description copied from interface: MBThreadModel
Returns the message count of this message boards thread.

Specified by:
getMessageCount in interface MBThreadModel
Returns:
the message count of this message boards thread

setMessageCount

public void setMessageCount(int messageCount)
Description copied from interface: MBThreadModel
Sets the message count of this message boards thread.

Specified by:
setMessageCount in interface MBThreadModel
Parameters:
messageCount - the message count of this message boards thread

getViewCount

@JSON
public int getViewCount()
Description copied from interface: MBThreadModel
Returns the view count of this message boards thread.

Specified by:
getViewCount in interface MBThreadModel
Returns:
the view count of this message boards thread

setViewCount

public void setViewCount(int viewCount)
Description copied from interface: MBThreadModel
Sets the view count of this message boards thread.

Specified by:
setViewCount in interface MBThreadModel
Parameters:
viewCount - the view count of this message boards thread

getLastPostByUserId

@JSON
public long getLastPostByUserId()
Description copied from interface: MBThreadModel
Returns the last post by user ID of this message boards thread.

Specified by:
getLastPostByUserId in interface MBThreadModel
Returns:
the last post by user ID of this message boards thread

setLastPostByUserId

public void setLastPostByUserId(long lastPostByUserId)
Description copied from interface: MBThreadModel
Sets the last post by user ID of this message boards thread.

Specified by:
setLastPostByUserId in interface MBThreadModel
Parameters:
lastPostByUserId - the last post by user ID of this message boards thread

getLastPostByUserUuid

public String getLastPostByUserUuid()
                             throws SystemException
Description copied from interface: MBThreadModel
Returns the last post by user uuid of this message boards thread.

Specified by:
getLastPostByUserUuid in interface MBThreadModel
Returns:
the last post by user uuid of this message boards thread
Throws:
SystemException - if a system exception occurred

setLastPostByUserUuid

public void setLastPostByUserUuid(String lastPostByUserUuid)
Description copied from interface: MBThreadModel
Sets the last post by user uuid of this message boards thread.

Specified by:
setLastPostByUserUuid in interface MBThreadModel
Parameters:
lastPostByUserUuid - the last post by user uuid of this message boards thread

getLastPostDate

@JSON
public Date getLastPostDate()
Description copied from interface: MBThreadModel
Returns the last post date of this message boards thread.

Specified by:
getLastPostDate in interface MBThreadModel
Returns:
the last post date of this message boards thread

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Description copied from interface: MBThreadModel
Sets the last post date of this message boards thread.

Specified by:
setLastPostDate in interface MBThreadModel
Parameters:
lastPostDate - the last post date of this message boards thread

getOriginalLastPostDate

public Date getOriginalLastPostDate()

getPriority

@JSON
public double getPriority()
Description copied from interface: MBThreadModel
Returns the priority of this message boards thread.

Specified by:
getPriority in interface MBThreadModel
Returns:
the priority of this message boards thread

setPriority

public void setPriority(double priority)
Description copied from interface: MBThreadModel
Sets the priority of this message boards thread.

Specified by:
setPriority in interface MBThreadModel
Parameters:
priority - the priority of this message boards thread

getOriginalPriority

public double getOriginalPriority()

getQuestion

@JSON
public boolean getQuestion()
Description copied from interface: MBThreadModel
Returns the question of this message boards thread.

Specified by:
getQuestion in interface MBThreadModel
Returns:
the question of this message boards thread

isQuestion

public boolean isQuestion()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is question.

Specified by:
isQuestion in interface MBThreadModel
Returns:
true if this message boards thread is question; false otherwise

setQuestion

public void setQuestion(boolean question)
Description copied from interface: MBThreadModel
Sets whether this message boards thread is question.

Specified by:
setQuestion in interface MBThreadModel
Parameters:
question - the question of this message boards thread

getStatus

@JSON
public int getStatus()
Description copied from interface: MBThreadModel
Returns the status of this message boards thread.

Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface MBThreadModel
Returns:
the status of this message boards thread

setStatus

public void setStatus(int status)
Description copied from interface: MBThreadModel
Sets the status of this message boards thread.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface MBThreadModel
Parameters:
status - the status of this message boards thread

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Description copied from interface: MBThreadModel
Returns the status by user ID of this message boards thread.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface MBThreadModel
Returns:
the status by user ID of this message boards thread

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: MBThreadModel
Sets the status by user ID of this message boards thread.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface MBThreadModel
Parameters:
statusByUserId - the status by user ID of this message boards thread

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: MBThreadModel
Returns the status by user uuid of this message boards thread.

Specified by:
getStatusByUserUuid in interface MBThreadModel
Returns:
the status by user uuid of this message boards thread
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: MBThreadModel
Sets the status by user uuid of this message boards thread.

Specified by:
setStatusByUserUuid in interface MBThreadModel
Parameters:
statusByUserUuid - the status by user uuid of this message boards thread

getStatusByUserName

@JSON
public String getStatusByUserName()
Description copied from interface: MBThreadModel
Returns the status by user name of this message boards thread.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface MBThreadModel
Returns:
the status by user name of this message boards thread

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: MBThreadModel
Sets the status by user name of this message boards thread.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface MBThreadModel
Parameters:
statusByUserName - the status by user name of this message boards thread

getStatusDate

@JSON
public Date getStatusDate()
Description copied from interface: MBThreadModel
Returns the status date of this message boards thread.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface MBThreadModel
Returns:
the status date of this message boards thread

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: MBThreadModel
Sets the status date of this message boards thread.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface MBThreadModel
Parameters:
statusDate - the status date of this message boards thread

getApproved

public boolean getApproved()
Deprecated. isApproved()

Specified by:
getApproved in interface MBThreadModel

isApproved

public boolean isApproved()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface MBThreadModel
Returns:
true if this message boards thread is approved; false otherwise

isDenied

public boolean isDenied()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is denied.

Specified by:
isDenied in interface MBThreadModel
Returns:
true if this message boards thread is denied; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface MBThreadModel
Returns:
true if this message boards thread is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface MBThreadModel
Returns:
true if this message boards thread is expired; false otherwise

isInactive

public boolean isInactive()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is inactive.

Specified by:
isInactive in interface MBThreadModel
Returns:
true if this message boards thread is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is incomplete.

Specified by:
isIncomplete in interface MBThreadModel
Returns:
true if this message boards thread is incomplete; false otherwise

isPending

public boolean isPending()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface MBThreadModel
Returns:
true if this message boards thread is pending; false otherwise

isScheduled

public boolean isScheduled()
Description copied from interface: MBThreadModel
Returns true if this message boards thread is scheduled.

Specified by:
isScheduled in interface MBThreadModel
Returns:
true if this message boards thread is scheduled; false otherwise

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<MBThread>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface MBThreadModel
Overrides:
getExpandoBridge in class BaseModelImpl<MBThread>
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<MBThread>
Specified by:
setExpandoBridgeAttributes in interface MBThreadModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<MBThread>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public MBThread toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<MBThread>
Specified by:
toEscapedModel in interface MBThreadModel
Overrides:
toEscapedModel in class BaseModelImpl<MBThread>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public MBThread toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<MBThread>
Specified by:
toUnescapedModel in interface MBThreadModel
Overrides:
toUnescapedModel in class BaseModelImpl<MBThread>

clone

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

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

compareTo

public int compareTo(MBThread mbThread)
Specified by:
compareTo in interface MBThreadModel
Specified by:
compareTo in interface Comparable<MBThread>

equals

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

hashCode

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

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<MBThread>
Overrides:
resetOriginalValues in class BaseModelImpl<MBThread>

toCacheModel

public CacheModel<MBThread> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<MBThread>
Specified by:
toCacheModel in interface MBThreadModel
Overrides:
toCacheModel in class BaseModelImpl<MBThread>
Returns:
the cache model object

toString

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

toXmlString

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

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

Liferay 6.1.2-ce-ga3