org.hdtourist.presenter
Class CiudadInfoPresenter

java.lang.Object
  extended by org.hdtourist.presenter.CiudadInfoPresenter
Direct Known Subclasses:
CiudadPresenter, InformacionPresenter

public abstract class CiudadInfoPresenter
extends java.lang.Object

The Class CiudadInfoPresenter.


Field Summary
protected  CiudadActivity activity
          The activity.
protected  FicheroHdt ciudad
          The ciudad.
 
Constructor Summary
CiudadInfoPresenter()
           
 
Method Summary
protected  CiudadActivity getActivity()
          Gets the activity.
 FicheroHdt getCiudad()
          Gets the ciudad.
 InformacionFragment getFragment(Categoria elegido)
          Gets the fragment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activity

protected CiudadActivity activity
The activity.


ciudad

protected FicheroHdt ciudad
The ciudad.

Constructor Detail

CiudadInfoPresenter

public CiudadInfoPresenter()
Method Detail

getCiudad

public FicheroHdt getCiudad()
Gets the ciudad.

Returns:
the ciudad

getFragment

public InformacionFragment getFragment(Categoria elegido)
Gets the fragment.

Parameters:
elegido - the elegido
Returns:
the fragment

getActivity

protected CiudadActivity getActivity()
Gets the activity.

Returns:
the activity