public class CommerceNotificationQueueEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry> implements CommerceNotificationQueueEntry, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationQueueEntry>
This class is a wrapper for CommerceNotificationQueueEntry
.
CommerceNotificationQueueEntry
,
Serialized FormCOMMERCE_NOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
CommerceNotificationQueueEntryWrapper(CommerceNotificationQueueEntry commerceNotificationQueueEntry) |
Modifier and Type | Method and Description |
---|---|
CommerceNotificationQueueEntry |
cloneWithOriginalValues() |
java.lang.String |
getBcc()
Returns the bcc of this commerce notification queue entry.
|
java.lang.String |
getBody()
Returns the body of this commerce notification queue entry.
|
java.lang.String |
getCc()
Returns the cc of this commerce notification queue entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this commerce notification queue entry.
|
long |
getClassNameId()
Returns the class name ID of this commerce notification queue entry.
|
long |
getClassPK()
Returns the class pk of this commerce notification queue entry.
|
long |
getCommerceNotificationQueueEntryId()
Returns the commerce notification queue entry ID of this commerce notification queue entry.
|
long |
getCommerceNotificationTemplateId()
Returns the commerce notification template ID of this commerce notification queue entry.
|
long |
getCompanyId()
Returns the company ID of this commerce notification queue entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce notification queue entry.
|
java.lang.String |
getFrom()
Returns the from of this commerce notification queue entry.
|
java.lang.String |
getFromName()
Returns the from name of this commerce notification queue entry.
|
long |
getGroupId()
Returns the group ID of this commerce notification queue entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce notification queue entry.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce notification queue entry.
|
long |
getPrimaryKey()
Returns the primary key of this commerce notification queue entry.
|
double |
getPriority()
Returns the priority of this commerce notification queue entry.
|
boolean |
getSent()
Returns the sent of this commerce notification queue entry.
|
java.util.Date |
getSentDate()
Returns the sent date of this commerce notification queue entry.
|
java.lang.String |
getSubject()
Returns the subject of this commerce notification queue entry.
|
java.lang.String |
getTo()
Returns the to of this commerce notification queue entry.
|
java.lang.String |
getToName()
Returns the to name of this commerce notification queue entry.
|
long |
getUserId()
Returns the user ID of this commerce notification queue entry.
|
java.lang.String |
getUserName()
Returns the user name of this commerce notification queue entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce notification queue entry.
|
boolean |
isSent()
Returns
true if this commerce notification queue entry is sent. |
void |
persist() |
void |
setBcc(java.lang.String bcc)
Sets the bcc of this commerce notification queue entry.
|
void |
setBody(java.lang.String body)
Sets the body of this commerce notification queue entry.
|
void |
setCc(java.lang.String cc)
Sets the cc of this commerce notification queue entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this commerce notification queue entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this commerce notification queue entry.
|
void |
setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
Sets the commerce notification queue entry ID of this commerce notification queue entry.
|
void |
setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
Sets the commerce notification template ID of this commerce notification queue entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce notification queue entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce notification queue entry.
|
void |
setFrom(java.lang.String from)
Sets the from of this commerce notification queue entry.
|
void |
setFromName(java.lang.String fromName)
Sets the from name of this commerce notification queue entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce notification queue entry.
|
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 queue entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce notification queue entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce notification queue entry.
|
void |
setPriority(double priority)
Sets the priority of this commerce notification queue entry.
|
void |
setSent(boolean sent)
Sets whether this commerce notification queue entry is sent.
|
void |
setSentDate(java.util.Date sentDate)
Sets the sent date of this commerce notification queue entry.
|
void |
setSubject(java.lang.String subject)
Sets the subject of this commerce notification queue entry.
|
void |
setTo(java.lang.String to)
Sets the to of this commerce notification queue entry.
|
void |
setToName(java.lang.String toName)
Sets the to name of this commerce notification queue entry.
|
void |
setUserId(long userId)
Sets the user ID of this commerce notification queue entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce notification queue entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce notification queue entry.
|
protected CommerceNotificationQueueEntryWrapper |
wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry) |
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, toXmlString
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, toXmlString
public CommerceNotificationQueueEntryWrapper(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
public CommerceNotificationQueueEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface CommerceNotificationQueueEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
public java.lang.String getBcc()
getBcc
in interface CommerceNotificationQueueEntryModel
public java.lang.String getBody()
getBody
in interface CommerceNotificationQueueEntryModel
public java.lang.String getCc()
getCc
in interface CommerceNotificationQueueEntryModel
public java.lang.String getClassName()
getClassName
in interface CommerceNotificationQueueEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface CommerceNotificationQueueEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface CommerceNotificationQueueEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCommerceNotificationQueueEntryId()
getCommerceNotificationQueueEntryId
in interface CommerceNotificationQueueEntryModel
public long getCommerceNotificationTemplateId()
getCommerceNotificationTemplateId
in interface CommerceNotificationQueueEntryModel
public long getCompanyId()
getCompanyId
in interface CommerceNotificationQueueEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface CommerceNotificationQueueEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getFrom()
getFrom
in interface CommerceNotificationQueueEntryModel
public java.lang.String getFromName()
getFromName
in interface CommerceNotificationQueueEntryModel
public long getGroupId()
getGroupId
in interface CommerceNotificationQueueEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface CommerceNotificationQueueEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface CommerceNotificationQueueEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CommerceNotificationQueueEntryModel
public double getPriority()
getPriority
in interface CommerceNotificationQueueEntryModel
public boolean getSent()
getSent
in interface CommerceNotificationQueueEntryModel
public java.util.Date getSentDate()
getSentDate
in interface CommerceNotificationQueueEntryModel
public java.lang.String getSubject()
getSubject
in interface CommerceNotificationQueueEntryModel
public java.lang.String getTo()
getTo
in interface CommerceNotificationQueueEntryModel
public java.lang.String getToName()
getToName
in interface CommerceNotificationQueueEntryModel
public long getUserId()
getUserId
in interface CommerceNotificationQueueEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface CommerceNotificationQueueEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface CommerceNotificationQueueEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public boolean isSent()
true
if this commerce notification queue entry is sent.isSent
in interface CommerceNotificationQueueEntryModel
true
if this commerce notification queue entry is sent; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setBcc(java.lang.String bcc)
setBcc
in interface CommerceNotificationQueueEntryModel
bcc
- the bcc of this commerce notification queue entrypublic void setBody(java.lang.String body)
setBody
in interface CommerceNotificationQueueEntryModel
body
- the body of this commerce notification queue entrypublic void setCc(java.lang.String cc)
setCc
in interface CommerceNotificationQueueEntryModel
cc
- the cc of this commerce notification queue entrypublic void setClassName(java.lang.String className)
setClassName
in interface CommerceNotificationQueueEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface CommerceNotificationQueueEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this commerce notification queue entrypublic void setClassPK(long classPK)
setClassPK
in interface CommerceNotificationQueueEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this commerce notification queue entrypublic void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
setCommerceNotificationQueueEntryId
in interface CommerceNotificationQueueEntryModel
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification queue entrypublic void setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
setCommerceNotificationTemplateId
in interface CommerceNotificationQueueEntryModel
commerceNotificationTemplateId
- the commerce notification template ID of this commerce notification queue entrypublic void setCompanyId(long companyId)
setCompanyId
in interface CommerceNotificationQueueEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this commerce notification queue entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface CommerceNotificationQueueEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this commerce notification queue entrypublic void setFrom(java.lang.String from)
setFrom
in interface CommerceNotificationQueueEntryModel
from
- the from of this commerce notification queue entrypublic void setFromName(java.lang.String fromName)
setFromName
in interface CommerceNotificationQueueEntryModel
fromName
- the from name of this commerce notification queue entrypublic void setGroupId(long groupId)
setGroupId
in interface CommerceNotificationQueueEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this commerce notification queue entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface CommerceNotificationQueueEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this commerce notification queue entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CommerceNotificationQueueEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this commerce notification queue entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CommerceNotificationQueueEntryModel
primaryKey
- the primary key of this commerce notification queue entrypublic void setPriority(double priority)
setPriority
in interface CommerceNotificationQueueEntryModel
priority
- the priority of this commerce notification queue entrypublic void setSent(boolean sent)
setSent
in interface CommerceNotificationQueueEntryModel
sent
- the sent of this commerce notification queue entrypublic void setSentDate(java.util.Date sentDate)
setSentDate
in interface CommerceNotificationQueueEntryModel
sentDate
- the sent date of this commerce notification queue entrypublic void setSubject(java.lang.String subject)
setSubject
in interface CommerceNotificationQueueEntryModel
subject
- the subject of this commerce notification queue entrypublic void setTo(java.lang.String to)
setTo
in interface CommerceNotificationQueueEntryModel
to
- the to of this commerce notification queue entrypublic void setToName(java.lang.String toName)
setToName
in interface CommerceNotificationQueueEntryModel
toName
- the to name of this commerce notification queue entrypublic void setUserId(long userId)
setUserId
in interface CommerceNotificationQueueEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this commerce notification queue entrypublic void setUserName(java.lang.String userName)
setUserName
in interface CommerceNotificationQueueEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this commerce notification queue entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface CommerceNotificationQueueEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this commerce notification queue entryprotected CommerceNotificationQueueEntryWrapper wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>