nextapp.echo2.webrender
Class WebRenderActionForm

java.lang.Object
  extended by ActionForm
      extended by nextapp.echo2.webrender.WebRenderActionForm
Direct Known Subclasses:
WebContainerActionForm

public class WebRenderActionForm
extends ActionForm

Form Bean associating to the WebRendererAction


Constructor Summary
WebRenderActionForm()
           
 
Method Summary
 java.lang.String getImageuid()
          Get the Id of the image to display
 java.lang.String getServiceId()
          Get the Id of the service to launch
 void setImageuid(java.lang.String pImageuid)
          Set the Id of the service to display
 void setServiceId(java.lang.String pServiceId)
          Set the Id of the service to launch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebRenderActionForm

public WebRenderActionForm()
Method Detail

getServiceId

public java.lang.String getServiceId()
Get the Id of the service to launch

Returns:
the requested Id service

setServiceId

public void setServiceId(java.lang.String pServiceId)
Set the Id of the service to launch

Parameters:
the - Id service

getImageuid

public java.lang.String getImageuid()
Get the Id of the image to display

Parameters:
the - Id image

setImageuid

public void setImageuid(java.lang.String pImageuid)
Set the Id of the service to display

Parameters:
the - Id image