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, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic 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 CommerceNotificationQueueEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>public java.lang.String getBcc()
getBcc in interface CommerceNotificationQueueEntryModelpublic java.lang.String getBody()
getBody in interface CommerceNotificationQueueEntryModelpublic java.lang.String getCc()
getCc in interface CommerceNotificationQueueEntryModelpublic java.lang.String getClassName()
getClassName in interface CommerceNotificationQueueEntryModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface CommerceNotificationQueueEntryModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface CommerceNotificationQueueEntryModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCommerceNotificationQueueEntryId()
getCommerceNotificationQueueEntryId in interface CommerceNotificationQueueEntryModelpublic long getCommerceNotificationTemplateId()
getCommerceNotificationTemplateId in interface CommerceNotificationQueueEntryModelpublic long getCompanyId()
getCompanyId in interface CommerceNotificationQueueEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceNotificationQueueEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getFrom()
getFrom in interface CommerceNotificationQueueEntryModelpublic java.lang.String getFromName()
getFromName in interface CommerceNotificationQueueEntryModelpublic long getGroupId()
getGroupId in interface CommerceNotificationQueueEntryModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceNotificationQueueEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceNotificationQueueEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceNotificationQueueEntryModelpublic double getPriority()
getPriority in interface CommerceNotificationQueueEntryModelpublic boolean getSent()
getSent in interface CommerceNotificationQueueEntryModelpublic java.util.Date getSentDate()
getSentDate in interface CommerceNotificationQueueEntryModelpublic java.lang.String getSubject()
getSubject in interface CommerceNotificationQueueEntryModelpublic java.lang.String getTo()
getTo in interface CommerceNotificationQueueEntryModelpublic java.lang.String getToName()
getToName in interface CommerceNotificationQueueEntryModelpublic long getUserId()
getUserId in interface CommerceNotificationQueueEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceNotificationQueueEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceNotificationQueueEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean isSent()
true if this commerce notification queue entry is sent.isSent in interface CommerceNotificationQueueEntryModeltrue if this commerce notification queue entry is sent; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBcc(java.lang.String bcc)
setBcc in interface CommerceNotificationQueueEntryModelbcc - the bcc of this commerce notification queue entrypublic void setBody(java.lang.String body)
setBody in interface CommerceNotificationQueueEntryModelbody - the body of this commerce notification queue entrypublic void setCc(java.lang.String cc)
setCc in interface CommerceNotificationQueueEntryModelcc - the cc of this commerce notification queue entrypublic void setClassName(java.lang.String className)
setClassName in interface CommerceNotificationQueueEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface CommerceNotificationQueueEntryModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this commerce notification queue entrypublic void setClassPK(long classPK)
setClassPK in interface CommerceNotificationQueueEntryModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this commerce notification queue entrypublic void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
setCommerceNotificationQueueEntryId in interface CommerceNotificationQueueEntryModelcommerceNotificationQueueEntryId - the commerce notification queue entry ID of this commerce notification queue entrypublic void setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
setCommerceNotificationTemplateId in interface CommerceNotificationQueueEntryModelcommerceNotificationTemplateId - the commerce notification template ID of this commerce notification queue entrypublic void setCompanyId(long companyId)
setCompanyId in interface CommerceNotificationQueueEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce notification queue entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceNotificationQueueEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce notification queue entrypublic void setFrom(java.lang.String from)
setFrom in interface CommerceNotificationQueueEntryModelfrom - the from of this commerce notification queue entrypublic void setFromName(java.lang.String fromName)
setFromName in interface CommerceNotificationQueueEntryModelfromName - the from name of this commerce notification queue entrypublic void setGroupId(long groupId)
setGroupId in interface CommerceNotificationQueueEntryModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce notification queue entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceNotificationQueueEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce notification queue entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceNotificationQueueEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce notification queue entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceNotificationQueueEntryModelprimaryKey - the primary key of this commerce notification queue entrypublic void setPriority(double priority)
setPriority in interface CommerceNotificationQueueEntryModelpriority - the priority of this commerce notification queue entrypublic void setSent(boolean sent)
setSent in interface CommerceNotificationQueueEntryModelsent - the sent of this commerce notification queue entrypublic void setSentDate(java.util.Date sentDate)
setSentDate in interface CommerceNotificationQueueEntryModelsentDate - the sent date of this commerce notification queue entrypublic void setSubject(java.lang.String subject)
setSubject in interface CommerceNotificationQueueEntryModelsubject - the subject of this commerce notification queue entrypublic void setTo(java.lang.String to)
setTo in interface CommerceNotificationQueueEntryModelto - the to of this commerce notification queue entrypublic void setToName(java.lang.String toName)
setToName in interface CommerceNotificationQueueEntryModeltoName - the to name of this commerce notification queue entrypublic void setUserId(long userId)
setUserId in interface CommerceNotificationQueueEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce notification queue entrypublic void setUserName(java.lang.String userName)
setUserName in interface CommerceNotificationQueueEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce notification queue entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceNotificationQueueEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce notification queue entryprotected CommerceNotificationQueueEntryWrapper wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>