org.hdtourist.view.inf
Class InformacionListaVinculos

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

public class InformacionListaVinculos
extends InformacionDato
implements IInformacionObjetos

The Class InformacionListaVinculos.


Field Summary
private  java.util.List<InformacionVinculo> vinculos
          The vinculos.
 
Fields inherited from class org.hdtourist.view.inf.InformacionDato
MAX_LINES
 
Constructor Summary
InformacionListaVinculos()
           
 
Method Summary
private  java.util.List<IInformacionVisible> getInformacionVinculosVisible()
          Gets the informacion vinculos visible.
 java.util.List<IInformacionVisible> getObjetosInformacion()
          Gets the objetos informacion.
 java.util.List<InformacionVinculo> getVinculos()
          Gets the vinculos.
 void setVinculos(java.util.List<InformacionVinculo> vinculos)
          Sets the vinculos.
 
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

vinculos

private java.util.List<InformacionVinculo> vinculos
The vinculos.

Constructor Detail

InformacionListaVinculos

public InformacionListaVinculos()
Method Detail

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

getVinculos

public java.util.List<InformacionVinculo> getVinculos()
Gets the vinculos.

Returns:
the vinculos

setVinculos

public void setVinculos(java.util.List<InformacionVinculo> vinculos)
Sets the vinculos.

Parameters:
vinculos - the vinculos to set

getInformacionVinculosVisible

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

Returns:
the informacion vinculos visible