public class MBSuspiciousActivityWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity> implements MBSuspiciousActivity, com.liferay.portal.kernel.model.ModelWrapper<MBSuspiciousActivity>
This class is a wrapper for MBSuspiciousActivity
.
MBSuspiciousActivity
,
Serialized FormSUSPICIOUS_ACTIVITY_ID_ACCESSOR
Constructor and Description |
---|
MBSuspiciousActivityWrapper(MBSuspiciousActivity mbSuspiciousActivity) |
Modifier and Type | Method and Description |
---|---|
MBSuspiciousActivity |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<MBSuspiciousActivity,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<MBSuspiciousActivity,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this message boards suspicious activity.
|
long |
getContainerModelId()
Returns the container model ID of this message boards suspicious activity.
|
java.lang.String |
getContainerModelName()
Returns the container name of this message boards suspicious activity.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards suspicious activity.
|
long |
getCtCollectionId()
Returns the ct collection ID of this message boards suspicious activity.
|
long |
getGroupId()
Returns the group ID of this message boards suspicious activity.
|
long |
getMessageId()
Returns the message ID of this message boards suspicious activity.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards suspicious activity.
|
long |
getMvccVersion()
Returns the mvcc version of this message boards suspicious activity.
|
long |
getParentContainerModelId()
Returns the parent container model ID of this message boards suspicious activity.
|
long |
getPrimaryKey()
Returns the primary key of this message boards suspicious activity.
|
java.lang.String |
getReason()
Returns the reason of this message boards suspicious activity.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getSuspiciousActivityId()
Returns the suspicious activity ID of this message boards suspicious activity.
|
long |
getThreadId()
Returns the thread ID of this message boards suspicious activity.
|
long |
getUserId()
Returns the user ID of this message boards suspicious activity.
|
java.lang.String |
getUserName()
Returns the user name of this message boards suspicious activity.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards suspicious activity.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards suspicious activity.
|
boolean |
getValidated()
Returns the validated of this message boards suspicious activity.
|
boolean |
isValidated()
Returns
true if this message boards suspicious activity is validated. |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards suspicious activity.
|
void |
setContainerModelId(long containerModelId)
Sets the container model ID of this message boards suspicious activity.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this message boards suspicious activity.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this message boards suspicious activity.
|
void |
setGroupId(long groupId)
Sets the group ID of this message boards suspicious activity.
|
void |
setMessageId(long messageId)
Sets the message ID of this message boards suspicious activity.
|
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 suspicious activity.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this message boards suspicious activity.
|
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this message boards suspicious activity.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards suspicious activity.
|
void |
setReason(java.lang.String reason)
Sets the reason of this message boards suspicious activity.
|
void |
setSuspiciousActivityId(long suspiciousActivityId)
Sets the suspicious activity ID of this message boards suspicious activity.
|
void |
setThreadId(long threadId)
Sets the thread ID of this message boards suspicious activity.
|
void |
setUserId(long userId)
Sets the user ID of this message boards suspicious activity.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards suspicious activity.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards suspicious activity.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards suspicious activity.
|
void |
setValidated(boolean validated)
Sets whether this message boards suspicious activity is validated.
|
java.lang.String |
toXmlString() |
protected MBSuspiciousActivityWrapper |
wrap(MBSuspiciousActivity mbSuspiciousActivity) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
getModelClass, getModelClassName
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public MBSuspiciousActivityWrapper(MBSuspiciousActivity mbSuspiciousActivity)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
public MBSuspiciousActivity cloneWithOriginalValues()
cloneWithOriginalValues
in interface MBSuspiciousActivityModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
public long getCompanyId()
getCompanyId
in interface MBSuspiciousActivityModel
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 long getContainerModelId()
getContainerModelId
in interface MBSuspiciousActivityModel
getContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
public java.lang.String getContainerModelName()
getContainerModelName
in interface MBSuspiciousActivityModel
getContainerModelName
in interface com.liferay.portal.kernel.model.ContainerModel
public java.util.Date getCreateDate()
getCreateDate
in interface MBSuspiciousActivityModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getCtCollectionId()
getCtCollectionId
in interface MBSuspiciousActivityModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
public long getGroupId()
getGroupId
in interface MBSuspiciousActivityModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getMessageId()
getMessageId
in interface MBSuspiciousActivityModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface MBSuspiciousActivityModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface MBSuspiciousActivityModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getParentContainerModelId()
getParentContainerModelId
in interface MBSuspiciousActivityModel
getParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
public long getPrimaryKey()
getPrimaryKey
in interface MBSuspiciousActivityModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
public java.lang.String getReason()
getReason
in interface MBSuspiciousActivityModel
public long getSuspiciousActivityId()
getSuspiciousActivityId
in interface MBSuspiciousActivityModel
public long getThreadId()
getThreadId
in interface MBSuspiciousActivityModel
public long getUserId()
getUserId
in interface MBSuspiciousActivityModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface MBSuspiciousActivityModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface MBSuspiciousActivityModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface MBSuspiciousActivityModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public boolean getValidated()
getValidated
in interface MBSuspiciousActivityModel
public boolean isValidated()
true
if this message boards suspicious activity is validated.isValidated
in interface MBSuspiciousActivityModel
true
if this message boards suspicious activity is validated; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface MBSuspiciousActivityModel
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 suspicious activitypublic void setContainerModelId(long containerModelId)
setContainerModelId
in interface MBSuspiciousActivityModel
setContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
containerModelId
- the container model ID of this message boards suspicious activitypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface MBSuspiciousActivityModel
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 suspicious activitypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface MBSuspiciousActivityModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
ctCollectionId
- the ct collection ID of this message boards suspicious activitypublic void setGroupId(long groupId)
setGroupId
in interface MBSuspiciousActivityModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this message boards suspicious activitypublic void setMessageId(long messageId)
setMessageId
in interface MBSuspiciousActivityModel
messageId
- the message ID of this message boards suspicious activitypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface MBSuspiciousActivityModel
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 suspicious activitypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MBSuspiciousActivityModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this message boards suspicious activitypublic void setParentContainerModelId(long parentContainerModelId)
setParentContainerModelId
in interface MBSuspiciousActivityModel
setParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
parentContainerModelId
- the parent container model ID of this message boards suspicious activitypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MBSuspiciousActivityModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
primaryKey
- the primary key of this message boards suspicious activitypublic void setReason(java.lang.String reason)
setReason
in interface MBSuspiciousActivityModel
reason
- the reason of this message boards suspicious activitypublic void setSuspiciousActivityId(long suspiciousActivityId)
setSuspiciousActivityId
in interface MBSuspiciousActivityModel
suspiciousActivityId
- the suspicious activity ID of this message boards suspicious activitypublic void setThreadId(long threadId)
setThreadId
in interface MBSuspiciousActivityModel
threadId
- the thread ID of this message boards suspicious activitypublic void setUserId(long userId)
setUserId
in interface MBSuspiciousActivityModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this message boards suspicious activitypublic void setUserName(java.lang.String userName)
setUserName
in interface MBSuspiciousActivityModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this message boards suspicious activitypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MBSuspiciousActivityModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this message boards suspicious activitypublic void setUuid(java.lang.String uuid)
setUuid
in interface MBSuspiciousActivityModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this message boards suspicious activitypublic void setValidated(boolean validated)
setValidated
in interface MBSuspiciousActivityModel
validated
- the validated of this message boards suspicious activitypublic java.lang.String toXmlString()
toXmlString
in interface MBSuspiciousActivityModel
public java.util.Map<java.lang.String,java.util.function.Function<MBSuspiciousActivity,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<MBSuspiciousActivity,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected MBSuspiciousActivityWrapper wrap(MBSuspiciousActivity mbSuspiciousActivity)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>