Liferay 6.2-ce-ga5

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

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

public class SocialActivitySettingCacheModel
extends Object
implements CacheModel<SocialActivitySetting>, Externalizable

The cache model class for representing SocialActivitySetting in entity cache.

See Also:
SocialActivitySetting, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long activitySettingId
           
 int activityType
           
 long classNameId
           
 long companyId
           
 long groupId
           
 String name
           
 String value
           
 
Constructor Summary
SocialActivitySettingCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 SocialActivitySetting 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

activitySettingId

public long activitySettingId

groupId

public long groupId

companyId

public long companyId

classNameId

public long classNameId

activityType

public int activityType

name

public String name

value

public String value
Constructor Detail

SocialActivitySettingCacheModel

public SocialActivitySettingCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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