Interface SocialActivitySettingModel

All Superinterfaces:
BaseModel<SocialActivitySetting>, ClassedModel, Cloneable, Comparable<SocialActivitySetting>, CTModel<SocialActivitySetting>, MVCCModel, Serializable, ShardedModel, TypedModel
All Known Subinterfaces:
SocialActivitySetting
All Known Implementing Classes:
SocialActivitySettingWrapper

@ProviderType public interface SocialActivitySettingModel extends BaseModel<SocialActivitySetting>, CTModel<SocialActivitySetting>, MVCCModel, ShardedModel, TypedModel
The base model interface for the SocialActivitySetting service. Represents a row in the "SocialActivitySetting" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl 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.SocialActivitySettingImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this social activity setting.
      Specified by:
      getPrimaryKey in interface CTModel<SocialActivitySetting>
      Returns:
      the primary key of this social activity setting
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this social activity setting.
      Specified by:
      setPrimaryKey in interface CTModel<SocialActivitySetting>
      Parameters:
      primaryKey - the primary key of this social activity setting
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this social activity setting.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this social activity setting
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this social activity setting.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this social activity setting
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this social activity setting.
      Specified by:
      getCtCollectionId in interface CTModel<SocialActivitySetting>
      Returns:
      the ct collection ID of this social activity setting
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this social activity setting.
      Specified by:
      setCtCollectionId in interface CTModel<SocialActivitySetting>
      Parameters:
      ctCollectionId - the ct collection ID of this social activity setting
    • getActivitySettingId

      long getActivitySettingId()
      Returns the activity setting ID of this social activity setting.
      Returns:
      the activity setting ID of this social activity setting
    • setActivitySettingId

      void setActivitySettingId(long activitySettingId)
      Sets the activity setting ID of this social activity setting.
      Parameters:
      activitySettingId - the activity setting ID of this social activity setting
    • getGroupId

      long getGroupId()
      Returns the group ID of this social activity setting.
      Returns:
      the group ID of this social activity setting
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this social activity setting.
      Parameters:
      groupId - the group ID of this social activity setting
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this social activity setting.
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this social activity setting
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this social activity setting.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this social activity setting
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this social activity setting.
      Specified by:
      getClassName in interface TypedModel
      Returns:
      the fully qualified class name of this social activity setting
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this social activity setting.
      Specified by:
      getClassNameId in interface TypedModel
      Returns:
      the class name ID of this social activity setting
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this social activity setting.
      Specified by:
      setClassNameId in interface TypedModel
      Parameters:
      classNameId - the class name ID of this social activity setting
    • getActivityType

      int getActivityType()
      Returns the activity type of this social activity setting.
      Returns:
      the activity type of this social activity setting
    • setActivityType

      void setActivityType(int activityType)
      Sets the activity type of this social activity setting.
      Parameters:
      activityType - the activity type of this social activity setting
    • getName

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

      void setName(String name)
      Sets the name of this social activity setting.
      Parameters:
      name - the name of this social activity setting
    • getValue

      @AutoEscape String getValue()
      Returns the value of this social activity setting.
      Returns:
      the value of this social activity setting
    • setValue

      void setValue(String value)
      Sets the value of this social activity setting.
      Parameters:
      value - the value of this social activity setting
    • cloneWithOriginalValues

      SocialActivitySetting cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<SocialActivitySetting>
    • toXmlString

      default String toXmlString()