com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class TransferOption
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.transfer.answers.TransferOption
- Direct Known Subclasses:
- TransferOptionAvailabilityV12, TransferOptionValuation
public class TransferOption
- extends java.lang.Object
Clase que representa una opción de venta encontrada en la busqueda de un servicio Transfer.
Es representada como una linea en la pantalla de resultado "Esta es tu selección ..." traslado/disponibilidad_traslado.m
- Author:
- Jumbotours
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransferOption
public TransferOption()
TransferOption
public TransferOption(java.lang.String direction,
java.lang.String serviceType,
VehicleInfo vehicleInfo,
Price price,
int numVehicles,
java.lang.String[] locationTextGoing,
java.lang.String[] locationTextReturn)
TransferOption
public TransferOption(TransferOptionV12 tov12)
getServiceType
public java.lang.String getServiceType()
setServiceType
public void setServiceType(java.lang.String serviceType)
getVehicleInfo
public VehicleInfo getVehicleInfo()
setVehicleInfo
public void setVehicleInfo(VehicleInfo vehicleInfo)
getPrice
public Price getPrice()
setPrice
public void setPrice(Price price)
getNumVehicles
public int getNumVehicles()
setNumVehicles
public void setNumVehicles(int numVehicles)
getLocationTextGoing
public java.lang.String[] getLocationTextGoing()
setLocationTextGoing
public void setLocationTextGoing(java.lang.String[] locationTextGoing)
getDirection
public java.lang.String getDirection()
setDirection
public void setDirection(java.lang.String direction)
getLocationTextReturn
public java.lang.String[] getLocationTextReturn()
setLocationTextReturn
public void setLocationTextReturn(java.lang.String[] locationTextReturn)