Public Member Functions | |
| int | getId () |
| String | getName () |
| String | getNextAction () |
| void | reset (ActionMapping actionMapping, HttpServletRequest request) |
| void | setId (int id) |
| void | setName (String name) |
| void | setNextAction (String nextAction) |
| ActionErrors | validate (ActionMapping actionMapping, HttpServletRequest request) |
Private Attributes | |
| int | id |
| String | name |
| String | nextAction |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(Cap_Form.class) |
| static final long | serialVersionUID = 1L |
| int de.fhg.fokus.hss.web.form.Cap_Form.getId | ( | ) |
| String de.fhg.fokus.hss.web.form.Cap_Form.getName | ( | ) |
| String de.fhg.fokus.hss.web.form.Cap_Form.getNextAction | ( | ) |
| void de.fhg.fokus.hss.web.form.Cap_Form.reset | ( | ActionMapping | actionMapping, | |
| HttpServletRequest | request | |||
| ) |
| void de.fhg.fokus.hss.web.form.Cap_Form.setId | ( | int | id | ) |
| void de.fhg.fokus.hss.web.form.Cap_Form.setName | ( | String | name | ) |
| void de.fhg.fokus.hss.web.form.Cap_Form.setNextAction | ( | String | nextAction | ) |
| ActionErrors de.fhg.fokus.hss.web.form.Cap_Form.validate | ( | ActionMapping | actionMapping, | |
| HttpServletRequest | request | |||
| ) |
int de.fhg.fokus.hss.web.form.Cap_Form.id [private] |
Logger de.fhg.fokus.hss.web.form.Cap_Form.logger = Logger.getLogger(Cap_Form.class) [static, private] |
String de.fhg.fokus.hss.web.form.Cap_Form.name [private] |
String de.fhg.fokus.hss.web.form.Cap_Form.nextAction [private] |
final long de.fhg.fokus.hss.web.form.Cap_Form.serialVersionUID = 1L [static, private] |
1.5.2