Liferay 6.2-ce-ga5

com.liferay.portal.model
Class UserNotificationDeliverySoap

java.lang.Object
  extended by com.liferay.portal.model.UserNotificationDeliverySoap
All Implemented Interfaces:
Serializable

public class UserNotificationDeliverySoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
UserNotificationDeliverySoap()
           
 
Method Summary
 long getClassNameId()
           
 long getCompanyId()
           
 boolean getDeliver()
           
 int getDeliveryType()
           
 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 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserNotificationDeliverySoap

public UserNotificationDeliverySoap()
Method Detail

toSoapModel

public static UserNotificationDeliverySoap toSoapModel(UserNotificationDelivery model)

toSoapModels

public static UserNotificationDeliverySoap[] toSoapModels(UserNotificationDelivery[] models)

toSoapModels

public static UserNotificationDeliverySoap[][] toSoapModels(UserNotificationDelivery[][] models)

toSoapModels

public static UserNotificationDeliverySoap[] toSoapModels(List<UserNotificationDelivery> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUserNotificationDeliveryId

public long getUserNotificationDeliveryId()

setUserNotificationDeliveryId

public void setUserNotificationDeliveryId(long userNotificationDeliveryId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getPortletId

public String getPortletId()

setPortletId

public void setPortletId(String portletId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getNotificationType

public int getNotificationType()

setNotificationType

public void setNotificationType(int notificationType)

getDeliveryType

public int getDeliveryType()

setDeliveryType

public void setDeliveryType(int deliveryType)

getDeliver

public boolean getDeliver()

isDeliver

public boolean isDeliver()

setDeliver

public void setDeliver(boolean deliver)

Liferay 6.2-ce-ga5