public class CommerceNotificationAttachmentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment> implements CommerceNotificationAttachment, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationAttachment>
This class is a wrapper for CommerceNotificationAttachment
.
CommerceNotificationAttachment
,
Serialized FormCOMMERCE_NOTIFICATION_ATTACHMENT_ID_ACCESSOR
Constructor and Description |
---|
CommerceNotificationAttachmentWrapper(CommerceNotificationAttachment commerceNotificationAttachment) |
Modifier and Type | Method and Description |
---|---|
CommerceNotificationAttachment |
cloneWithOriginalValues() |
long |
getCommerceNotificationAttachmentId()
Returns the commerce notification attachment ID of this commerce notification attachment.
|
long |
getCommerceNotificationQueueEntryId()
Returns the commerce notification queue entry ID of this commerce notification attachment.
|
long |
getCompanyId()
Returns the company ID of this commerce notification attachment.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce notification attachment.
|
boolean |
getDeleteOnSend()
Returns the delete on send of this commerce notification attachment.
|
com.liferay.portal.kernel.repository.model.FileEntry |
getFileEntry() |
long |
getFileEntryId()
Returns the file entry ID of this commerce notification attachment.
|
long |
getGroupId()
Returns the group ID of this commerce notification attachment.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce notification attachment.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce notification attachment.
|
long |
getPrimaryKey()
Returns the primary key of this commerce notification attachment.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this commerce notification attachment.
|
java.lang.String |
getUserName()
Returns the user name of this commerce notification attachment.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce notification attachment.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce notification attachment.
|
boolean |
isDeleteOnSend()
Returns
true if this commerce notification attachment is delete on send. |
void |
persist() |
void |
setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId)
Sets the commerce notification attachment ID of this commerce notification attachment.
|
void |
setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
Sets the commerce notification queue entry ID of this commerce notification attachment.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce notification attachment.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce notification attachment.
|
void |
setDeleteOnSend(boolean deleteOnSend)
Sets whether this commerce notification attachment is delete on send.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this commerce notification attachment.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce notification attachment.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce notification attachment.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce notification attachment.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce notification attachment.
|
void |
setUserId(long userId)
Sets the user ID of this commerce notification attachment.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce notification attachment.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce notification attachment.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce notification attachment.
|
java.lang.String |
toXmlString() |
protected CommerceNotificationAttachmentWrapper |
wrap(CommerceNotificationAttachment commerceNotificationAttachment) |
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 CommerceNotificationAttachmentWrapper(CommerceNotificationAttachment commerceNotificationAttachment)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
public CommerceNotificationAttachment cloneWithOriginalValues()
cloneWithOriginalValues
in interface CommerceNotificationAttachmentModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
public long getCommerceNotificationAttachmentId()
getCommerceNotificationAttachmentId
in interface CommerceNotificationAttachmentModel
public long getCommerceNotificationQueueEntryId()
getCommerceNotificationQueueEntryId
in interface CommerceNotificationAttachmentModel
public long getCompanyId()
getCompanyId
in interface CommerceNotificationAttachmentModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface CommerceNotificationAttachmentModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean getDeleteOnSend()
getDeleteOnSend
in interface CommerceNotificationAttachmentModel
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry() throws com.liferay.portal.kernel.exception.PortalException
getFileEntry
in interface CommerceNotificationAttachment
com.liferay.portal.kernel.exception.PortalException
public long getFileEntryId()
getFileEntryId
in interface CommerceNotificationAttachmentModel
public long getGroupId()
getGroupId
in interface CommerceNotificationAttachmentModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface CommerceNotificationAttachmentModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface CommerceNotificationAttachmentModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CommerceNotificationAttachmentModel
public long getUserId()
getUserId
in interface CommerceNotificationAttachmentModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface CommerceNotificationAttachmentModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface CommerceNotificationAttachmentModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface CommerceNotificationAttachmentModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public boolean isDeleteOnSend()
true
if this commerce notification attachment is delete on send.isDeleteOnSend
in interface CommerceNotificationAttachmentModel
true
if this commerce notification attachment is delete on send; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId)
setCommerceNotificationAttachmentId
in interface CommerceNotificationAttachmentModel
commerceNotificationAttachmentId
- the commerce notification attachment ID of this commerce notification attachmentpublic void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
setCommerceNotificationQueueEntryId
in interface CommerceNotificationAttachmentModel
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification attachmentpublic void setCompanyId(long companyId)
setCompanyId
in interface CommerceNotificationAttachmentModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this commerce notification attachmentpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface CommerceNotificationAttachmentModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this commerce notification attachmentpublic void setDeleteOnSend(boolean deleteOnSend)
setDeleteOnSend
in interface CommerceNotificationAttachmentModel
deleteOnSend
- the delete on send of this commerce notification attachmentpublic void setFileEntryId(long fileEntryId)
setFileEntryId
in interface CommerceNotificationAttachmentModel
fileEntryId
- the file entry ID of this commerce notification attachmentpublic void setGroupId(long groupId)
setGroupId
in interface CommerceNotificationAttachmentModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this commerce notification attachmentpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface CommerceNotificationAttachmentModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this commerce notification attachmentpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CommerceNotificationAttachmentModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this commerce notification attachmentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CommerceNotificationAttachmentModel
primaryKey
- the primary key of this commerce notification attachmentpublic void setUserId(long userId)
setUserId
in interface CommerceNotificationAttachmentModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this commerce notification attachmentpublic void setUserName(java.lang.String userName)
setUserName
in interface CommerceNotificationAttachmentModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this commerce notification attachmentpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface CommerceNotificationAttachmentModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this commerce notification attachmentpublic void setUuid(java.lang.String uuid)
setUuid
in interface CommerceNotificationAttachmentModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this commerce notification attachmentpublic java.lang.String toXmlString()
toXmlString
in interface CommerceNotificationAttachmentModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected CommerceNotificationAttachmentWrapper wrap(CommerceNotificationAttachment commerceNotificationAttachment)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>