@ProviderType public class SocialActivitySettingCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting>, Externalizable
SocialActivitySetting,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
activitySettingId |
int |
activityType |
long |
classNameId |
long |
companyId |
long |
groupId |
String |
name |
String |
value |
| Constructor and Description |
|---|
SocialActivitySettingCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.social.kernel.model.SocialActivitySetting |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long activitySettingId
public long groupId
public long companyId
public long classNameId
public int activityType
public String name
public String value
public com.liferay.social.kernel.model.SocialActivitySetting toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException