Liferay 6.2-ce-ga5

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>, 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.

Field Summary
 long activityId
           
 long activitySetId
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 String extraData
           
 long groupId
           
 long mirrorActivityId
           
 long parentClassNameId
           
 long parentClassPK
           
 long receiverUserId
           
 int type
           
 long userId
           
 
Constructor Summary
SocialActivityCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 SocialActivity 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

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
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>

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