Liferay 6.2-ce-ga5

com.liferay.portlet.social.model.impl
Class SocialActivitySetImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivitySet>
      extended by com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialActivitySetBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialActivitySetImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialActivitySet>, ClassedModel, PersistedModel, TypedModel, SocialActivitySet, SocialActivitySetModel, Serializable, Cloneable, Comparable<SocialActivitySet>

public class SocialActivitySetImpl
extends SocialActivitySetBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MODIFIEDDATE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK
 
Constructor Summary
SocialActivitySetImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySetBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
clone, compareTo, equals, getActivityCount, getActivitySetId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, hashCode, resetOriginalValues, setActivityCount, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivitySetModel
clone, compareTo, getActivityCount, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityCount, setActivitySetId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialActivitySetImpl

public SocialActivitySetImpl()

Liferay 6.2-ce-ga5