Package com.liferay.social.kernel.model
Interface SocialActivityAchievementModel
- All Superinterfaces:
BaseModel<SocialActivityAchievement>
,ClassedModel
,Cloneable
,Comparable<SocialActivityAchievement>
,CTModel<SocialActivityAchievement>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
SocialActivityAchievement
- All Known Implementing Classes:
SocialActivityAchievementWrapper
@ProviderType
public interface SocialActivityAchievementModel
extends BaseModel<SocialActivityAchievement>, CTModel<SocialActivityAchievement>, MVCCModel, ShardedModel
The base model interface for the SocialActivityAchievement service. Represents a row in the "SocialActivityAchievement" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the activity achievement ID of this social activity achievement.long
Returns the company ID of this social activity achievement.long
Returns the create date of this social activity achievement.long
Returns the ct collection ID of this social activity achievement.boolean
Returns the first in group of this social activity achievement.long
Returns the group ID of this social activity achievement.long
Returns the mvcc version of this social activity achievement.getName()
Returns the name of this social activity achievement.long
Returns the primary key of this social activity achievement.long
Returns the user ID of this social activity achievement.Returns the user uuid of this social activity achievement.boolean
Returnstrue
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this social activity achievement.- Specified by:
getPrimaryKey
in interfaceCTModel<SocialActivityAchievement>
- Returns:
- the primary key of this social activity achievement
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this social activity achievement.- Specified by:
setPrimaryKey
in interfaceCTModel<SocialActivityAchievement>
- Parameters:
primaryKey
- the primary key of this social activity achievement
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this social activity achievement.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this social activity achievement
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity achievement.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this social activity achievement
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this social activity achievement.- Specified by:
getCtCollectionId
in interfaceCTModel<SocialActivityAchievement>
- Returns:
- the ct collection ID of this social activity achievement
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity achievement.- Specified by:
setCtCollectionId
in interfaceCTModel<SocialActivityAchievement>
- Parameters:
ctCollectionId
- the ct collection ID of this social activity achievement
-
getActivityAchievementId
long getActivityAchievementId()Returns the activity achievement ID of this social activity achievement.- Returns:
- the activity achievement ID of this social activity achievement
-
setActivityAchievementId
void setActivityAchievementId(long activityAchievementId) Sets the activity achievement ID of this social activity achievement.- Parameters:
activityAchievementId
- the activity achievement ID of this social activity achievement
-
getGroupId
long getGroupId()Returns the group ID of this social activity achievement.- Returns:
- the group ID of this social activity achievement
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this social activity achievement.- Parameters:
groupId
- the group ID of this social activity achievement
-
getCompanyId
long getCompanyId()Returns the company ID of this social activity achievement.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this social activity achievement
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this social activity achievement.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this social activity achievement
-
getUserId
long getUserId()Returns the user ID of this social activity achievement.- Returns:
- the user ID of this social activity achievement
-
setUserId
void setUserId(long userId) Sets the user ID of this social activity achievement.- Parameters:
userId
- the user ID of this social activity achievement
-
getUserUuid
String getUserUuid()Returns the user uuid of this social activity achievement.- Returns:
- the user uuid of this social activity achievement
-
setUserUuid
Sets the user uuid of this social activity achievement.- Parameters:
userUuid
- the user uuid of this social activity achievement
-
getCreateDate
long getCreateDate()Returns the create date of this social activity achievement.- Returns:
- the create date of this social activity achievement
-
setCreateDate
void setCreateDate(long createDate) Sets the create date of this social activity achievement.- Parameters:
createDate
- the create date of this social activity achievement
-
getName
Returns the name of this social activity achievement.- Returns:
- the name of this social activity achievement
-
setName
Sets the name of this social activity achievement.- Parameters:
name
- the name of this social activity achievement
-
getFirstInGroup
boolean getFirstInGroup()Returns the first in group of this social activity achievement.- Returns:
- the first in group of this social activity achievement
-
isFirstInGroup
boolean isFirstInGroup()Returnstrue
if this social activity achievement is first in group.- Returns:
true
if this social activity achievement is first in group;false
otherwise
-
setFirstInGroup
void setFirstInGroup(boolean firstInGroup) Sets whether this social activity achievement is first in group.- Parameters:
firstInGroup
- the first in group of this social activity achievement
-
cloneWithOriginalValues
SocialActivityAchievement cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<SocialActivityAchievement>
-
toXmlString
-