@ProviderType public interface SocialActivityAchievementModel extends BaseModel<SocialActivityAchievement>, CTModel<SocialActivityAchievement>, MVCCModel, 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.
|
long |
getCtCollectionId()
Returns the ct collection ID 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.
|
long |
getMvccVersion()
Returns the mvcc version 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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID 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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<SocialActivityAchievement>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<SocialActivityAchievement>
primaryKey
- the primary key of this social activity achievementlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this social activity achievementlong getCtCollectionId()
getCtCollectionId
in interface CTModel<SocialActivityAchievement>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<SocialActivityAchievement>
ctCollectionId
- the ct collection ID 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 ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- 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