com.liferay.portal.model
Class PortletSoap
java.lang.Object
com.liferay.portal.model.PortletSoap
- All Implemented Interfaces:
- Serializable
public class PortletSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.PortletServiceSoap
.
- See Also:
com.liferay.portal.service.http.PortletServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletSoap
public PortletSoap()
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)