com.liferay.portlet.social.model
Class SocialEquityGroupSettingSoap
java.lang.Object
com.liferay.portlet.social.model.SocialEquityGroupSettingSoap
- All Implemented Interfaces:
- Serializable
public class SocialEquityGroupSettingSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialEquityGroupSettingSoap
public SocialEquityGroupSettingSoap()
toSoapModel
public static SocialEquityGroupSettingSoap toSoapModel(SocialEquityGroupSetting model)
toSoapModels
public static SocialEquityGroupSettingSoap[] toSoapModels(SocialEquityGroupSetting[] models)
toSoapModels
public static SocialEquityGroupSettingSoap[][] toSoapModels(SocialEquityGroupSetting[][] models)
toSoapModels
public static SocialEquityGroupSettingSoap[] toSoapModels(List<SocialEquityGroupSetting> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getEquityGroupSettingId
public long getEquityGroupSettingId()
setEquityGroupSettingId
public void setEquityGroupSettingId(long equityGroupSettingId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getType
public int getType()
setType
public void setType(int type)
getEnabled
public boolean getEnabled()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)