Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class PluginSettingSoap

java.lang.Object
  extended by com.liferay.portal.model.PluginSettingSoap
All Implemented Interfaces:
Serializable

public class PluginSettingSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.PluginSettingServiceSoap.

See Also:
com.liferay.portal.service.http.PluginSettingServiceSoap, Serialized Form

Constructor Summary
PluginSettingSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCompanyId()
           
 String getPluginId()
           
 long getPluginSettingId()
           
 String getPluginType()
           
 long getPrimaryKey()
           
 String getRoles()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setPluginId(String pluginId)
           
 void setPluginSettingId(long pluginSettingId)
           
 void setPluginType(String pluginType)
           
 void setPrimaryKey(long pk)
           
 void setRoles(String roles)
           
static PluginSettingSoap toSoapModel(PluginSetting model)
           
static PluginSettingSoap[] toSoapModels(List<PluginSetting> models)
           
static PluginSettingSoap[] toSoapModels(PluginSetting[] models)
           
static PluginSettingSoap[][] toSoapModels(PluginSetting[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSettingSoap

public PluginSettingSoap()
Method Detail

toSoapModel

public static PluginSettingSoap toSoapModel(PluginSetting model)

toSoapModels

public static PluginSettingSoap[] toSoapModels(PluginSetting[] models)

toSoapModels

public static PluginSettingSoap[][] toSoapModels(PluginSetting[][] models)

toSoapModels

public static PluginSettingSoap[] toSoapModels(List<PluginSetting> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPluginSettingId

public long getPluginSettingId()

setPluginSettingId

public void setPluginSettingId(long pluginSettingId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getPluginId

public String getPluginId()

setPluginId

public void setPluginId(String pluginId)

getPluginType

public String getPluginType()

setPluginType

public void setPluginType(String pluginType)

getRoles

public String getRoles()

setRoles

public void setRoles(String roles)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.1.2-ce-ga3