Package com.liferay.message.boards.model
Class MBThreadWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThread>
com.liferay.message.boards.model.MBThreadWrapper
- All Implemented Interfaces:
MBThread,MBThreadModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MBThread>,com.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ContainerModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<MBThread>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TrashedModel,com.liferay.portal.kernel.model.WorkflowedModel,Serializable,Cloneable,Comparable<MBThread>
public class MBThreadWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThread>
implements MBThread, com.liferay.portal.kernel.model.ModelWrapper<MBThread>
This class is a wrapper for MBThread.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.message.boards.model.MBThread
THREAD_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FolderlonglongReturns the category ID of this message boards thread.longReturns the company ID of this message boards thread.longReturns the container model ID of this message boards thread.Returns the container name of this message boards thread.Returns the create date of this message boards thread.longReturns the ct collection ID of this message boards thread.longReturns the group ID of this message boards thread.longReturns the last post by user ID of this message boards thread.Returns the last post by user uuid of this message boards thread.Returns the last post date of this message boards thread.Returns the last publish date of this message boards thread.com.liferay.portal.kernel.lock.LockgetLock()intReturns the modified date of this message boards thread.longReturns the mvcc version of this message boards thread.longReturns the parent container model ID of this message boards thread.long[]longReturns the primary key of this message boards thread.doubleReturns the priority of this message boards thread.booleanReturns the question of this message boards thread.longReturns the root message ID of this message boards thread.longReturns the root message user ID of this message boards thread.Returns the root message user uuid of this message boards thread.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this message boards thread.longReturns the status by user ID of this message boards thread.Returns the status by user name of this message boards thread.Returns the status by user uuid of this message boards thread.Returns the status date of this message boards thread.longReturns the thread ID of this message boards thread.getTitle()Returns the title of this message boards thread.longReturns the class primary key of the trash entry for this message boards thread.longReturns the user ID of this message boards thread.Returns the user name of this message boards thread.Returns the user uuid of this message boards thread.getUuid()Returns the uuid of this message boards thread.longbooleanhasLock(long userId) booleanReturnstrueif this message boards thread is approved.booleanisDenied()Returnstrueif this message boards thread is denied.booleanisDraft()Returnstrueif this message boards thread is a draft.booleanReturnstrueif this message boards thread is expired.booleanReturnstrueif this message boards thread is inactive.booleanReturnstrueif this message boards thread is incomplete.booleanReturnstrueif this message boards thread is in the Recycle Bin.booleanisLocked()booleanReturnstrueif this message boards thread is pending.booleanReturnstrueif this message boards thread is question.booleanReturnstrueif this message boards thread is scheduled.voidpersist()voidsetCategoryId(long categoryId) Sets the category ID of this message boards thread.voidsetCompanyId(long companyId) Sets the company ID of this message boards thread.voidsetContainerModelId(long containerModelId) Sets the container model ID of this message boards thread.voidsetCreateDate(Date createDate) Sets the create date of this message boards thread.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards thread.voidsetGroupId(long groupId) Sets the group ID of this message boards thread.voidsetLastPostByUserId(long lastPostByUserId) Sets the last post by user ID of this message boards thread.voidsetLastPostByUserUuid(String lastPostByUserUuid) Sets the last post by user uuid of this message boards thread.voidsetLastPostDate(Date lastPostDate) Sets the last post date of this message boards thread.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this message boards thread.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this message boards thread.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this message boards thread.voidsetParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this message boards thread.voidsetPrimaryKey(long primaryKey) Sets the primary key of this message boards thread.voidsetPriority(double priority) Sets the priority of this message boards thread.voidsetQuestion(boolean question) Sets whether this message boards thread is question.voidsetRootMessageId(long rootMessageId) Sets the root message ID of this message boards thread.voidsetRootMessageUserId(long rootMessageUserId) Sets the root message user ID of this message boards thread.voidsetRootMessageUserUuid(String rootMessageUserUuid) Sets the root message user uuid of this message boards thread.voidsetStatus(int status) Sets the status of this message boards thread.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this message boards thread.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this message boards thread.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this message boards thread.voidsetStatusDate(Date statusDate) Sets the status date of this message boards thread.voidsetThreadId(long threadId) Sets the thread ID of this message boards thread.voidSets the title of this message boards thread.voidsetUserId(long userId) Sets the user ID of this message boards thread.voidsetUserName(String userName) Sets the user name of this message boards thread.voidsetUserUuid(String userUuid) Sets the user uuid of this message boards thread.voidSets the uuid of this message boards thread.protected MBThreadWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
MBThreadWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThread>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThread>
-
addAttachmentsFolder
public com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addAttachmentsFolderin interfaceMBThread- Throws:
com.liferay.portal.kernel.exception.PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThread>- Specified by:
cloneWithOriginalValuesin interfaceMBThreadModel
-
getAttachmentsFolderId
public long getAttachmentsFolderId()- Specified by:
getAttachmentsFolderIdin interfaceMBThread
-
getCategory
- Specified by:
getCategoryin interfaceMBThread- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCategoryId
public long getCategoryId()Returns the category ID of this message boards thread.- Specified by:
getCategoryIdin interfaceMBThreadModel- Returns:
- the category ID of this message boards thread
-
getCompanyId
public long getCompanyId()Returns the company ID of this message boards thread.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMBThreadModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this message boards thread
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this message boards thread.- Specified by:
getContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelIdin interfaceMBThreadModel- Returns:
- the container model ID of this message boards thread
-
getContainerModelName
Returns the container name of this message boards thread.- Specified by:
getContainerModelNamein interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelNamein interfaceMBThreadModel- Returns:
- the container name of this message boards thread
-
getCreateDate
Returns the create date of this message boards thread.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMBThreadModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this message boards thread
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this message boards thread.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>- Specified by:
getCtCollectionIdin interfaceMBThreadModel- Returns:
- the ct collection ID of this message boards thread
-
getGroupId
public long getGroupId()Returns the group ID of this message boards thread.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceMBThreadModel- Returns:
- the group ID of this message boards thread
-
getLastPostByUserId
public long getLastPostByUserId()Returns the last post by user ID of this message boards thread.- Specified by:
getLastPostByUserIdin interfaceMBThreadModel- Returns:
- the last post by user ID of this message boards thread
-
getLastPostByUserUuid
Returns the last post by user uuid of this message boards thread.- Specified by:
getLastPostByUserUuidin interfaceMBThreadModel- Returns:
- the last post by user uuid of this message boards thread
-
getLastPostDate
Returns the last post date of this message boards thread.- Specified by:
getLastPostDatein interfaceMBThreadModel- Returns:
- the last post date of this message boards thread
-
getLastPublishDate
Returns the last publish date of this message boards thread.- Specified by:
getLastPublishDatein interfaceMBThreadModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this message boards thread
-
getLock
public com.liferay.portal.kernel.lock.Lock getLock() -
getMessageCount
public int getMessageCount()- Specified by:
getMessageCountin interfaceMBThread
-
getModifiedDate
Returns the modified date of this message boards thread.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMBThreadModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this message boards thread
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this message boards thread.- Specified by:
getMvccVersionin interfaceMBThreadModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this message boards thread
-
getParentContainerModelId
public long getParentContainerModelId()Returns the parent container model ID of this message boards thread.- Specified by:
getParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getParentContainerModelIdin interfaceMBThreadModel- Returns:
- the parent container model ID of this message boards thread
-
getParticipantUserIds
public long[] getParticipantUserIds()- Specified by:
getParticipantUserIdsin interfaceMBThread
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this message boards thread.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>- Specified by:
getPrimaryKeyin interfaceMBThreadModel- Returns:
- the primary key of this message boards thread
-
getPriority
public double getPriority()Returns the priority of this message boards thread.- Specified by:
getPriorityin interfaceMBThreadModel- Returns:
- the priority of this message boards thread
-
getQuestion
public boolean getQuestion()Returns the question of this message boards thread.- Specified by:
getQuestionin interfaceMBThreadModel- Returns:
- the question of this message boards thread
-
getRootMessageId
public long getRootMessageId()Returns the root message ID of this message boards thread.- Specified by:
getRootMessageIdin interfaceMBThreadModel- Returns:
- the root message ID of this message boards thread
-
getRootMessageUserId
public long getRootMessageUserId()Returns the root message user ID of this message boards thread.- Specified by:
getRootMessageUserIdin interfaceMBThreadModel- Returns:
- the root message user ID of this message boards thread
-
getRootMessageUserUuid
Returns the root message user uuid of this message boards thread.- Specified by:
getRootMessageUserUuidin interfaceMBThreadModel- Returns:
- the root message user uuid of this message boards thread
-
getStatus
public int getStatus()Returns the status of this message boards thread.- Specified by:
getStatusin interfaceMBThreadModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this message boards thread
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this message boards thread.- Specified by:
getStatusByUserIdin interfaceMBThreadModel- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this message boards thread
-
getStatusByUserName
Returns the status by user name of this message boards thread.- Specified by:
getStatusByUserNamein interfaceMBThreadModel- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this message boards thread
-
getStatusByUserUuid
Returns the status by user uuid of this message boards thread.- Specified by:
getStatusByUserUuidin interfaceMBThreadModel- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this message boards thread
-
getStatusDate
Returns the status date of this message boards thread.- Specified by:
getStatusDatein interfaceMBThreadModel- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this message boards thread
-
getThreadId
public long getThreadId()Returns the thread ID of this message boards thread.- Specified by:
getThreadIdin interfaceMBThreadModel- Returns:
- the thread ID of this message boards thread
-
getTitle
Returns the title of this message boards thread.- Specified by:
getTitlein interfaceMBThreadModel- Returns:
- the title of this message boards thread
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this message boards thread.- Specified by:
getTrashEntryClassPKin interfaceMBThreadModel- Specified by:
getTrashEntryClassPKin interfacecom.liferay.portal.kernel.model.TrashedModel- Returns:
- the class primary key of the trash entry for this message boards thread
-
getUserId
public long getUserId()Returns the user ID of this message boards thread.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMBThreadModel- Returns:
- the user ID of this message boards thread
-
getUserName
Returns the user name of this message boards thread.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMBThreadModel- Returns:
- the user name of this message boards thread
-
getUserUuid
Returns the user uuid of this message boards thread.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMBThreadModel- Returns:
- the user uuid of this message boards thread
-
getUuid
Returns the uuid of this message boards thread.- Specified by:
getUuidin interfaceMBThreadModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this message boards thread
-
getViewCount
public long getViewCount()- Specified by:
getViewCountin interfaceMBThread
-
hasLock
public boolean hasLock(long userId) -
isApproved
public boolean isApproved()Returnstrueif this message boards thread is approved.- Specified by:
isApprovedin interfaceMBThreadModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this message boards thread is denied.- Specified by:
isDeniedin interfaceMBThreadModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this message boards thread is a draft.- Specified by:
isDraftin interfaceMBThreadModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this message boards thread is expired.- Specified by:
isExpiredin interfaceMBThreadModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this message boards thread is inactive.- Specified by:
isInactivein interfaceMBThreadModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this message boards thread is incomplete.- Specified by:
isIncompletein interfaceMBThreadModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is incomplete;falseotherwise
-
isInTrash
public boolean isInTrash()Returnstrueif this message boards thread is in the Recycle Bin.- Specified by:
isInTrashin interfaceMBThreadModel- Specified by:
isInTrashin interfacecom.liferay.portal.kernel.model.TrashedModel- Returns:
trueif this message boards thread is in the Recycle Bin;falseotherwise
-
isLocked
public boolean isLocked() -
isPending
public boolean isPending()Returnstrueif this message boards thread is pending.- Specified by:
isPendingin interfaceMBThreadModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is pending;falseotherwise
-
isQuestion
public boolean isQuestion()Returnstrueif this message boards thread is question.- Specified by:
isQuestionin interfaceMBThreadModel- Returns:
trueif this message boards thread is question;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this message boards thread is scheduled.- Specified by:
isScheduledin interfaceMBThreadModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this message boards thread is scheduled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCategoryId
public void setCategoryId(long categoryId) Sets the category ID of this message boards thread.- Specified by:
setCategoryIdin interfaceMBThreadModel- Parameters:
categoryId- the category ID of this message boards thread
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this message boards thread.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMBThreadModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this message boards thread
-
setContainerModelId
public void setContainerModelId(long containerModelId) Sets the container model ID of this message boards thread.- Specified by:
setContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setContainerModelIdin interfaceMBThreadModel- Parameters:
containerModelId- the container model ID of this message boards thread
-
setCreateDate
Sets the create date of this message boards thread.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceMBThreadModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this message boards thread
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards thread.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>- Specified by:
setCtCollectionIdin interfaceMBThreadModel- Parameters:
ctCollectionId- the ct collection ID of this message boards thread
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this message boards thread.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceMBThreadModel- Parameters:
groupId- the group ID of this message boards thread
-
setLastPostByUserId
public void setLastPostByUserId(long lastPostByUserId) Sets the last post by user ID of this message boards thread.- Specified by:
setLastPostByUserIdin interfaceMBThreadModel- Parameters:
lastPostByUserId- the last post by user ID of this message boards thread
-
setLastPostByUserUuid
Sets the last post by user uuid of this message boards thread.- Specified by:
setLastPostByUserUuidin interfaceMBThreadModel- Parameters:
lastPostByUserUuid- the last post by user uuid of this message boards thread
-
setLastPostDate
Sets the last post date of this message boards thread.- Specified by:
setLastPostDatein interfaceMBThreadModel- Parameters:
lastPostDate- the last post date of this message boards thread
-
setLastPublishDate
Sets the last publish date of this message boards thread.- Specified by:
setLastPublishDatein interfaceMBThreadModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this message boards thread
-
setModifiedDate
Sets the modified date of this message boards thread.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceMBThreadModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this message boards thread
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards thread.- Specified by:
setMvccVersionin interfaceMBThreadModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this message boards thread
-
setParentContainerModelId
public void setParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this message boards thread.- Specified by:
setParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setParentContainerModelIdin interfaceMBThreadModel- Parameters:
parentContainerModelId- the parent container model ID of this message boards thread
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this message boards thread.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>- Specified by:
setPrimaryKeyin interfaceMBThreadModel- Parameters:
primaryKey- the primary key of this message boards thread
-
setPriority
public void setPriority(double priority) Sets the priority of this message boards thread.- Specified by:
setPriorityin interfaceMBThreadModel- Parameters:
priority- the priority of this message boards thread
-
setQuestion
public void setQuestion(boolean question) Sets whether this message boards thread is question.- Specified by:
setQuestionin interfaceMBThreadModel- Parameters:
question- the question of this message boards thread
-
setRootMessageId
public void setRootMessageId(long rootMessageId) Sets the root message ID of this message boards thread.- Specified by:
setRootMessageIdin interfaceMBThreadModel- Parameters:
rootMessageId- the root message ID of this message boards thread
-
setRootMessageUserId
public void setRootMessageUserId(long rootMessageUserId) Sets the root message user ID of this message boards thread.- Specified by:
setRootMessageUserIdin interfaceMBThreadModel- Parameters:
rootMessageUserId- the root message user ID of this message boards thread
-
setRootMessageUserUuid
Sets the root message user uuid of this message boards thread.- Specified by:
setRootMessageUserUuidin interfaceMBThreadModel- Parameters:
rootMessageUserUuid- the root message user uuid of this message boards thread
-
setStatus
public void setStatus(int status) Sets the status of this message boards thread.- Specified by:
setStatusin interfaceMBThreadModel- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this message boards thread
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this message boards thread.- Specified by:
setStatusByUserIdin interfaceMBThreadModel- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this message boards thread
-
setStatusByUserName
Sets the status by user name of this message boards thread.- Specified by:
setStatusByUserNamein interfaceMBThreadModel- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this message boards thread
-
setStatusByUserUuid
Sets the status by user uuid of this message boards thread.- Specified by:
setStatusByUserUuidin interfaceMBThreadModel- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this message boards thread
-
setStatusDate
Sets the status date of this message boards thread.- Specified by:
setStatusDatein interfaceMBThreadModel- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this message boards thread
-
setThreadId
public void setThreadId(long threadId) Sets the thread ID of this message boards thread.- Specified by:
setThreadIdin interfaceMBThreadModel- Parameters:
threadId- the thread ID of this message boards thread
-
setTitle
Sets the title of this message boards thread.- Specified by:
setTitlein interfaceMBThreadModel- Parameters:
title- the title of this message boards thread
-
setUserId
public void setUserId(long userId) Sets the user ID of this message boards thread.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMBThreadModel- Parameters:
userId- the user ID of this message boards thread
-
setUserName
Sets the user name of this message boards thread.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMBThreadModel- Parameters:
userName- the user name of this message boards thread
-
setUserUuid
Sets the user uuid of this message boards thread.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMBThreadModel- Parameters:
userUuid- the user uuid of this message boards thread
-
setUuid
Sets the uuid of this message boards thread.- Specified by:
setUuidin interfaceMBThreadModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this message boards thread
-
toXmlString
- Specified by:
toXmlStringin interfaceMBThreadModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<MBThread>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<MBThread>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThread>
-