@ProviderType public interface NotificationQueueEntryAttachmentModel extends com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
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
.
NotificationQueueEntryAttachment
Modifier and Type | Method and Description |
---|---|
NotificationQueueEntryAttachment |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this notification queue entry attachment.
|
long |
getFileEntryId()
Returns the file entry ID of this notification queue entry attachment.
|
long |
getMvccVersion()
Returns the mvcc version of this notification queue entry attachment.
|
long |
getNotificationQueueEntryAttachmentId()
Returns the notification queue entry attachment ID of this notification queue entry attachment.
|
long |
getNotificationQueueEntryId()
Returns the notification queue entry ID of this notification queue entry attachment.
|
long |
getPrimaryKey()
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 java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this notification queue entry attachmentlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this notification queue entry attachmentlong getNotificationQueueEntryAttachmentId()
void setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
notificationQueueEntryAttachmentId
- the notification queue entry attachment ID of this notification queue entry attachmentlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this notification queue entry attachmentlong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId
- the file entry ID of this notification queue entry attachmentlong getNotificationQueueEntryId()
void setNotificationQueueEntryId(long notificationQueueEntryId)
notificationQueueEntryId
- the notification queue entry ID of this notification queue entry attachmentNotificationQueueEntryAttachment cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>
default java.lang.String toXmlString()