edu.uoc.exemplefw.forms
Class CustomerListForm

java.lang.Object
  extended by edu.uoc.fw.core.form.Form
      extended by edu.uoc.exemplefw.forms.ExempleForm
          extended by 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

Constructor Summary
CustomerListForm()
           
 
Method Summary
 java.util.List<CustomerListRow> getCustomerList()
           
 java.lang.String getIdSeleccionat()
           
 void setCustomerList(java.util.List<CustomerListRow> customerList)
           
 void setIdSeleccionat(java.lang.String idSeleccionat)
           
 
Methods inherited from class edu.uoc.exemplefw.forms.ExempleForm
getOperation, setOperation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerListForm

public CustomerListForm()
Method Detail

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