edu.uoc.pfc.lcamps.webapp.catwings.form
Class SeleccioVolForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by edu.uoc.pfc.lcamps.webapp.catwings.form.BuscadorForm
          extended by edu.uoc.pfc.lcamps.webapp.catwings.form.SeleccioVolForm
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InformacioPassatgersForm

public class SeleccioVolForm
extends BuscadorForm

Classe que conté els camps del formulari dels vols seleccionats

Author:
Llorenç Camps
See Also:
Serialized Form

Constructor Summary
SeleccioVolForm()
           
 
Method Summary
 int getPreuFinal()
           
 int getSvolan()
           
 int getSvoltor()
           
 void setPreuFinal(int preuFinal)
           
 void setSvolan(int svolan)
           
 void setSvoltor(int svoltor)
           
 
Methods inherited from class edu.uoc.pfc.lcamps.webapp.catwings.form.BuscadorForm
getAdults, getDataSortida, getDataTornada, getDesti, getInfants, getNens, getOrigen, getTipusViatge, setAdults, setDataSortida, setDataTornada, setDesti, setInfants, setNens, setOrigen, setTipusViatge
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleccioVolForm

public SeleccioVolForm()
Method Detail

getSvoltor

public int getSvoltor()

setSvoltor

public void setSvoltor(int svoltor)

setSvolan

public void setSvolan(int svolan)

getSvolan

public int getSvolan()

setPreuFinal

public void setPreuFinal(int preuFinal)

getPreuFinal

public int getPreuFinal()