public class UserNotificationDeliveryWrapper extends BaseModelWrapper<UserNotificationDelivery> implements ModelWrapper<UserNotificationDelivery>, UserNotificationDelivery
This class is a wrapper for UserNotificationDelivery.
UserNotificationDelivery,
Serialized FormmodelUSER_NOTIFICATION_DELIVERY_ID_ACCESSOR| Constructor and Description |
|---|
UserNotificationDeliveryWrapper(UserNotificationDelivery userNotificationDelivery) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified class name of this user notification delivery.
|
long |
getClassNameId()
Returns the class name ID of this user notification delivery.
|
long |
getCompanyId()
Returns the company ID of this user notification delivery.
|
boolean |
getDeliver()
Returns the deliver of this user notification delivery.
|
int |
getDeliveryType()
Returns the delivery type of this user notification delivery.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this user notification delivery.
|
int |
getNotificationType()
Returns the notification type of this user notification delivery.
|
String |
getPortletId()
Returns the portlet ID of this user notification delivery.
|
long |
getPrimaryKey()
Returns the primary key of this user notification delivery.
|
long |
getUserId()
Returns the user ID of this user notification delivery.
|
long |
getUserNotificationDeliveryId()
Returns the user notification delivery ID of this user notification delivery.
|
String |
getUserUuid()
Returns the user uuid of this user notification delivery.
|
boolean |
isDeliver()
Returns
true if this user notification delivery is deliver. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this user notification delivery.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user notification delivery.
|
void |
setDeliver(boolean deliver)
Sets whether this user notification delivery is deliver.
|
void |
setDeliveryType(int deliveryType)
Sets the delivery type of this user notification delivery.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user notification delivery.
|
void |
setNotificationType(int notificationType)
Sets the notification type of this user notification delivery.
|
void |
setPortletId(String portletId)
Sets the portlet ID of this user notification delivery.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user notification delivery.
|
void |
setUserId(long userId)
Sets the user ID of this user notification delivery.
|
void |
setUserNotificationDeliveryId(long userNotificationDeliveryId)
Sets the user notification delivery ID of this user notification delivery.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this user notification delivery.
|
protected UserNotificationDeliveryWrapper |
wrap(UserNotificationDelivery userNotificationDelivery) |
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, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic UserNotificationDeliveryWrapper(UserNotificationDelivery userNotificationDelivery)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserNotificationDelivery>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserNotificationDelivery>public String getClassName()
getClassName in interface TypedModelgetClassName in interface UserNotificationDeliveryModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface UserNotificationDeliveryModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserNotificationDeliveryModelpublic boolean getDeliver()
getDeliver in interface UserNotificationDeliveryModelpublic int getDeliveryType()
getDeliveryType in interface UserNotificationDeliveryModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserNotificationDeliveryModelpublic int getNotificationType()
getNotificationType in interface UserNotificationDeliveryModelpublic String getPortletId()
getPortletId in interface UserNotificationDeliveryModelpublic long getPrimaryKey()
getPrimaryKey in interface UserNotificationDeliveryModelpublic long getUserId()
getUserId in interface UserNotificationDeliveryModelpublic long getUserNotificationDeliveryId()
getUserNotificationDeliveryId in interface UserNotificationDeliveryModelpublic String getUserUuid()
getUserUuid in interface UserNotificationDeliveryModelpublic boolean isDeliver()
true if this user notification delivery is deliver.isDeliver in interface UserNotificationDeliveryModeltrue if this user notification delivery is deliver; false otherwisepublic void persist()
UserNotificationDelivery interface instead.persist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface UserNotificationDeliveryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface UserNotificationDeliveryModelclassNameId - the class name ID of this user notification deliverypublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserNotificationDeliveryModelcompanyId - the company ID of this user notification deliverypublic void setDeliver(boolean deliver)
setDeliver in interface UserNotificationDeliveryModeldeliver - the deliver of this user notification deliverypublic void setDeliveryType(int deliveryType)
setDeliveryType in interface UserNotificationDeliveryModeldeliveryType - the delivery type of this user notification deliverypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserNotificationDeliveryModelmvccVersion - the mvcc version of this user notification deliverypublic void setNotificationType(int notificationType)
setNotificationType in interface UserNotificationDeliveryModelnotificationType - the notification type of this user notification deliverypublic void setPortletId(String portletId)
setPortletId in interface UserNotificationDeliveryModelportletId - the portlet ID of this user notification deliverypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserNotificationDeliveryModelprimaryKey - the primary key of this user notification deliverypublic void setUserId(long userId)
setUserId in interface UserNotificationDeliveryModeluserId - the user ID of this user notification deliverypublic void setUserNotificationDeliveryId(long userNotificationDeliveryId)
setUserNotificationDeliveryId in interface UserNotificationDeliveryModeluserNotificationDeliveryId - the user notification delivery ID of this user notification deliverypublic void setUserUuid(String userUuid)
setUserUuid in interface UserNotificationDeliveryModeluserUuid - the user uuid of this user notification deliveryprotected UserNotificationDeliveryWrapper wrap(UserNotificationDelivery userNotificationDelivery)
wrap in class BaseModelWrapper<UserNotificationDelivery>