Package com.liferay.notification.model
Interface NotificationQueueEntryAttachment
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<NotificationQueueEntryAttachment>,com.liferay.portal.kernel.model.MVCCModel,NotificationQueueEntryAttachmentModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
NotificationQueueEntryAttachmentWrapper
@ProviderType
public interface NotificationQueueEntryAttachment
extends NotificationQueueEntryAttachmentModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the NotificationQueueEntryAttachment service. Represents a row in the "NQueueEntryAttachment" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<NotificationQueueEntryAttachment, Long> -
Method Summary
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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.notification.model.NotificationQueueEntryAttachmentModel
cloneWithOriginalValues, getCompanyId, getFileEntryId, getMvccVersion, getNotificationQueueEntryAttachmentId, getNotificationQueueEntryId, getPrimaryKey, setCompanyId, setFileEntryId, setMvccVersion, setNotificationQueueEntryAttachmentId, setNotificationQueueEntryId, setPrimaryKey, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
NOTIFICATION_QUEUE_ENTRY_ATTACHMENT_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<NotificationQueueEntryAttachment,Long> NOTIFICATION_QUEUE_ENTRY_ATTACHMENT_ID_ACCESSOR
-