com.liferay.portlet.social.model.impl
Class SocialActivitySettingCacheModel
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivitySettingCacheModel
- All Implemented Interfaces:
- CacheModel<SocialActivitySetting>, Externalizable, Serializable
@ProviderType
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.
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
SocialActivitySettingCacheModel
public SocialActivitySettingCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
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