com.liferay.portal.model
Class PluginSettingSoap

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

public class PluginSettingSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portal.service.http.PluginSettingServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.PluginSettingServiceSoap, Serialized Form

Constructor Summary
PluginSettingSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCompanyId()
           
 java.lang.String getPluginId()
           
 long getPluginSettingId()
           
 java.lang.String getPluginType()
           
 long getPrimaryKey()
           
 java.lang.String getRoles()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setPluginId(java.lang.String pluginId)
           
 void setPluginSettingId(long pluginSettingId)
           
 void setPluginType(java.lang.String pluginType)
           
 void setPrimaryKey(long pk)
           
 void setRoles(java.lang.String roles)
           
static PluginSettingSoap toSoapModel(PluginSetting model)
           
static PluginSettingSoap[] toSoapModels(java.util.List<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(java.util.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 java.lang.String getPluginId()

setPluginId

public void setPluginId(java.lang.String pluginId)

getPluginType

public java.lang.String getPluginType()

setPluginType

public void setPluginType(java.lang.String pluginType)

getRoles

public java.lang.String getRoles()

setRoles

public void setRoles(java.lang.String roles)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)