edu.uoc.tfc.dto.security
Class ResultatCercaUsuariVO

java.lang.Object
  extended by edu.uoc.tfc.gui.common.JSONDataTableResult
      extended by edu.uoc.tfc.gui.common.ResultatCercaVO
          extended by edu.uoc.tfc.dto.security.ResultatCercaUsuariVO

public class ResultatCercaUsuariVO
extends ResultatCercaVO

Conjunt d'usuaris resultants d'una cerca a partir d'un determinat criteri


Constructor Summary
ResultatCercaUsuariVO()
          Constructor por defecto
ResultatCercaUsuariVO(java.util.Collection elements)
          Constructor taking all properties.
ResultatCercaUsuariVO(ResultatCercaUsuariVO otherBean)
          Copies constructor from other ResultatCercaUsuariVO
 
Method Summary
 java.util.Collection getElements()
          Getter of elements.
 void setElements(java.util.Collection elements)
          Setter of elements
 
Methods inherited from class edu.uoc.tfc.gui.common.ResultatCercaVO
setElementsAsArray
 
Methods inherited from class edu.uoc.tfc.gui.common.JSONDataTableResult
getEcho, getTotalDisplayRecords, getTotalRecords, setEcho, setTotalDisplayRecords, setTotalRecords
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultatCercaUsuariVO

public ResultatCercaUsuariVO()
Constructor por defecto


ResultatCercaUsuariVO

public ResultatCercaUsuariVO(java.util.Collection elements)
Constructor taking all properties.

Parameters:
elements -

ResultatCercaUsuariVO

public ResultatCercaUsuariVO(ResultatCercaUsuariVO otherBean)
Copies constructor from other ResultatCercaUsuariVO

Parameters:
otherBean - ResultatCercaUsuariVO
Method Detail

getElements

public java.util.Collection getElements()
Getter of elements.

Specified by:
getElements in class JSONDataTableResult
Returns:
java.util.Collection Classe DTO per representar un usuari

setElements

public void setElements(java.util.Collection elements)
Setter of elements

Specified by:
setElements in class JSONDataTableResult
Parameters:
elements - Classe DTO per representar un usuari