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