Interface NotificationQueueEntryAttachmentModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<NotificationQueueEntryAttachment>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
NotificationQueueEntryAttachment
All Known Implementing Classes:
NotificationQueueEntryAttachmentWrapper

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

This interface and its corresponding implementation com.liferay.notification.model.impl.NotificationQueueEntryAttachmentModelImpl 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.notification.model.impl.NotificationQueueEntryAttachmentImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this notification queue entry attachment.
    long
    Returns the file entry ID of this notification queue entry attachment.
    long
    Returns the mvcc version of this notification queue entry attachment.
    long
    Returns the notification queue entry attachment ID of this notification queue entry attachment.
    long
    Returns the notification queue entry ID of this notification queue entry attachment.
    long
    Returns the primary key of this notification queue entry attachment.
    void
    setCompanyId(long companyId)
    Sets the company ID of this notification queue entry attachment.
    void
    setFileEntryId(long fileEntryId)
    Sets the file entry ID of this notification queue entry attachment.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this notification queue entry attachment.
    void
    setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
    Sets the notification queue entry attachment ID of this notification queue entry attachment.
    void
    setNotificationQueueEntryId(long notificationQueueEntryId)
    Sets the notification queue entry ID of this notification queue entry attachment.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this notification queue entry attachment.
    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 notification queue entry attachment.
      Returns:
      the primary key of this notification queue entry attachment
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this notification queue entry attachment.
      Parameters:
      primaryKey - the primary key of this notification queue entry attachment
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this notification queue entry attachment.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this notification queue entry attachment
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this notification queue entry attachment.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this notification queue entry attachment
    • getNotificationQueueEntryAttachmentId

      long getNotificationQueueEntryAttachmentId()
      Returns the notification queue entry attachment ID of this notification queue entry attachment.
      Returns:
      the notification queue entry attachment ID of this notification queue entry attachment
    • setNotificationQueueEntryAttachmentId

      void setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
      Sets the notification queue entry attachment ID of this notification queue entry attachment.
      Parameters:
      notificationQueueEntryAttachmentId - the notification queue entry attachment ID of this notification queue entry attachment
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this notification queue entry attachment.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this notification queue entry attachment
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this notification queue entry attachment.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this notification queue entry attachment
    • getFileEntryId

      long getFileEntryId()
      Returns the file entry ID of this notification queue entry attachment.
      Returns:
      the file entry ID of this notification queue entry attachment
    • setFileEntryId

      void setFileEntryId(long fileEntryId)
      Sets the file entry ID of this notification queue entry attachment.
      Parameters:
      fileEntryId - the file entry ID of this notification queue entry attachment
    • getNotificationQueueEntryId

      long getNotificationQueueEntryId()
      Returns the notification queue entry ID of this notification queue entry attachment.
      Returns:
      the notification queue entry ID of this notification queue entry attachment
    • setNotificationQueueEntryId

      void setNotificationQueueEntryId(long notificationQueueEntryId)
      Sets the notification queue entry ID of this notification queue entry attachment.
      Parameters:
      notificationQueueEntryId - the notification queue entry ID of this notification queue entry attachment
    • cloneWithOriginalValues

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

      default String toXmlString()