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
.
MBThreadFlag
,
Serialized FormTHREAD_FLAG_ID_ACCESSOR
Constructor and Description |
---|
MBThreadFlagWrapper(MBThreadFlag mbThreadFlag) |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this message boards thread flag.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards thread flag.
|
long |
getGroupId()
Returns the group ID of this message boards thread flag.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this message boards thread flag.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards thread flag.
|
long |
getPrimaryKey()
Returns the primary key of this message boards thread flag.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getThreadFlagId()
Returns the thread flag ID of this message boards thread flag.
|
long |
getThreadId()
Returns the thread ID of this message boards thread flag.
|
long |
getUserId()
Returns the user ID of this message boards thread flag.
|
java.lang.String |
getUserName()
Returns the user name of this message boards thread flag.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards thread flag.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards thread flag.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards thread flag.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this message boards thread flag.
|
void |
setGroupId(long groupId)
Sets the group ID of this message boards thread flag.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this message boards thread flag.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this message boards thread flag.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards thread flag.
|
void |
setThreadFlagId(long threadFlagId)
Sets the thread flag ID of this message boards thread flag.
|
void |
setThreadId(long threadId)
Sets the thread ID of this message boards thread flag.
|
void |
setUserId(long userId)
Sets the user ID of this message boards thread flag.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards thread flag.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards thread flag.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards thread flag.
|
protected MBThreadFlagWrapper |
wrap(MBThreadFlag mbThreadFlag) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public MBThreadFlagWrapper(MBThreadFlag mbThreadFlag)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBThreadFlag>
public long getCompanyId()
getCompanyId
in interface MBThreadFlagModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface MBThreadFlagModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getGroupId()
getGroupId
in interface MBThreadFlagModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface MBThreadFlagModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface MBThreadFlagModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getPrimaryKey()
getPrimaryKey
in interface MBThreadFlagModel
public long getThreadFlagId()
getThreadFlagId
in interface MBThreadFlagModel
public long getThreadId()
getThreadId
in interface MBThreadFlagModel
public long getUserId()
getUserId
in interface MBThreadFlagModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface MBThreadFlagModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface MBThreadFlagModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface MBThreadFlagModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface MBThreadFlagModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this message boards thread flagpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface MBThreadFlagModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this message boards thread flagpublic void setGroupId(long groupId)
setGroupId
in interface MBThreadFlagModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this message boards thread flagpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface MBThreadFlagModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this message boards thread flagpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface MBThreadFlagModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this message boards thread flagpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MBThreadFlagModel
primaryKey
- the primary key of this message boards thread flagpublic void setThreadFlagId(long threadFlagId)
setThreadFlagId
in interface MBThreadFlagModel
threadFlagId
- the thread flag ID of this message boards thread flagpublic void setThreadId(long threadId)
setThreadId
in interface MBThreadFlagModel
threadId
- the thread ID of this message boards thread flagpublic void setUserId(long userId)
setUserId
in interface MBThreadFlagModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this message boards thread flagpublic void setUserName(java.lang.String userName)
setUserName
in interface MBThreadFlagModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this message boards thread flagpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MBThreadFlagModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this message boards thread flagpublic void setUuid(java.lang.String uuid)
setUuid
in interface MBThreadFlagModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this message boards thread flagpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected MBThreadFlagWrapper wrap(MBThreadFlag mbThreadFlag)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBThreadFlag>