Interface SocialActivityLimitModel

All Superinterfaces:
AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, Cloneable, Comparable<SocialActivityLimit>, CTModel<SocialActivityLimit>, MVCCModel, Serializable, ShardedModel, TypedModel
All Known Subinterfaces:
SocialActivityLimit
All Known Implementing Classes:
SocialActivityLimitWrapper

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

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

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

    • getPrimaryKey

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

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

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

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

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

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

      long getActivityLimitId()
      Returns the activity limit ID of this social activity limit.
      Returns:
      the activity limit ID of this social activity limit
    • setActivityLimitId

      void setActivityLimitId(long activityLimitId)
      Sets the activity limit ID of this social activity limit.
      Parameters:
      activityLimitId - the activity limit ID of this social activity limit
    • getGroupId

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

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

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

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

      long getUserId()
      Returns the user ID of this social activity limit.
      Returns:
      the user ID of this social activity limit
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this social activity limit.
      Parameters:
      userId - the user ID of this social activity limit
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this social activity limit.
      Returns:
      the user uuid of this social activity limit
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this social activity limit.
      Parameters:
      userUuid - the user uuid of this social activity limit
    • getClassName

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

      void setClassName(String className)
    • getClassNameId

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

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

      long getClassPK()
      Returns the class pk of this social activity limit.
      Specified by:
      getClassPK in interface AttachedModel
      Returns:
      the class pk of this social activity limit
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this social activity limit.
      Specified by:
      setClassPK in interface AttachedModel
      Parameters:
      classPK - the class pk of this social activity limit
    • getActivityType

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

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

      @AutoEscape String getActivityCounterName()
      Returns the activity counter name of this social activity limit.
      Returns:
      the activity counter name of this social activity limit
    • setActivityCounterName

      void setActivityCounterName(String activityCounterName)
      Sets the activity counter name of this social activity limit.
      Parameters:
      activityCounterName - the activity counter name of this social activity limit
    • getValue

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

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

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

      default String toXmlString()