Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserNotificationEventCacheModel

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

public class UserNotificationEventCacheModel
extends Object
implements CacheModel<UserNotificationEvent>, Externalizable

The cache model class for representing UserNotificationEvent in entity cache.

See Also:
UserNotificationEvent, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean archived
           
 long companyId
           
 long deliverBy
           
 boolean delivered
           
 String payload
           
 long timestamp
           
 String type
           
 long userId
           
 long userNotificationEventId
           
 String uuid
           
 
Constructor Summary
UserNotificationEventCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 UserNotificationEvent toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

userNotificationEventId

public long userNotificationEventId

companyId

public long companyId

userId

public long userId

type

public String type

timestamp

public long timestamp

deliverBy

public long deliverBy

delivered

public boolean delivered

payload

public String payload

archived

public boolean archived
Constructor Detail

UserNotificationEventCacheModel

public UserNotificationEventCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public UserNotificationEvent toEntityModel()
Specified by:
toEntityModel in interface CacheModel<UserNotificationEvent>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5