Liferay 6.0.5

com.liferay.portal.model
Class PortletSoap

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

public class PortletSoap
extends Object
implements Serializable

This class is used by PortletServiceSoap.

See Also:
PortletServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
PortletSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCompanyId()
           
 long getId()
           
 String getPortletId()
           
 long getPrimaryKey()
           
 String getRoles()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setId(long id)
           
 void setPortletId(String portletId)
           
 void setPrimaryKey(long pk)
           
 void setRoles(String roles)
           
static PortletSoap toSoapModel(Portlet model)
           
static PortletSoap[] toSoapModels(List<Portlet> models)
           
static PortletSoap[] toSoapModels(Portlet[] models)
           
static PortletSoap[][] toSoapModels(Portlet[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSoap

public PortletSoap()
Method Detail

toSoapModel

public static PortletSoap toSoapModel(Portlet model)

toSoapModels

public static PortletSoap[] toSoapModels(Portlet[] models)

toSoapModels

public static PortletSoap[][] toSoapModels(Portlet[][] models)

toSoapModels

public static PortletSoap[] toSoapModels(List<Portlet> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getId

public long getId()

setId

public void setId(long id)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getPortletId

public String getPortletId()

setPortletId

public void setPortletId(String portletId)

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.0.5