edu.uoc.exemplefw.forms
Class CustomerListForm
java.lang.Object
edu.uoc.fw.core.form.Form
edu.uoc.exemplefw.forms.ExempleForm
edu.uoc.exemplefw.forms.CustomerListForm
public class CustomerListForm
- extends ExempleForm
Classe de formulari per a les dades de la llista de clients
- Version:
- 1.0
- Author:
- Luis Bravo Fuentes
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerListForm
public CustomerListForm()
getIdSeleccionat
public java.lang.String getIdSeleccionat()
- Returns:
- el valor de idSeleccionat
setIdSeleccionat
public void setIdSeleccionat(java.lang.String idSeleccionat)
- Parameters:
idSeleccionat
- el valor de idSeleccionat a establir
getCustomerList
public java.util.List<CustomerListRow> getCustomerList()
- Returns:
- el valor de customerList
setCustomerList
public void setCustomerList(java.util.List<CustomerListRow> customerList)
- Parameters:
customerList
- el valor de customerList a establir