Liferay 6.2-ce-ga5

com.liferay.portal.model
Class UserNotificationEventSoap

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

public class UserNotificationEventSoap
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
UserNotificationEventSoap()
           
 
Method Summary
 boolean getArchived()
           
 long getCompanyId()
           
 long getDeliverBy()
           
 boolean getDelivered()
           
 String getPayload()
           
 long getPrimaryKey()
           
 long getTimestamp()
           
 String getType()
           
 long getUserId()
           
 long getUserNotificationEventId()
           
 String getUuid()
           
 boolean isArchived()
           
 boolean isDelivered()
           
 void setArchived(boolean archived)
           
 void setCompanyId(long companyId)
           
 void setDeliverBy(long deliverBy)
           
 void setDelivered(boolean delivered)
           
 void setPayload(String payload)
           
 void setPrimaryKey(long pk)
           
 void setTimestamp(long timestamp)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserNotificationEventId(long userNotificationEventId)
           
 void setUuid(String uuid)
           
static UserNotificationEventSoap toSoapModel(UserNotificationEvent model)
           
static UserNotificationEventSoap[] toSoapModels(List<UserNotificationEvent> models)
           
static UserNotificationEventSoap[] toSoapModels(UserNotificationEvent[] models)
           
static UserNotificationEventSoap[][] toSoapModels(UserNotificationEvent[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserNotificationEventSoap

public UserNotificationEventSoap()
Method Detail

toSoapModel

public static UserNotificationEventSoap toSoapModel(UserNotificationEvent model)

toSoapModels

public static UserNotificationEventSoap[] toSoapModels(UserNotificationEvent[] models)

toSoapModels

public static UserNotificationEventSoap[][] toSoapModels(UserNotificationEvent[][] models)

toSoapModels

public static UserNotificationEventSoap[] toSoapModels(List<UserNotificationEvent> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getUserNotificationEventId

public long getUserNotificationEventId()

setUserNotificationEventId

public void setUserNotificationEventId(long userNotificationEventId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getType

public String getType()

setType

public void setType(String type)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getDeliverBy

public long getDeliverBy()

setDeliverBy

public void setDeliverBy(long deliverBy)

getDelivered

public boolean getDelivered()

isDelivered

public boolean isDelivered()

setDelivered

public void setDelivered(boolean delivered)

getPayload

public String getPayload()

setPayload

public void setPayload(String payload)

getArchived

public boolean getArchived()

isArchived

public boolean isArchived()

setArchived

public void setArchived(boolean archived)

Liferay 6.2-ce-ga5