Liferay 6.2-ce-ga5

com.liferay.portal.model
Class PortletPreferencesSoap

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

public class PortletPreferencesSoap
extends Object
implements Serializable

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

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

Constructor Summary
PortletPreferencesSoap()
           
 
Method Summary
 long getOwnerId()
           
 int getOwnerType()
           
 long getPlid()
           
 String getPortletId()
           
 long getPortletPreferencesId()
           
 String getPreferences()
           
 long getPrimaryKey()
           
 void setOwnerId(long ownerId)
           
 void setOwnerType(int ownerType)
           
 void setPlid(long plid)
           
 void setPortletId(String portletId)
           
 void setPortletPreferencesId(long portletPreferencesId)
           
 void setPreferences(String preferences)
           
 void setPrimaryKey(long pk)
           
static PortletPreferencesSoap toSoapModel(PortletPreferences model)
           
static PortletPreferencesSoap[] toSoapModels(List<PortletPreferences> models)
           
static PortletPreferencesSoap[] toSoapModels(PortletPreferences[] models)
           
static PortletPreferencesSoap[][] toSoapModels(PortletPreferences[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesSoap

public PortletPreferencesSoap()
Method Detail

toSoapModel

public static PortletPreferencesSoap toSoapModel(PortletPreferences model)

toSoapModels

public static PortletPreferencesSoap[] toSoapModels(PortletPreferences[] models)

toSoapModels

public static PortletPreferencesSoap[][] toSoapModels(PortletPreferences[][] models)

toSoapModels

public static PortletPreferencesSoap[] toSoapModels(List<PortletPreferences> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPortletPreferencesId

public long getPortletPreferencesId()

setPortletPreferencesId

public void setPortletPreferencesId(long portletPreferencesId)

getOwnerId

public long getOwnerId()

setOwnerId

public void setOwnerId(long ownerId)

getOwnerType

public int getOwnerType()

setOwnerType

public void setOwnerType(int ownerType)

getPlid

public long getPlid()

setPlid

public void setPlid(long plid)

getPortletId

public String getPortletId()

setPortletId

public void setPortletId(String portletId)

getPreferences

public String getPreferences()

setPreferences

public void setPreferences(String preferences)

Liferay 6.2-ce-ga5