Interface MBSuspiciousActivityModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<MBSuspiciousActivity>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel
All Known Subinterfaces:
MBSuspiciousActivity
All Known Implementing Classes:
MBSuspiciousActivityWrapper

@ProviderType public interface MBSuspiciousActivityModel extends com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the MBSuspiciousActivity service. Represents a row in the "MBSuspiciousActivity" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBSuspiciousActivityModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.message.boards.model.impl.MBSuspiciousActivityImpl.

See Also:
Generated:
  • 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.
    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
    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
    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.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      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>
      Returns:
      the primary key of this message boards suspicious activity
    • setPrimaryKey

      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>
      Parameters:
      primaryKey - the primary key of this message boards suspicious activity
    • getMvccVersion

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

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

      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>
      Returns:
      the ct collection ID of this message boards suspicious activity
    • setCtCollectionId

      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>
      Parameters:
      ctCollectionId - the ct collection ID of this message boards suspicious activity
    • getUuid

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

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

      long getSuspiciousActivityId()
      Returns the suspicious activity ID of this message boards suspicious activity.
      Returns:
      the suspicious activity ID of this message boards suspicious activity
    • setSuspiciousActivityId

      void setSuspiciousActivityId(long suspiciousActivityId)
      Sets the suspicious activity ID of this message boards suspicious activity.
      Parameters:
      suspiciousActivityId - the suspicious activity ID of this message boards suspicious activity
    • getGroupId

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

      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
      Parameters:
      groupId - the group ID of this message boards suspicious activity
    • getCompanyId

      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 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
    • setCompanyId

      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 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
    • getUserId

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

      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
      Parameters:
      userId - the user ID of this message boards suspicious activity
    • getUserUuid

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

      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
      Parameters:
      userUuid - the user uuid of this message boards suspicious activity
    • getUserName

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

      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
      Parameters:
      userName - the user name of this message boards suspicious activity
    • getCreateDate

      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 com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this message boards suspicious activity
    • setCreateDate

      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 com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this message boards suspicious activity
    • getModifiedDate

      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 com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this message boards suspicious activity
    • setModifiedDate

      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 com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this message boards suspicious activity
    • getMessageId

      long getMessageId()
      Returns the message ID of this message boards suspicious activity.
      Returns:
      the message ID of this message boards suspicious activity
    • setMessageId

      void setMessageId(long messageId)
      Sets the message ID of this message boards suspicious activity.
      Parameters:
      messageId - the message ID of this message boards suspicious activity
    • getThreadId

      long getThreadId()
      Returns the thread ID of this message boards suspicious activity.
      Returns:
      the thread ID of this message boards suspicious activity
    • setThreadId

      void setThreadId(long threadId)
      Sets the thread ID of this message boards suspicious activity.
      Parameters:
      threadId - the thread ID of this message boards suspicious activity
    • getReason

      @AutoEscape String getReason()
      Returns the reason of this message boards suspicious activity.
      Returns:
      the reason of this message boards suspicious activity
    • setReason

      void setReason(String reason)
      Sets the reason of this message boards suspicious activity.
      Parameters:
      reason - the reason of this message boards suspicious activity
    • getValidated

      boolean getValidated()
      Returns the validated of this message boards suspicious activity.
      Returns:
      the validated of this message boards suspicious activity
    • isValidated

      boolean isValidated()
      Returns true if this message boards suspicious activity is validated.
      Returns:
      true if this message boards suspicious activity is validated; false otherwise
    • setValidated

      void setValidated(boolean validated)
      Sets whether this message boards suspicious activity is validated.
      Parameters:
      validated - the validated of this message boards suspicious activity
    • getContainerModelId

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

      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
      Parameters:
      containerModelId - the container model ID of this message boards suspicious activity
    • getContainerModelName

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

      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
      Returns:
      the parent container model ID of this message boards suspicious activity
    • setParentContainerModelId

      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
      Parameters:
      parentContainerModelId - the parent container model ID of this message boards suspicious activity
    • cloneWithOriginalValues

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

      default String toXmlString()