public class UserNotificationEventCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent>, java.io.Externalizable
UserNotificationEvent,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
archived |
long |
companyId |
long |
deliverBy |
boolean |
delivered |
java.lang.String |
payload |
long |
timestamp |
java.lang.String |
type |
long |
userId |
long |
userNotificationEventId |
java.lang.String |
uuid |
| Constructor and Description |
|---|
UserNotificationEventCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.UserNotificationEvent |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long userNotificationEventId
public long companyId
public long userId
public java.lang.String type
public long timestamp
public long deliverBy
public boolean delivered
public java.lang.String payload
public boolean archived
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.UserNotificationEvent toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException