Liferay 6.0-ee

com.liferay.portlet.social.model
Interface SocialEquityGroupSetting

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

public interface SocialEquityGroupSetting
extends SocialEquityGroupSettingModel

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

Never modify this interface directly. Add methods to SocialEquityGroupSettingImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social equity group setting model instance should use the SocialEquityGroupSetting interface instead.

See Also:
SocialEquityGroupSettingModel, SocialEquityGroupSettingImpl, SocialEquityGroupSettingModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setType, toEscapedModel, toString, toXmlString
 


Liferay 6.0-ee