This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class SetPortletProperties

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.SetPortletProperties

public class SetPortletProperties
extends java.lang.Object


Constructor Summary
SetPortletProperties()
           
SetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 
Method Summary
 PortletContext getPortletContext()
           
 PropertyList getPropertyList()
           
 RegistrationContext getRegistrationContext()
           
 UserContext getUserContext()
           
 void setPortletContext(PortletContext portletContext)
           
 void setPropertyList(PropertyList propertyList)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 void setUserContext(UserContext userContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPortletProperties

public SetPortletProperties()

SetPortletProperties

public SetPortletProperties(RegistrationContext registrationContext,
                            PortletContext portletContext,
                            UserContext userContext,
                            PropertyList propertyList)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getPortletContext

public PortletContext getPortletContext()

setPortletContext

public void setPortletContext(PortletContext portletContext)

getUserContext

public UserContext getUserContext()

setUserContext

public void setUserContext(UserContext userContext)

getPropertyList

public PropertyList getPropertyList()

setPropertyList

public void setPropertyList(PropertyList propertyList)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification