Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquityGroupSetting

All Superinterfaces:
BaseModel<SocialEquityGroupSetting>, ClassedModel, Cloneable, Comparable<SocialEquityGroupSetting>, PersistedModel, Serializable, SocialEquityGroupSettingModel
All Known Implementing Classes:
SocialEquityGroupSettingWrapper

public interface SocialEquityGroupSetting
extends SocialEquityGroupSettingModel, PersistedModel

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

See Also:
SocialEquityGroupSettingModel, SocialEquityGroupSettingImpl, SocialEquityGroupSettingModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityGroupSettingModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getEnabled, getEquityGroupSettingId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isCachedModel, isEnabled, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setEnabled, setEquityGroupSettingId, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setType, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.0