Package com.liferay.message.boards.model
Class MBThreadFlagWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThreadFlag>
com.liferay.message.boards.model.MBThreadFlagWrapper
- All Implemented Interfaces:
MBThreadFlag,MBThreadFlagModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MBThreadFlag>,com.liferay.portal.kernel.model.change.tracking.CTModel<MBThreadFlag>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<MBThreadFlag>,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,Serializable,Cloneable,Comparable<MBThreadFlag>
public class MBThreadFlagWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThreadFlag>
implements MBThreadFlag, com.liferay.portal.kernel.model.ModelWrapper<MBThreadFlag>
This class is a wrapper for MBThreadFlag.
- 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.MBThreadFlag
THREAD_FLAG_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this message boards thread flag.Returns the create date of this message boards thread flag.longReturns the ct collection ID of this message boards thread flag.longReturns the group ID of this message boards thread flag.Returns the last publish date of this message boards thread flag.Returns the modified date of this message boards thread flag.longReturns the mvcc version of this message boards thread flag.longReturns the primary key of this message boards thread flag.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the thread flag ID of this message boards thread flag.longReturns the thread ID of this message boards thread flag.longReturns the user ID of this message boards thread flag.Returns the user name of this message boards thread flag.Returns the user uuid of this message boards thread flag.getUuid()Returns the uuid of this message boards thread flag.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this message boards thread flag.voidsetCreateDate(Date createDate) Sets the create date of this message boards thread flag.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards thread flag.voidsetGroupId(long groupId) Sets the group ID of this message boards thread flag.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this message boards thread flag.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this message boards thread flag.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this message boards thread flag.voidsetPrimaryKey(long primaryKey) Sets the primary key of this message boards thread flag.voidsetThreadFlagId(long threadFlagId) Sets the thread flag ID of this message boards thread flag.voidsetThreadId(long threadId) Sets the thread ID of this message boards thread flag.voidsetUserId(long userId) Sets the user ID of this message boards thread flag.voidsetUserName(String userName) Sets the user name of this message boards thread flag.voidsetUserUuid(String userUuid) Sets the user uuid of this message boards thread flag.voidSets the uuid of this message boards thread flag.protected MBThreadFlagWrapperwrap(MBThreadFlag mbThreadFlag) Methods 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.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
MBThreadFlagWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MBThreadFlag>- Specified by:
cloneWithOriginalValuesin interfaceMBThreadFlagModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this message boards thread flag.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMBThreadFlagModel- 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 flag
-
getCreateDate
Returns the create date of this message boards thread flag.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMBThreadFlagModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this message boards thread flag
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this message boards thread flag.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThreadFlag>- Specified by:
getCtCollectionIdin interfaceMBThreadFlagModel- Returns:
- the ct collection ID of this message boards thread flag
-
getGroupId
public long getGroupId()Returns the group ID of this message boards thread flag.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceMBThreadFlagModel- Returns:
- the group ID of this message boards thread flag
-
getLastPublishDate
Returns the last publish date of this message boards thread flag.- Specified by:
getLastPublishDatein interfaceMBThreadFlagModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this message boards thread flag
-
getModifiedDate
Returns the modified date of this message boards thread flag.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMBThreadFlagModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this message boards thread flag
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this message boards thread flag.- Specified by:
getMvccVersionin interfaceMBThreadFlagModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this message boards thread flag
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this message boards thread flag.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThreadFlag>- Specified by:
getPrimaryKeyin interfaceMBThreadFlagModel- Returns:
- the primary key of this message boards thread flag
-
getThreadFlagId
public long getThreadFlagId()Returns the thread flag ID of this message boards thread flag.- Specified by:
getThreadFlagIdin interfaceMBThreadFlagModel- Returns:
- the thread flag ID of this message boards thread flag
-
getThreadId
public long getThreadId()Returns the thread ID of this message boards thread flag.- Specified by:
getThreadIdin interfaceMBThreadFlagModel- Returns:
- the thread ID of this message boards thread flag
-
getUserId
public long getUserId()Returns the user ID of this message boards thread flag.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMBThreadFlagModel- Returns:
- the user ID of this message boards thread flag
-
getUserName
Returns the user name of this message boards thread flag.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMBThreadFlagModel- Returns:
- the user name of this message boards thread flag
-
getUserUuid
Returns the user uuid of this message boards thread flag.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMBThreadFlagModel- Returns:
- the user uuid of this message boards thread flag
-
getUuid
Returns the uuid of this message boards thread flag.- Specified by:
getUuidin interfaceMBThreadFlagModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this message boards thread flag
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this message boards thread flag.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMBThreadFlagModel- 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 flag
-
setCreateDate
Sets the create date of this message boards thread flag.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceMBThreadFlagModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this message boards thread flag
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards thread flag.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThreadFlag>- Specified by:
setCtCollectionIdin interfaceMBThreadFlagModel- Parameters:
ctCollectionId- the ct collection ID of this message boards thread flag
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this message boards thread flag.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceMBThreadFlagModel- Parameters:
groupId- the group ID of this message boards thread flag
-
setLastPublishDate
Sets the last publish date of this message boards thread flag.- Specified by:
setLastPublishDatein interfaceMBThreadFlagModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this message boards thread flag
-
setModifiedDate
Sets the modified date of this message boards thread flag.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceMBThreadFlagModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this message boards thread flag
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards thread flag.- Specified by:
setMvccVersionin interfaceMBThreadFlagModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this message boards thread flag
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this message boards thread flag.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBThreadFlag>- Specified by:
setPrimaryKeyin interfaceMBThreadFlagModel- Parameters:
primaryKey- the primary key of this message boards thread flag
-
setThreadFlagId
public void setThreadFlagId(long threadFlagId) Sets the thread flag ID of this message boards thread flag.- Specified by:
setThreadFlagIdin interfaceMBThreadFlagModel- Parameters:
threadFlagId- the thread flag ID of this message boards thread flag
-
setThreadId
public void setThreadId(long threadId) Sets the thread ID of this message boards thread flag.- Specified by:
setThreadIdin interfaceMBThreadFlagModel- Parameters:
threadId- the thread ID of this message boards thread flag
-
setUserId
public void setUserId(long userId) Sets the user ID of this message boards thread flag.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMBThreadFlagModel- Parameters:
userId- the user ID of this message boards thread flag
-
setUserName
Sets the user name of this message boards thread flag.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMBThreadFlagModel- Parameters:
userName- the user name of this message boards thread flag
-
setUserUuid
Sets the user uuid of this message boards thread flag.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMBThreadFlagModel- Parameters:
userUuid- the user uuid of this message boards thread flag
-
setUuid
Sets the uuid of this message boards thread flag.- Specified by:
setUuidin interfaceMBThreadFlagModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this message boards thread flag
-
toXmlString
- Specified by:
toXmlStringin interfaceMBThreadFlagModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
-
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<MBThreadFlag>
-