    /**************************************************************************
     * Get value of '@ARTICLE_NAME@', a secondary input (a Parameter)
     * from the 'request'. <p>
     *
     * @param request represents input data coming from a client
     * @return value of a "secondary" parameter
     * @throws org.biomoby.shared.MobyException if something goes wrong
     *************************************************************************/
    public String getParameter_@ESC_ARTICLE_NAME@ (MobyJob request)
	throws org.biomoby.shared.MobyException {
	return request.getParameter ("@ARTICLE_NAME@");
    }

