public class NotificationQueueEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntry> implements com.liferay.portal.kernel.model.ModelWrapper<NotificationQueueEntry>, NotificationQueueEntry
This class is a wrapper for NotificationQueueEntry
.
NotificationQueueEntry
,
Serialized FormNOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
NotificationQueueEntryWrapper(NotificationQueueEntry notificationQueueEntry) |
Modifier and Type | Method and Description |
---|---|
NotificationQueueEntry |
cloneWithOriginalValues() |
java.lang.String |
getBody()
Returns the body of this notification queue entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this notification queue entry.
|
long |
getClassNameId()
Returns the class name ID of this notification queue entry.
|
long |
getClassPK()
Returns the class pk of this notification queue entry.
|
long |
getCompanyId()
Returns the company ID of this notification queue entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this notification queue entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this notification queue entry.
|
long |
getMvccVersion()
Returns the mvcc version of this notification queue entry.
|
long |
getNotificationQueueEntryId()
Returns the notification queue entry ID of this notification queue entry.
|
NotificationRecipient |
getNotificationRecipient() |
long |
getNotificationTemplateId()
Returns the notification template ID of this notification queue entry.
|
long |
getPrimaryKey()
Returns the primary key of this notification queue entry.
|
double |
getPriority()
Returns the priority of this notification queue entry.
|
java.util.Date |
getSentDate()
Returns the sent date of this notification queue entry.
|
int |
getStatus()
Returns the status of this notification queue entry.
|
java.lang.String |
getSubject()
Returns the subject of this notification queue entry.
|
java.lang.String |
getType()
Returns the type of this notification queue entry.
|
long |
getUserId()
Returns the user ID of this notification queue entry.
|
java.lang.String |
getUserName()
Returns the user name of this notification queue entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this notification queue entry.
|
void |
persist() |
void |
setBody(java.lang.String body)
Sets the body of this notification queue entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this notification queue entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this notification queue entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this notification queue entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this 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 notification queue entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this notification queue entry.
|
void |
setNotificationQueueEntryId(long notificationQueueEntryId)
Sets the notification queue entry ID of this notification queue entry.
|
void |
setNotificationTemplateId(long notificationTemplateId)
Sets the notification template ID of this notification queue entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this notification queue entry.
|
void |
setPriority(double priority)
Sets the priority of this notification queue entry.
|
void |
setSentDate(java.util.Date sentDate)
Sets the sent date of this notification queue entry.
|
void |
setStatus(int status)
Sets the status of this notification queue entry.
|
void |
setSubject(java.lang.String subject)
Sets the subject of this notification queue entry.
|
void |
setType(java.lang.String type)
Sets the type of this notification queue entry.
|
void |
setUserId(long userId)
Sets the user ID of this notification queue entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this notification queue entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this notification queue entry.
|
java.lang.String |
toXmlString() |
protected NotificationQueueEntryWrapper |
wrap(NotificationQueueEntry notificationQueueEntry) |
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 NotificationQueueEntryWrapper(NotificationQueueEntry notificationQueueEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>
public NotificationQueueEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface NotificationQueueEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>
public java.lang.String getBody()
getBody
in interface NotificationQueueEntryModel
public java.lang.String getClassName()
getClassName
in interface NotificationQueueEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface NotificationQueueEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface NotificationQueueEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCompanyId()
getCompanyId
in interface NotificationQueueEntryModel
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 NotificationQueueEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface NotificationQueueEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface NotificationQueueEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getNotificationQueueEntryId()
getNotificationQueueEntryId
in interface NotificationQueueEntryModel
public NotificationRecipient getNotificationRecipient()
getNotificationRecipient
in interface NotificationQueueEntry
public long getNotificationTemplateId()
getNotificationTemplateId
in interface NotificationQueueEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface NotificationQueueEntryModel
public double getPriority()
getPriority
in interface NotificationQueueEntryModel
public java.util.Date getSentDate()
getSentDate
in interface NotificationQueueEntryModel
public int getStatus()
getStatus
in interface NotificationQueueEntryModel
public java.lang.String getSubject()
getSubject
in interface NotificationQueueEntryModel
public java.lang.String getType()
getType
in interface NotificationQueueEntryModel
public long getUserId()
getUserId
in interface NotificationQueueEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface NotificationQueueEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface NotificationQueueEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setBody(java.lang.String body)
setBody
in interface NotificationQueueEntryModel
body
- the body of this notification queue entrypublic void setClassName(java.lang.String className)
setClassName
in interface NotificationQueueEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface NotificationQueueEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this notification queue entrypublic void setClassPK(long classPK)
setClassPK
in interface NotificationQueueEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this notification queue entrypublic void setCompanyId(long companyId)
setCompanyId
in interface NotificationQueueEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this notification queue entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface NotificationQueueEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this notification queue entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface NotificationQueueEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this notification queue entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface NotificationQueueEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this notification queue entrypublic void setNotificationQueueEntryId(long notificationQueueEntryId)
setNotificationQueueEntryId
in interface NotificationQueueEntryModel
notificationQueueEntryId
- the notification queue entry ID of this notification queue entrypublic void setNotificationTemplateId(long notificationTemplateId)
setNotificationTemplateId
in interface NotificationQueueEntryModel
notificationTemplateId
- the notification template ID of this notification queue entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface NotificationQueueEntryModel
primaryKey
- the primary key of this notification queue entrypublic void setPriority(double priority)
setPriority
in interface NotificationQueueEntryModel
priority
- the priority of this notification queue entrypublic void setSentDate(java.util.Date sentDate)
setSentDate
in interface NotificationQueueEntryModel
sentDate
- the sent date of this notification queue entrypublic void setStatus(int status)
setStatus
in interface NotificationQueueEntryModel
status
- the status of this notification queue entrypublic void setSubject(java.lang.String subject)
setSubject
in interface NotificationQueueEntryModel
subject
- the subject of this notification queue entrypublic void setType(java.lang.String type)
setType
in interface NotificationQueueEntryModel
type
- the type of this notification queue entrypublic void setUserId(long userId)
setUserId
in interface NotificationQueueEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this notification queue entrypublic void setUserName(java.lang.String userName)
setUserName
in interface NotificationQueueEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this notification queue entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface NotificationQueueEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this notification queue entrypublic java.lang.String toXmlString()
toXmlString
in interface NotificationQueueEntryModel
protected NotificationQueueEntryWrapper wrap(NotificationQueueEntry notificationQueueEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntry>