edu.uoc.exemplefw.forms
Class ExempleForm

java.lang.Object
  extended by edu.uoc.fw.core.form.Form
      extended by edu.uoc.exemplefw.forms.ExempleForm
Direct Known Subclasses:
CustomerDetailForm, CustomerListForm, LoginForm

public class ExempleForm
extends edu.uoc.fw.core.form.Form

Classe base per a tots el formularis de l'aplicació d'exemple.

Version:
1.0
Author:
Luis Bravo Fuentes

Constructor Summary
ExempleForm()
           
 
Method Summary
 java.lang.String getOperation()
           
 void setOperation(java.lang.String operation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExempleForm

public ExempleForm()
Method Detail

getOperation

public java.lang.String getOperation()
Returns:
el valor de operation

setOperation

public void setOperation(java.lang.String operation)
Parameters:
operation - el valor de operation a establir