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.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public 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 NotificationQueueEntryAttachmentModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntryAttachment>
public long getCompanyId()
getCompanyId
in interface NotificationQueueEntryAttachmentModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getFileEntryId()
getFileEntryId
in interface NotificationQueueEntryAttachmentModel
public long getMvccVersion()
getMvccVersion
in interface NotificationQueueEntryAttachmentModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getNotificationQueueEntryAttachmentId()
getNotificationQueueEntryAttachmentId
in interface NotificationQueueEntryAttachmentModel
public long getNotificationQueueEntryId()
getNotificationQueueEntryId
in interface NotificationQueueEntryAttachmentModel
public long getPrimaryKey()
getPrimaryKey
in interface NotificationQueueEntryAttachmentModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface NotificationQueueEntryAttachmentModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this notification queue entry attachmentpublic void setFileEntryId(long fileEntryId)
setFileEntryId
in interface NotificationQueueEntryAttachmentModel
fileEntryId
- the file entry ID of this notification queue entry attachmentpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface NotificationQueueEntryAttachmentModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this notification queue entry attachmentpublic void setNotificationQueueEntryAttachmentId(long notificationQueueEntryAttachmentId)
setNotificationQueueEntryAttachmentId
in interface NotificationQueueEntryAttachmentModel
notificationQueueEntryAttachmentId
- the notification queue entry attachment ID of this notification queue entry attachmentpublic void setNotificationQueueEntryId(long notificationQueueEntryId)
setNotificationQueueEntryId
in interface NotificationQueueEntryAttachmentModel
notificationQueueEntryId
- the notification queue entry ID of this notification queue entry attachmentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface NotificationQueueEntryAttachmentModel
primaryKey
- the primary key of this notification queue entry attachmentpublic java.lang.String toXmlString()
toXmlString
in interface NotificationQueueEntryAttachmentModel
protected NotificationQueueEntryAttachmentWrapper wrap(NotificationQueueEntryAttachment notificationQueueEntryAttachment)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntryAttachment>