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