Class NotificationQueueEntryAttachmentWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntryAttachment>
com.liferay.notification.model.NotificationQueueEntryAttachmentWrapper
All Implemented Interfaces:
NotificationQueueEntryAttachment, NotificationQueueEntryAttachmentModel, com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<NotificationQueueEntryAttachment>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<NotificationQueueEntryAttachment>

public class NotificationQueueEntryAttachmentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntryAttachment> implements com.liferay.portal.kernel.model.ModelWrapper<NotificationQueueEntryAttachment>, NotificationQueueEntryAttachment

This class is a wrapper for NotificationQueueEntryAttachment.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.notification.model.NotificationQueueEntryAttachment

    NOTIFICATION_QUEUE_ENTRY_ATTACHMENT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(NotificationQueueEntryAttachment notificationQueueEntryAttachment)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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.ModelWrapper

    getWrappedModel
  • Constructor Details

  • Method Details

    • getModelAttributes

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

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

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

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

      public long getFileEntryId()
      Returns the file entry ID of this notification queue entry attachment.
      Specified by:
      getFileEntryId in interface NotificationQueueEntryAttachmentModel
      Returns:
      the file entry ID of this notification queue entry attachment
    • getMvccVersion

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

      public long getNotificationQueueEntryAttachmentId()
      Returns the notification queue entry attachment ID of this notification queue entry attachment.
      Specified by:
      getNotificationQueueEntryAttachmentId in interface NotificationQueueEntryAttachmentModel
      Returns:
      the notification queue entry attachment ID of this notification queue entry attachment
    • getNotificationQueueEntryId

      public long getNotificationQueueEntryId()
      Returns the notification queue entry ID of this notification queue entry attachment.
      Specified by:
      getNotificationQueueEntryId in interface NotificationQueueEntryAttachmentModel
      Returns:
      the notification queue entry ID of this notification queue entry attachment
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this notification queue entry attachment.
      Specified by:
      getPrimaryKey in interface NotificationQueueEntryAttachmentModel
      Returns:
      the primary key of this notification queue entry attachment
    • 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 notification queue entry attachment.
      Specified by:
      setCompanyId in interface NotificationQueueEntryAttachmentModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this notification queue entry attachment
    • setFileEntryId

      public void setFileEntryId(long fileEntryId)
      Sets the file entry ID of this notification queue entry attachment.
      Specified by:
      setFileEntryId in interface NotificationQueueEntryAttachmentModel
      Parameters:
      fileEntryId - the file entry ID of this notification queue entry attachment
    • setMvccVersion

      public 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
      Specified by:
      setMvccVersion in interface NotificationQueueEntryAttachmentModel
      Parameters:
      mvccVersion - the mvcc version of this notification queue entry attachment
    • setNotificationQueueEntryAttachmentId

      public void setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
      Sets the notification queue entry attachment ID of this notification queue entry attachment.
      Specified by:
      setNotificationQueueEntryAttachmentId in interface NotificationQueueEntryAttachmentModel
      Parameters:
      notificationQueueEntryAttachmentId - the notification queue entry attachment ID of this notification queue entry attachment
    • setNotificationQueueEntryId

      public void setNotificationQueueEntryId(long notificationQueueEntryId)
      Sets the notification queue entry ID of this notification queue entry attachment.
      Specified by:
      setNotificationQueueEntryId in interface NotificationQueueEntryAttachmentModel
      Parameters:
      notificationQueueEntryId - the notification queue entry ID of this notification queue entry attachment
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this notification queue entry attachment.
      Specified by:
      setPrimaryKey in interface NotificationQueueEntryAttachmentModel
      Parameters:
      primaryKey - the primary key of this notification queue entry attachment
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface NotificationQueueEntryAttachmentModel
    • wrap

      protected NotificationQueueEntryAttachmentWrapper wrap(NotificationQueueEntryAttachment notificationQueueEntryAttachment)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntryAttachment>