/** {@inheritDoc} */ public int getBidderID() { return Integer.parseInt(helperFactory.getRequest().getParameter(PARAMETER_BIDDER_ID)); }
/** {@inheritDoc} */ public int getItemID() { return Integer.parseInt(helperFactory.getRequest().getParameter(PARAMETER_ITEM_ID)); }
/** {@inheritDoc} */ public void setErrorMsg(String message) { helperFactory.getRequest().setAttribute(ERROR_MESSAGE, message); }
/** {@inheritDoc} */ public float getBidValue() { return Float.parseFloat(helperFactory.getRequest().getParameter(PARAMETER_BID)); }