Package com.liferay.notification.model
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 TypeMethodDescriptionlongReturns the company ID of this notification queue entry attachment.longReturns the file entry ID of this notification queue entry attachment.longReturns the mvcc version of this notification queue entry attachment.longReturns the notification queue entry attachment ID of this notification queue entry attachment.longReturns the notification queue entry ID of this notification queue entry attachment.longReturns the primary key of this notification queue entry attachment.voidsetCompanyId(long companyId) Sets the company ID of this notification queue entry attachment.voidsetFileEntryId(long fileEntryId) Sets the file entry ID of this notification queue entry attachment.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this notification queue entry attachment.voidsetNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId) Sets the notification queue entry attachment ID of this notification queue entry attachment.voidsetNotificationQueueEntryId(long notificationQueueEntryId) Sets the notification queue entry ID of this notification queue entry attachment.voidsetPrimaryKey(long primaryKey) Sets the primary key of this notification queue entry attachment.default StringMethods 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
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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>
-
toXmlString
-