|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.presenter.InformacionListPresenter
public class InformacionListPresenter
The Class InformacionListPresenter.
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 |
---|
private static final long serialVersionUID
private java.lang.String id
private java.util.List<InformacionGrupo> listaInformacion
private java.lang.String nombre
Constructor Detail |
---|
public InformacionListPresenter()
Method Detail |
---|
public java.lang.String getId()
public java.util.List<InformacionGrupo> getListaInformacion()
public java.lang.String getNombre()
public void setId(java.lang.String id)
id
- the new idpublic void setListaInformacion(java.util.List<InformacionGrupo> listaInformacion)
listaInformacion
- the new lista informacionpublic void setNombre(java.lang.String nombre)
nombre
- the new nombrepublic void setTexto(java.lang.String texto)
texto
- the new texto
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |