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

Packages that use InformacionDatoSimple
org.hdtourist.view.inf   
 

Uses of InformacionDatoSimple in org.hdtourist.view.inf
 

Fields in org.hdtourist.view.inf with type parameters of type InformacionDatoSimple
private  java.util.List<InformacionDatoSimple> InformacionLista.datos
          The datos.
 

Methods in org.hdtourist.view.inf that return types with arguments of type InformacionDatoSimple
 java.util.List<InformacionDatoSimple> InformacionLista.getDatos()
          Gets the datos.
 

Method parameters in org.hdtourist.view.inf with type arguments of type InformacionDatoSimple
 void InformacionLista.setDatos(java.util.List<InformacionDatoSimple> datos)
          Sets the datos.