com.liferay.portal.model.impl
Class UserNotificationEventCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.UserNotificationEventCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent>, java.io.Serializable

public class UserNotificationEventCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent>, java.io.Serializable

The cache model class for representing UserNotificationEvent in entity cache.

Author:
Brian Wing Shun Chan
See Also:
UserNotificationEvent, Serialized Form
Generated:

Field Summary
 boolean archived
           
 long companyId
           
 long deliverBy
           
 java.lang.String payload
           
 long timestamp
           
 java.lang.String type
           
 long userId
           
 long userNotificationEventId
           
 java.lang.String uuid
           
 
Constructor Summary
UserNotificationEventCacheModel()
           
 
Method Summary
 com.liferay.portal.model.UserNotificationEvent toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid

userNotificationEventId

public long userNotificationEventId

companyId

public long companyId

userId

public long userId

type

public java.lang.String type

timestamp

public long timestamp

deliverBy

public long deliverBy

payload

public java.lang.String payload

archived

public boolean archived
Constructor Detail

UserNotificationEventCacheModel

public UserNotificationEventCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.UserNotificationEvent toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent>