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