Liferay 6.2-ce-ga5

com.liferay.portal.model
Class PortalPreferencesSoap

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

public class PortalPreferencesSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
PortalPreferencesSoap()
           
 
Method Summary
 long getOwnerId()
           
 int getOwnerType()
           
 long getPortalPreferencesId()
           
 String getPreferences()
           
 long getPrimaryKey()
           
 void setOwnerId(long ownerId)
           
 void setOwnerType(int ownerType)
           
 void setPortalPreferencesId(long portalPreferencesId)
           
 void setPreferences(String preferences)
           
 void setPrimaryKey(long pk)
           
static PortalPreferencesSoap toSoapModel(PortalPreferences model)
           
static PortalPreferencesSoap[] toSoapModels(List<PortalPreferences> models)
           
static PortalPreferencesSoap[] toSoapModels(PortalPreferences[] models)
           
static PortalPreferencesSoap[][] toSoapModels(PortalPreferences[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalPreferencesSoap

public PortalPreferencesSoap()
Method Detail

toSoapModel

public static PortalPreferencesSoap toSoapModel(PortalPreferences model)

toSoapModels

public static PortalPreferencesSoap[] toSoapModels(PortalPreferences[] models)

toSoapModels

public static PortalPreferencesSoap[][] toSoapModels(PortalPreferences[][] models)

toSoapModels

public static PortalPreferencesSoap[] toSoapModels(List<PortalPreferences> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPortalPreferencesId

public long getPortalPreferencesId()

setPortalPreferencesId

public void setPortalPreferencesId(long portalPreferencesId)

getOwnerId

public long getOwnerId()

setOwnerId

public void setOwnerId(long ownerId)

getOwnerType

public int getOwnerType()

setOwnerType

public void setOwnerType(int ownerType)

getPreferences

public String getPreferences()

setPreferences

public void setPreferences(String preferences)

Liferay 6.2-ce-ga5