com.liferay.portal.model
Class UserNotificationEventSoap
java.lang.Object
com.liferay.portal.model.UserNotificationEventSoap
- All Implemented Interfaces:
- Serializable
@ProviderType
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserNotificationEventSoap
public UserNotificationEventSoap()
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)
getMvccVersion
public long getMvccVersion()
setMvccVersion
public void setMvccVersion(long mvccVersion)
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)
getDeliveryType
public int getDeliveryType()
setDeliveryType
public void setDeliveryType(int deliveryType)
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)
getActionRequired
public boolean getActionRequired()
isActionRequired
public boolean isActionRequired()
setActionRequired
public void setActionRequired(boolean actionRequired)
getArchived
public boolean getArchived()
isArchived
public boolean isArchived()
setArchived
public void setArchived(boolean archived)