Interface AnalyticsDeleteMessageModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AnalyticsDeleteMessage>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<AnalyticsDeleteMessage>, com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
AnalyticsDeleteMessage
All Known Implementing Classes:
AnalyticsDeleteMessageWrapper

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

This interface and its corresponding implementation com.liferay.analytics.message.storage.model.impl.AnalyticsDeleteMessageModelImpl 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.analytics.message.storage.model.impl.AnalyticsDeleteMessageImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the analytics delete message ID of this analytics delete message.
    Returns the class name of this analytics delete message.
    long
    Returns the class pk of this analytics delete message.
    long
    Returns the company ID of this analytics delete message.
    Returns the create date of this analytics delete message.
    long
    Returns the ct collection ID of this analytics delete message.
    Returns the modified date of this analytics delete message.
    long
    Returns the mvcc version of this analytics delete message.
    long
    Returns the primary key of this analytics delete message.
    long
    Returns the user ID of this analytics delete message.
    Returns the user uuid of this analytics delete message.
    void
    setAnalyticsDeleteMessageId(long analyticsDeleteMessageId)
    Sets the analytics delete message ID of this analytics delete message.
    void
    setClassName(String className)
    Sets the class name of this analytics delete message.
    void
    setClassPK(long classPK)
    Sets the class pk of this analytics delete message.
    void
    setCompanyId(long companyId)
    Sets the company ID of this analytics delete message.
    void
    setCreateDate(Date createDate)
    Sets the create date of this analytics delete message.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this analytics delete message.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this analytics delete message.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this analytics delete message.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this analytics delete message.
    void
    setUserId(long userId)
    Sets the user ID of this analytics delete message.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this analytics delete message.
    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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this analytics delete message.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>
      Returns:
      the primary key of this analytics delete message
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this analytics delete message.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>
      Parameters:
      primaryKey - the primary key of this analytics delete message
    • getMvccVersion

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

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

      long getCtCollectionId()
      Returns the ct collection ID of this analytics delete message.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>
      Returns:
      the ct collection ID of this analytics delete message
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this analytics delete message.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>
      Parameters:
      ctCollectionId - the ct collection ID of this analytics delete message
    • getAnalyticsDeleteMessageId

      long getAnalyticsDeleteMessageId()
      Returns the analytics delete message ID of this analytics delete message.
      Returns:
      the analytics delete message ID of this analytics delete message
    • setAnalyticsDeleteMessageId

      void setAnalyticsDeleteMessageId(long analyticsDeleteMessageId)
      Sets the analytics delete message ID of this analytics delete message.
      Parameters:
      analyticsDeleteMessageId - the analytics delete message ID of this analytics delete message
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this analytics delete message.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this analytics delete message
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this analytics delete message.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this analytics delete message
    • getUserId

      long getUserId()
      Returns the user ID of this analytics delete message.
      Returns:
      the user ID of this analytics delete message
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this analytics delete message.
      Parameters:
      userId - the user ID of this analytics delete message
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this analytics delete message.
      Returns:
      the user uuid of this analytics delete message
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this analytics delete message.
      Parameters:
      userUuid - the user uuid of this analytics delete message
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this analytics delete message.
      Returns:
      the create date of this analytics delete message
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this analytics delete message.
      Parameters:
      createDate - the create date of this analytics delete message
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this analytics delete message.
      Returns:
      the modified date of this analytics delete message
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this analytics delete message.
      Parameters:
      modifiedDate - the modified date of this analytics delete message
    • getClassName

      @AutoEscape String getClassName()
      Returns the class name of this analytics delete message.
      Returns:
      the class name of this analytics delete message
    • setClassName

      void setClassName(String className)
      Sets the class name of this analytics delete message.
      Parameters:
      className - the class name of this analytics delete message
    • getClassPK

      long getClassPK()
      Returns the class pk of this analytics delete message.
      Returns:
      the class pk of this analytics delete message
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this analytics delete message.
      Parameters:
      classPK - the class pk of this analytics delete message
    • cloneWithOriginalValues

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

      default String toXmlString()