Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivitySetting>
      extended by com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialActivitySettingBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialActivitySettingImpl
All Implemented Interfaces:
BaseModel<SocialActivitySetting>, ClassedModel, PersistedModel, SocialActivitySetting, SocialActivitySettingModel, Serializable, Cloneable, Comparable<SocialActivitySetting>

public class SocialActivitySettingImpl
extends SocialActivitySettingBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
ACTIVITYTYPE_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SocialActivitySettingImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
clone, compareTo, equals, getActivitySettingId, getActivityType, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalActivityType, getOriginalClassNameId, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, resetOriginalValues, setActivitySettingId, setActivityType, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivitySettingModel
clone, compareTo, getActivitySettingId, getActivityType, getClassName, getClassNameId, getCompanyId, getExpandoBridge, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setActivitySettingId, setActivityType, setCachedModel, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setGroupId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setValue, 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

SocialActivitySettingImpl

public SocialActivitySettingImpl()

Liferay 6.1.2-ce-ga3