Uses of Class
org.hdtourist.view.inf.InformacionGrupo

Packages that use InformacionGrupo
org.hdtourist.model.services.xml   
org.hdtourist.presenter   
 

Uses of InformacionGrupo in org.hdtourist.model.services.xml
 

Fields in org.hdtourist.model.services.xml declared as InformacionGrupo
private  InformacionGrupo InformacionConfigHandler.grupoInformacion
          El grupo informacion.
 

Fields in org.hdtourist.model.services.xml with type parameters of type InformacionGrupo
private  java.util.List<InformacionGrupo> InformacionConfigHandler.gruposInformacion
          Los grupos informacion.
 

Uses of InformacionGrupo in org.hdtourist.presenter
 

Fields in org.hdtourist.presenter with type parameters of type InformacionGrupo
private  java.util.List<InformacionGrupo> InformacionListPresenter.listaInformacion
          The lista informacion.
 

Methods in org.hdtourist.presenter that return types with arguments of type InformacionGrupo
 java.util.List<InformacionGrupo> InformacionListPresenter.getListaInformacion()
          Gets the lista informacion.
 

Method parameters in org.hdtourist.presenter with type arguments of type InformacionGrupo
 void InformacionListPresenter.setListaInformacion(java.util.List<InformacionGrupo> listaInformacion)
          Sets the lista informacion.