org.hdtourist.presenter
Class InformacionListPresenter

java.lang.Object
  extended by org.hdtourist.presenter.InformacionListPresenter
All Implemented Interfaces:
java.io.Serializable

public class InformacionListPresenter
extends java.lang.Object
implements java.io.Serializable

The Class InformacionListPresenter.

See Also:
Serialized Form

Field Summary
private  java.lang.String id
          The id.
private  java.util.List<InformacionGrupo> listaInformacion
          The lista informacion.
private  java.lang.String nombre
          The nombre.
private static long serialVersionUID
          La constante serialVersionUID.
 
Constructor Summary
InformacionListPresenter()
           
 
Method Summary
 java.lang.String getId()
          Gets the id.
 java.util.List<InformacionGrupo> getListaInformacion()
          Gets the lista informacion.
 java.lang.String getNombre()
          Gets the nombre.
 void setId(java.lang.String id)
          Sets the id.
 void setListaInformacion(java.util.List<InformacionGrupo> listaInformacion)
          Sets the lista informacion.
 void setNombre(java.lang.String nombre)
          Sets the nombre.
 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

serialVersionUID

private static final long serialVersionUID
La constante serialVersionUID.

See Also:
Constant Field Values

id

private java.lang.String id
The id.


listaInformacion

private java.util.List<InformacionGrupo> listaInformacion
The lista informacion.


nombre

private java.lang.String nombre
The nombre.

Constructor Detail

InformacionListPresenter

public InformacionListPresenter()
Method Detail

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

getListaInformacion

public java.util.List<InformacionGrupo> getListaInformacion()
Gets the lista informacion.

Returns:
the lista informacion

getNombre

public java.lang.String getNombre()
Gets the nombre.

Returns:
the nombre

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

setListaInformacion

public void setListaInformacion(java.util.List<InformacionGrupo> listaInformacion)
Sets the lista informacion.

Parameters:
listaInformacion - the new lista informacion

setNombre

public void setNombre(java.lang.String nombre)
Sets the nombre.

Parameters:
nombre - the new nombre

setTexto

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

Parameters:
texto - the new texto