org.hdtourist.view.inf
Class InformacionGrupo

java.lang.Object
  extended by org.hdtourist.view.inf.InformacionGrupo
All Implemented Interfaces:
IInformacionObjetos, IInformacionVisible

public class InformacionGrupo
extends java.lang.Object
implements IInformacionVisible, IInformacionObjetos

The Class InformacionGrupo.


Field Summary
private  java.lang.String etiqueta
          The etiqueta.
private  java.util.List<InformacionDato> listaDatos
          The lista datos.
private  boolean otros
          The otros.
 
Constructor Summary
InformacionGrupo()
           
 
Method Summary
 java.lang.String getEtiqueta()
          Gets the etiqueta.
 java.util.List<InformacionDato> getListaDatos()
          Gets the lista datos.
 java.util.List<IInformacionVisible> getObjetosInformacion()
          Gets the objetos informacion.
 android.view.View getView(InformacionFragment actividad)
          Gets the view.
 boolean isOtros()
          Checks if is otros.
 boolean isVisible(android.support.v4.app.Fragment fragment)
          Checks if is visible.
 void setEtiqueta(java.lang.String etiqueta)
          Sets the etiqueta.
 void setListaDatos(java.util.List<InformacionDato> listaDatos)
          Sets the lista datos.
 void setOtros(boolean otros)
          Sets the otros.
 void setTexto(java.lang.String texto)
          Sets the texto.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

etiqueta

private java.lang.String etiqueta
The etiqueta.


listaDatos

private java.util.List<InformacionDato> listaDatos
The lista datos.


otros

private boolean otros
The otros.

Constructor Detail

InformacionGrupo

public InformacionGrupo()
Method Detail

getEtiqueta

public java.lang.String getEtiqueta()
Gets the etiqueta.

Returns:
the etiqueta

getListaDatos

public java.util.List<InformacionDato> getListaDatos()
Gets the lista datos.

Returns:
the lista datos

getObjetosInformacion

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

Specified by:
getObjetosInformacion in interface IInformacionObjetos
Returns:
the objetos informacion

getView

public android.view.View getView(InformacionFragment actividad)
Description copied from interface: IInformacionVisible
Gets the view.

Specified by:
getView in interface IInformacionVisible
Parameters:
actividad - the actividad
Returns:
the view

isOtros

public boolean isOtros()
Checks if is otros.

Returns:
true, if is otros

isVisible

public boolean isVisible(android.support.v4.app.Fragment fragment)
Description copied from interface: IInformacionVisible
Checks if is visible.

Specified by:
isVisible in interface IInformacionVisible
Parameters:
fragment - the actividad
Returns:
true, if is visible

setEtiqueta

public void setEtiqueta(java.lang.String etiqueta)
Sets the etiqueta.

Parameters:
etiqueta - the new etiqueta

setListaDatos

public void setListaDatos(java.util.List<InformacionDato> listaDatos)
Sets the lista datos.

Parameters:
listaDatos - the new lista datos

setOtros

public void setOtros(boolean otros)
Sets the otros.

Parameters:
otros - the new otros

setTexto

public void setTexto(java.lang.String texto)
Sets the texto.

Parameters:
texto - the new texto