Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by 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.

Field Summary
 int activityCount
           
 long activitySetId
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 String extraData
           
 long groupId
           
 long modifiedDate
           
 int type
           
 long userId
           
 
Constructor Summary
SocialActivitySetCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 SocialActivitySet 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

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

SocialActivitySetCacheModel

public SocialActivitySetCacheModel()
Method Detail

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

Liferay 6.2-ce-ga5