Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Interface SocialActivitySetting

All Superinterfaces:
BaseModel<SocialActivitySetting>, ClassedModel, Cloneable, Comparable<SocialActivitySetting>, PersistedModel, Serializable, SocialActivitySettingModel
All Known Implementing Classes:
SocialActivitySettingWrapper

public interface SocialActivitySetting
extends SocialActivitySettingModel, PersistedModel

The extended model interface for the SocialActivitySetting service. Represents a row in the "SocialActivitySetting" database table, with each column mapped to a property of this class.

See Also:
SocialActivitySettingModel, SocialActivitySettingImpl, SocialActivitySettingModelImpl

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3