org.hdtourist.view.inf
Class InformacionLista

java.lang.Object
  extended by org.hdtourist.view.inf.InformacionDato
      extended by org.hdtourist.view.inf.InformacionLista
All Implemented Interfaces:
java.lang.Comparable<InformacionDato>, IInformacionObjetos, IInformacionVisible

public class InformacionLista
extends InformacionDato
implements IInformacionObjetos

The Class InformacionLista.


Field Summary
private  java.util.List<InformacionDatoSimple> datos
          The datos.
 
Fields inherited from class org.hdtourist.view.inf.InformacionDato
MAX_LINES
 
Constructor Summary
InformacionLista()
           
 
Method Summary
 java.util.List<InformacionDatoSimple> getDatos()
          Gets the datos.
private  java.util.List<IInformacionVisible> getInformacionVinculosVisible()
          Gets the informacion vinculos visible.
 java.util.List<IInformacionVisible> getObjetosInformacion()
          Gets the objetos informacion.
 void setDatos(java.util.List<InformacionDatoSimple> datos)
          Sets the datos.
 
Methods inherited from class org.hdtourist.view.inf.InformacionDato
compareTo, fijaExpandirColapsar, getCategoria, getConsulta, getEtiqueta, getValores, getValorVisible, getView, isImagenText, isOnlyText, isTooLarge, isVisible, setCategoria, setConsulta, setEtiqueta, setImagenText, setOnlyText, setTexto, setValores
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datos

private java.util.List<InformacionDatoSimple> datos
The datos.

Constructor Detail

InformacionLista

public InformacionLista()
Method Detail

getDatos

public java.util.List<InformacionDatoSimple> getDatos()
Gets the datos.

Returns:
the vinculos

getObjetosInformacion

public java.util.List<IInformacionVisible> getObjetosInformacion()
Description copied from interface: IInformacionObjetos
Gets the objetos informacion.

Specified by:
getObjetosInformacion in interface IInformacionObjetos
Overrides:
getObjetosInformacion in class InformacionDato
Returns:
the objetos informacion

setDatos

public void setDatos(java.util.List<InformacionDatoSimple> datos)
Sets the datos.

Parameters:
datos - the vinculos to set

getInformacionVinculosVisible

private java.util.List<IInformacionVisible> getInformacionVinculosVisible()
Gets the informacion vinculos visible.

Returns:
the informacion vinculos visible