com.liferay.portal.model.impl
Class UserNotificationEventCacheModel
java.lang.Object
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:
|
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 |
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
UserNotificationEventCacheModel
public UserNotificationEventCacheModel()
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>