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.
NotificationQueueEntryAttachment,
Serialized FormNOTIFICATION_QUEUE_ENTRY_ATTACHMENT_ID_ACCESSOR| Constructor and Description |
|---|
NotificationQueueEntryAttachmentWrapper(NotificationQueueEntryAttachment 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected NotificationQueueEntryAttachmentWrapper |
wrap(NotificationQueueEntryAttachment notificationQueueEntryAttachment) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic NotificationQueueEntryAttachmentWrapper(NotificationQueueEntryAttachment notificationQueueEntryAttachment)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>public NotificationQueueEntryAttachment cloneWithOriginalValues()
cloneWithOriginalValues in interface NotificationQueueEntryAttachmentModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>public long getCompanyId()
getCompanyId in interface NotificationQueueEntryAttachmentModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getFileEntryId()
getFileEntryId in interface NotificationQueueEntryAttachmentModelpublic long getMvccVersion()
getMvccVersion in interface NotificationQueueEntryAttachmentModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getNotificationQueueEntryAttachmentId()
getNotificationQueueEntryAttachmentId in interface NotificationQueueEntryAttachmentModelpublic long getNotificationQueueEntryId()
getNotificationQueueEntryId in interface NotificationQueueEntryAttachmentModelpublic long getPrimaryKey()
getPrimaryKey in interface NotificationQueueEntryAttachmentModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface NotificationQueueEntryAttachmentModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this notification queue entry attachmentpublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface NotificationQueueEntryAttachmentModelfileEntryId - the file entry ID of this notification queue entry attachmentpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface NotificationQueueEntryAttachmentModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this notification queue entry attachmentpublic void setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
setNotificationQueueEntryAttachmentId in interface NotificationQueueEntryAttachmentModelnotificationQueueEntryAttachmentId - the notification queue entry attachment ID of this notification queue entry attachmentpublic void setNotificationQueueEntryId(long notificationQueueEntryId)
setNotificationQueueEntryId in interface NotificationQueueEntryAttachmentModelnotificationQueueEntryId - the notification queue entry ID of this notification queue entry attachmentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface NotificationQueueEntryAttachmentModelprimaryKey - the primary key of this notification queue entry attachmentprotected NotificationQueueEntryAttachmentWrapper wrap(NotificationQueueEntryAttachment notificationQueueEntryAttachment)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntryAttachment>