Class SocialActivitySetModelImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.social.kernel.model.SocialActivitySetModel, Serializable, Cloneable, Comparable<com.liferay.social.kernel.model.SocialActivitySet>
Direct Known Subclasses:
SocialActivitySetBaseImpl

public class SocialActivitySetModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet> implements com.liferay.social.kernel.model.SocialActivitySetModel
The base model implementation for the SocialActivitySet service. Represents a row in the "SocialActivitySet" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface SocialActivitySetModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySetImpl.

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

  • Constructor Details

    • SocialActivitySetModelImpl

      public SocialActivitySetModelImpl()
  • Method Details

    • getPrimaryKey

      public long getPrimaryKey()
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      getPrimaryKey in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      setPrimaryKey in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getPrimaryKeyObj

      public Serializable getPrimaryKeyObj()
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • setPrimaryKeyObj

      public void setPrimaryKeyObj(Serializable primaryKeyObj)
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClass

      public Class<?> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClassName

      public String getModelClassName()
      Specified by:
      getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • getAttributeGetterFunctions

      public Map<String,Function<com.liferay.social.kernel.model.SocialActivitySet,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivitySet,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
    • getMvccVersion

      public long getMvccVersion()
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getCtCollectionId

      public long getCtCollectionId()
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      getCtCollectionId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      setCtCollectionId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getActivitySetId

      public long getActivitySetId()
      Specified by:
      getActivitySetId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setActivitySetId

      public void setActivitySetId(long activitySetId)
      Specified by:
      setActivitySetId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getGroupId

      public long getGroupId()
      Specified by:
      getGroupId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setGroupId

      public void setGroupId(long groupId)
      Specified by:
      setGroupId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getOriginalGroupId

      @Deprecated public long getOriginalGroupId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getCompanyId

      public long getCompanyId()
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getUserId

      public long getUserId()
      Specified by:
      getUserId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setUserId

      public void setUserId(long userId)
      Specified by:
      setUserId in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getUserUuid

      public String getUserUuid()
      Specified by:
      getUserUuid in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Specified by:
      setUserUuid in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getOriginalUserId

      @Deprecated public long getOriginalUserId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getCreateDate

      public long getCreateDate()
      Specified by:
      getCreateDate in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setCreateDate

      public void setCreateDate(long createDate)
      Specified by:
      setCreateDate in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getModifiedDate

      public long getModifiedDate()
      Specified by:
      getModifiedDate in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setModifiedDate

      public void setModifiedDate(long modifiedDate)
      Specified by:
      setModifiedDate in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getClassName

      public String getClassName()
      Specified by:
      getClassName in interface com.liferay.social.kernel.model.SocialActivitySetModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getClassNameId

      public long getClassNameId()
      Specified by:
      getClassNameId in interface com.liferay.social.kernel.model.SocialActivitySetModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Specified by:
      setClassNameId in interface com.liferay.social.kernel.model.SocialActivitySetModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • getOriginalClassNameId

      @Deprecated public long getOriginalClassNameId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getClassPK

      public long getClassPK()
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setClassPK

      public void setClassPK(long classPK)
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getOriginalClassPK

      @Deprecated public long getOriginalClassPK()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getType

      public int getType()
      Specified by:
      getType in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setType

      public void setType(int type)
      Specified by:
      setType in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getOriginalType

      @Deprecated public int getOriginalType()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getExtraData

      public String getExtraData()
      Specified by:
      getExtraData in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setExtraData

      public void setExtraData(String extraData)
      Specified by:
      setExtraData in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getActivityCount

      public int getActivityCount()
      Specified by:
      getActivityCount in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • setActivityCount

      public void setActivityCount(int activityCount)
      Specified by:
      setActivityCount in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • getColumnBitmask

      public long getColumnBitmask()
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Overrides:
      getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • setExpandoBridgeAttributes

      public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
      Specified by:
      setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • toEscapedModel

      public com.liferay.social.kernel.model.SocialActivitySet toEscapedModel()
      Specified by:
      toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • clone

      public Object clone()
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • cloneWithOriginalValues

      public com.liferay.social.kernel.model.SocialActivitySet cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Specified by:
      cloneWithOriginalValues in interface com.liferay.social.kernel.model.SocialActivitySetModel
    • compareTo

      public int compareTo(com.liferay.social.kernel.model.SocialActivitySet socialActivitySet)
      Specified by:
      compareTo in interface Comparable<com.liferay.social.kernel.model.SocialActivitySet>
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isEntityCacheEnabled

      @Deprecated public boolean isEntityCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
    • isFinderCacheEnabled

      @Deprecated public boolean isFinderCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
    • resetOriginalValues

      public void resetOriginalValues()
      Specified by:
      resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • toCacheModel

      public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySet> toCacheModel()
      Specified by:
      toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
      Overrides:
      toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColumnValue

      public <T> T getColumnValue(String columnName)
    • getColumnOriginalValue

      public <T> T getColumnOriginalValue(String columnName)
    • getColumnBitmask

      public static long getColumnBitmask(String columnName)