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 Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this social activity achievement.
      Specified by:
      getPrimaryKey in interface CTModel<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 interface CTModel<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 interface MVCCModel
      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 interface MVCCModel
      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 interface CTModel<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 interface CTModel<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 interface ShardedModel
      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 interface ShardedModel
      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

      void setUserUuid(String userUuid)
      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

      @AutoEscape String getName()
      Returns the name of this social activity achievement.
      Returns:
      the name of this social activity achievement
    • setName

      void setName(String name)
      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()
      Returns true 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 interface BaseModel<SocialActivityAchievement>
    • toXmlString

      default String toXmlString()