com.liferay.portlet.social.model.impl
Class SocialActivityCacheModel
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivityCacheModel
- All Implemented Interfaces:
- CacheModel<SocialActivity>, Externalizable, Serializable
public class SocialActivityCacheModel
- extends Object
- implements CacheModel<SocialActivity>, Externalizable
The cache model class for representing SocialActivity in entity cache.
- See Also:
SocialActivity
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
activityId
public long activityId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
createDate
public long createDate
activitySetId
public long activitySetId
mirrorActivityId
public long mirrorActivityId
classNameId
public long classNameId
classPK
public long classPK
parentClassNameId
public long parentClassNameId
parentClassPK
public long parentClassPK
type
public int type
extraData
public String extraData
receiverUserId
public long receiverUserId
SocialActivityCacheModel
public SocialActivityCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public SocialActivity toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<SocialActivity>
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