Class QueryClassSelectForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryClassSelectForm
    extends org.apache.struts.action.ActionForm
    Form bean for selection of a new query class.
    Author:
    Richard Smith
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String className  
      • Fields inherited from class org.apache.struts.action.ActionForm

        multipartRequestHandler, servlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Get the class name
      void setClassName​(java.lang.String className)
      Set the class name
      • Methods inherited from class org.apache.struts.action.ActionForm

        getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • className

        protected java.lang.String className
    • Constructor Detail

      • QueryClassSelectForm

        public QueryClassSelectForm()
    • Method Detail

      • setClassName

        public void setClassName​(java.lang.String className)
        Set the class name
        Parameters:
        className - the class name
      • getClassName

        public java.lang.String getClassName()
        Get the class name
        Returns:
        the class name