Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model.impl
Class SocialActivityCacheModel

java.lang.Object
  extended by com.liferay.portlet.social.model.impl.SocialActivityCacheModel
All Implemented Interfaces:
CacheModel<SocialActivity>, Serializable

public class SocialActivityCacheModel
extends Object
implements CacheModel<SocialActivity>, Serializable

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.

Field Summary
 long activityId
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 String extraData
           
 long groupId
           
 long mirrorActivityId
           
 long receiverUserId
           
 int type
           
 long userId
           
 
Constructor Summary
SocialActivityCacheModel()
           
 
Method Summary
 SocialActivity toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

activityId

public long activityId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

createDate

public long createDate

mirrorActivityId

public long mirrorActivityId

classNameId

public long classNameId

classPK

public long classPK

type

public int type

extraData

public String extraData

receiverUserId

public long receiverUserId
Constructor Detail

SocialActivityCacheModel

public SocialActivityCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3