Class MBSuspiciousActivityWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>
com.liferay.message.boards.model.MBSuspiciousActivityWrapper
All Implemented Interfaces:
MBSuspiciousActivity, MBSuspiciousActivityModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<MBSuspiciousActivity>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<MBSuspiciousActivity>

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.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.message.boards.model.MBSuspiciousActivity

    SUSPICIOUS_ACTIVITY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this message boards suspicious activity.
    long
    Returns the container model ID of this message boards suspicious activity.
    Returns the container name of this message boards suspicious activity.
    Returns the create date of this message boards suspicious activity.
    long
    Returns the ct collection ID of this message boards suspicious activity.
    long
    Returns the group ID of this message boards suspicious activity.
    long
    Returns the message ID of this message boards suspicious activity.
     
    Returns the modified date of this message boards suspicious activity.
    long
    Returns the mvcc version of this message boards suspicious activity.
    long
    Returns the parent container model ID of this message boards suspicious activity.
    long
    Returns the primary key of this message boards suspicious activity.
    Returns the reason of this message boards suspicious activity.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the suspicious activity ID of this message boards suspicious activity.
    long
    Returns the thread ID of this message boards suspicious activity.
    long
    Returns the user ID of this message boards suspicious activity.
    Returns the user name of this message boards suspicious activity.
    Returns the user uuid of this message boards suspicious activity.
    Returns the uuid of this message boards suspicious activity.
    boolean
    Returns the validated of this message boards suspicious activity.
    boolean
    Returns true if this message boards suspicious activity is validated.
    void
     
    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(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
     
    void
    setModifiedDate(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(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(String userName)
    Sets the user name of this message boards suspicious activity.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this message boards suspicious activity.
    void
    Sets the uuid of this message boards suspicious activity.
    void
    setValidated(boolean validated)
    Sets whether this message boards suspicious activity is validated.
     
    wrap(MBSuspiciousActivity mbSuspiciousActivity)
     

    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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel

    getModelClass, getModelClassName

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel

    Methods inherited from interface com.liferay.portal.kernel.model.StagedModel

    clone
  • Constructor Details

    • MBSuspiciousActivityWrapper

      public MBSuspiciousActivityWrapper(MBSuspiciousActivity mbSuspiciousActivity)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
    • cloneWithOriginalValues

      public MBSuspiciousActivity cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
      Specified by:
      cloneWithOriginalValues in interface MBSuspiciousActivityModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this message boards suspicious activity.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface MBSuspiciousActivityModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this message boards suspicious activity
    • getContainerModelId

      public long getContainerModelId()
      Returns the container model ID of this message boards suspicious activity.
      Specified by:
      getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getContainerModelId in interface MBSuspiciousActivityModel
      Returns:
      the container model ID of this message boards suspicious activity
    • getContainerModelName

      public String getContainerModelName()
      Returns the container name of this message boards suspicious activity.
      Specified by:
      getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getContainerModelName in interface MBSuspiciousActivityModel
      Returns:
      the container name of this message boards suspicious activity
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this message boards suspicious activity.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface MBSuspiciousActivityModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this message boards suspicious activity
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this message boards suspicious activity.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
      Specified by:
      getCtCollectionId in interface MBSuspiciousActivityModel
      Returns:
      the ct collection ID of this message boards suspicious activity
    • getGroupId

      public long getGroupId()
      Returns the group ID of this message boards suspicious activity.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface MBSuspiciousActivityModel
      Returns:
      the group ID of this message boards suspicious activity
    • getMessageId

      public long getMessageId()
      Returns the message ID of this message boards suspicious activity.
      Specified by:
      getMessageId in interface MBSuspiciousActivityModel
      Returns:
      the message ID of this message boards suspicious activity
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this message boards suspicious activity.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface MBSuspiciousActivityModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this message boards suspicious activity
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this message boards suspicious activity.
      Specified by:
      getMvccVersion in interface MBSuspiciousActivityModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this message boards suspicious activity
    • getParentContainerModelId

      public long getParentContainerModelId()
      Returns the parent container model ID of this message boards suspicious activity.
      Specified by:
      getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getParentContainerModelId in interface MBSuspiciousActivityModel
      Returns:
      the parent container model ID of this message boards suspicious activity
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this message boards suspicious activity.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
      Specified by:
      getPrimaryKey in interface MBSuspiciousActivityModel
      Returns:
      the primary key of this message boards suspicious activity
    • getReason

      public String getReason()
      Returns the reason of this message boards suspicious activity.
      Specified by:
      getReason in interface MBSuspiciousActivityModel
      Returns:
      the reason of this message boards suspicious activity
    • getSuspiciousActivityId

      public long getSuspiciousActivityId()
      Returns the suspicious activity ID of this message boards suspicious activity.
      Specified by:
      getSuspiciousActivityId in interface MBSuspiciousActivityModel
      Returns:
      the suspicious activity ID of this message boards suspicious activity
    • getThreadId

      public long getThreadId()
      Returns the thread ID of this message boards suspicious activity.
      Specified by:
      getThreadId in interface MBSuspiciousActivityModel
      Returns:
      the thread ID of this message boards suspicious activity
    • getUserId

      public long getUserId()
      Returns the user ID of this message boards suspicious activity.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface MBSuspiciousActivityModel
      Returns:
      the user ID of this message boards suspicious activity
    • getUserName

      public String getUserName()
      Returns the user name of this message boards suspicious activity.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface MBSuspiciousActivityModel
      Returns:
      the user name of this message boards suspicious activity
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this message boards suspicious activity.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface MBSuspiciousActivityModel
      Returns:
      the user uuid of this message boards suspicious activity
    • getUuid

      public String getUuid()
      Returns the uuid of this message boards suspicious activity.
      Specified by:
      getUuid in interface MBSuspiciousActivityModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this message boards suspicious activity
    • getValidated

      public boolean getValidated()
      Returns the validated of this message boards suspicious activity.
      Specified by:
      getValidated in interface MBSuspiciousActivityModel
      Returns:
      the validated of this message boards suspicious activity
    • isValidated

      public boolean isValidated()
      Returns true if this message boards suspicious activity is validated.
      Specified by:
      isValidated in interface MBSuspiciousActivityModel
      Returns:
      true if this message boards suspicious activity is validated; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this message boards suspicious activity.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface MBSuspiciousActivityModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this message boards suspicious activity
    • setContainerModelId

      public void setContainerModelId(long containerModelId)
      Sets the container model ID of this message boards suspicious activity.
      Specified by:
      setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      setContainerModelId in interface MBSuspiciousActivityModel
      Parameters:
      containerModelId - the container model ID of this message boards suspicious activity
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this message boards suspicious activity.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface MBSuspiciousActivityModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this message boards suspicious activity
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this message boards suspicious activity.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
      Specified by:
      setCtCollectionId in interface MBSuspiciousActivityModel
      Parameters:
      ctCollectionId - the ct collection ID of this message boards suspicious activity
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this message boards suspicious activity.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface MBSuspiciousActivityModel
      Parameters:
      groupId - the group ID of this message boards suspicious activity
    • setMessageId

      public void setMessageId(long messageId)
      Sets the message ID of this message boards suspicious activity.
      Specified by:
      setMessageId in interface MBSuspiciousActivityModel
      Parameters:
      messageId - the message ID of this message boards suspicious activity
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this message boards suspicious activity.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface MBSuspiciousActivityModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this message boards suspicious activity
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this message boards suspicious activity.
      Specified by:
      setMvccVersion in interface MBSuspiciousActivityModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this message boards suspicious activity
    • setParentContainerModelId

      public void setParentContainerModelId(long parentContainerModelId)
      Sets the parent container model ID of this message boards suspicious activity.
      Specified by:
      setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      setParentContainerModelId in interface MBSuspiciousActivityModel
      Parameters:
      parentContainerModelId - the parent container model ID of this message boards suspicious activity
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this message boards suspicious activity.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>
      Specified by:
      setPrimaryKey in interface MBSuspiciousActivityModel
      Parameters:
      primaryKey - the primary key of this message boards suspicious activity
    • setReason

      public void setReason(String reason)
      Sets the reason of this message boards suspicious activity.
      Specified by:
      setReason in interface MBSuspiciousActivityModel
      Parameters:
      reason - the reason of this message boards suspicious activity
    • setSuspiciousActivityId

      public void setSuspiciousActivityId(long suspiciousActivityId)
      Sets the suspicious activity ID of this message boards suspicious activity.
      Specified by:
      setSuspiciousActivityId in interface MBSuspiciousActivityModel
      Parameters:
      suspiciousActivityId - the suspicious activity ID of this message boards suspicious activity
    • setThreadId

      public void setThreadId(long threadId)
      Sets the thread ID of this message boards suspicious activity.
      Specified by:
      setThreadId in interface MBSuspiciousActivityModel
      Parameters:
      threadId - the thread ID of this message boards suspicious activity
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this message boards suspicious activity.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface MBSuspiciousActivityModel
      Parameters:
      userId - the user ID of this message boards suspicious activity
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this message boards suspicious activity.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface MBSuspiciousActivityModel
      Parameters:
      userName - the user name of this message boards suspicious activity
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this message boards suspicious activity.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface MBSuspiciousActivityModel
      Parameters:
      userUuid - the user uuid of this message boards suspicious activity
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this message boards suspicious activity.
      Specified by:
      setUuid in interface MBSuspiciousActivityModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this message boards suspicious activity
    • setValidated

      public void setValidated(boolean validated)
      Sets whether this message boards suspicious activity is validated.
      Specified by:
      setValidated in interface MBSuspiciousActivityModel
      Parameters:
      validated - the validated of this message boards suspicious activity
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface MBSuspiciousActivityModel
    • getAttributeGetterFunctions

      public Map<String,Function<MBSuspiciousActivity,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<MBSuspiciousActivity,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected MBSuspiciousActivityWrapper wrap(MBSuspiciousActivity mbSuspiciousActivity)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>