com.sun.portal.wsrp.common.stubs
Class InteractionParams
java.lang.Object
com.sun.portal.wsrp.common.stubs.InteractionParams
- public class InteractionParams
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractionParams
public InteractionParams()
InteractionParams
public InteractionParams(StateChange portletStateChange,
java.lang.String interactionState,
NamedString[] formParameters,
UploadContext[] uploadContexts,
Extension[] extensions)
getPortletStateChange
public StateChange getPortletStateChange()
setPortletStateChange
public void setPortletStateChange(StateChange portletStateChange)
getInteractionState
public java.lang.String getInteractionState()
setInteractionState
public void setInteractionState(java.lang.String interactionState)
getFormParameters
public NamedString[] getFormParameters()
setFormParameters
public void setFormParameters(NamedString[] formParameters)
getUploadContexts
public UploadContext[] getUploadContexts()
setUploadContexts
public void setUploadContexts(UploadContext[] uploadContexts)
getExtensions
public Extension[] getExtensions()
setExtensions
public void setExtensions(Extension[] extensions)