Modifier and Type |
Method and Description |
long |
getClassNameId() |
long |
getCompanyId() |
boolean |
getDeliver() |
int |
getDeliveryType() |
long |
getMvccVersion() |
int |
getNotificationType() |
String |
getPortletId() |
long |
getPrimaryKey() |
long |
getUserId() |
long |
getUserNotificationDeliveryId() |
boolean |
isDeliver() |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setDeliver(boolean deliver) |
void |
setDeliveryType(int deliveryType) |
void |
setMvccVersion(long mvccVersion) |
void |
setNotificationType(int notificationType) |
void |
setPortletId(String portletId) |
void |
setPrimaryKey(long pk) |
void |
setUserId(long userId) |
void |
setUserNotificationDeliveryId(long userNotificationDeliveryId) |
static UserNotificationDeliverySoap |
toSoapModel(UserNotificationDelivery model) |
static UserNotificationDeliverySoap[] |
toSoapModels(List<UserNotificationDelivery> models) |
static UserNotificationDeliverySoap[] |
toSoapModels(UserNotificationDelivery[] models) |
static UserNotificationDeliverySoap[][] |
toSoapModels(UserNotificationDelivery[][] models) |