@ProviderType public interface SocialActivityAchievementModel extends BaseModel<SocialActivityAchievement>, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivityAchievementModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.social.model.impl.SocialActivityAchievementImpl.
SocialActivityAchievement| Modifier and Type | Method and Description |
|---|---|
long |
getActivityAchievementId()
Returns the activity achievement ID of this social activity achievement.
|
long |
getCompanyId()
Returns the company ID of this social activity achievement.
|
long |
getCreateDate()
Returns the create date of this social activity achievement.
|
boolean |
getFirstInGroup()
Returns the first in group of this social activity achievement.
|
long |
getGroupId()
Returns the group ID of this social activity achievement.
|
String |
getName()
Returns the name of this social activity achievement.
|
long |
getPrimaryKey()
Returns the primary key of this social activity achievement.
|
long |
getUserId()
Returns the user ID of this social activity achievement.
|
String |
getUserUuid()
Returns the user uuid of this social activity achievement.
|
boolean |
isFirstInGroup()
Returns
true if this social activity achievement is first in group. |
void |
setActivityAchievementId(long activityAchievementId)
Sets the activity achievement ID of this social activity achievement.
|
void |
setCompanyId(long companyId)
Sets the company ID of this social activity achievement.
|
void |
setCreateDate(long createDate)
Sets the create date of this social activity achievement.
|
void |
setFirstInGroup(boolean firstInGroup)
Sets whether this social activity achievement is first in group.
|
void |
setGroupId(long groupId)
Sets the group ID of this social activity achievement.
|
void |
setName(String name)
Sets the name of this social activity achievement.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social activity achievement.
|
void |
setUserId(long userId)
Sets the user ID of this social activity achievement.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this social activity achievement.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this social activity achievementlong getActivityAchievementId()
void setActivityAchievementId(long activityAchievementId)
activityAchievementId - the activity achievement ID of this social activity achievementlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social activity achievementlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this social activity achievementlong getUserId()
void setUserId(long userId)
userId - the user ID of this social activity achievementString getUserUuid()
void setUserUuid(String userUuid)
userUuid - the user uuid of this social activity achievementlong getCreateDate()
void setCreateDate(long createDate)
createDate - the create date of this social activity achievement@AutoEscape String getName()
void setName(String name)
name - the name of this social activity achievementboolean getFirstInGroup()
boolean isFirstInGroup()
true if this social activity achievement is first in group.true if this social activity achievement is first in group; false otherwisevoid setFirstInGroup(boolean firstInGroup)
firstInGroup - the first in group of this social activity achievement