Class DocHandlerForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.web.KewRoutingKualiForm
org.kuali.rice.kew.routing.web.DocHandlerForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

public class DocHandlerForm extends KewRoutingKualiForm
A Struts ActionForm for the ClientAppDocHandlerRedirectAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • DocHandlerForm

      public DocHandlerForm()
  • Method Details

    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • getLookupableImplServiceName

      public String getLookupableImplServiceName()
    • setLookupableImplServiceName

      public void setLookupableImplServiceName(String lookupableImplServiceName)
    • getDocHandlerRedirectUrl

      public String getDocHandlerRedirectUrl()
    • setDocHandlerRedirectUrl

      public void setDocHandlerRedirectUrl(String docHandlerRedirectUrl)