@ProviderType public class SocialActivityAchievementCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivityAchievement>, Externalizable
SocialActivityAchievement
,
Serialized FormModifier 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 Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException