org.jboss.portal.wsrp.core
Class SetPortletProperties

java.lang.Object
  extended by org.jboss.portal.wsrp.core.SetPortletProperties
All Implemented Interfaces:
java.io.Serializable

public class SetPortletProperties
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  PortletContext portletContext
           
protected  PropertyList propertyList
           
protected  RegistrationContext registrationContext
           
protected  UserContext userContext
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registrationContext

protected RegistrationContext registrationContext

portletContext

protected PortletContext portletContext

userContext

protected UserContext userContext

propertyList

protected PropertyList propertyList
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)