com.xtravelsystem.online.published.V1_0RC1.hotel.requests
Class AvailableHotelsByAirportRQ

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
      extended by com.xtravelsystem.online.published.V1_0RC1.hotel.requests.AbstractAvailableHotelsRQ
          extended by com.xtravelsystem.online.published.V1_0RC1.hotel.requests.AvailableHotelsByAirportRQ
All Implemented Interfaces:
Validable
Direct Known Subclasses:
AvailableHotelsByAirportWebRQ

public class AvailableHotelsByAirportRQ
extends AbstractAvailableHotelsRQ

holder for the AvailableHotelsByAirport method request

Author:
Miguel Pérez

Constructor Summary
AvailableHotelsByAirportRQ()
           
 
Method Summary
 java.lang.String getCacheSignature()
           
 AirportLocation getLocation()
           
 boolean isValid(MsgsContainer msgs)
          this method return true is this object is valid
 void setLocation(AirportLocation location)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.hotel.requests.AbstractAvailableHotelsRQ
getBoardTypes, getCheckin, getCheckout, getEstablishmentCategories, getEstablishmentName, getEstablishmentTypes, getFromPrice, getFromRow, getLanguage, getMaxRoomCombinationsPerEstablishment, getNumRows, getOccupancies, getOrderBy, getProductCode, getToPrice, isIncludeEstablishmentData, isOnlyOnline, setBoardTypes, setCheckin, setCheckout, setEstablishmentCategories, setEstablishmentName, setEstablishmentTypes, setFromPrice, setFromRow, setIncludeEstablishmentData, setLanguage, setMaxRoomCombinationsPerEstablishment, setNumRows, setOccupancies, setOnlyOnline, setOrderBy, setProductCode, setToPrice
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
getAgencyCode, getBrandCode, getPointOfSaleId, setAgencyCode, setBrandCode, setPointOfSaleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableHotelsByAirportRQ

public AvailableHotelsByAirportRQ()
Method Detail

getLocation

public AirportLocation getLocation()

setLocation

public void setLocation(AirportLocation location)

isValid

public boolean isValid(MsgsContainer msgs)
Description copied from interface: Validable
this method return true is this object is valid

Specified by:
isValid in interface Validable
Overrides:
isValid in class AbstractAvailableHotelsRQ

getCacheSignature

public java.lang.String getCacheSignature()
Overrides:
getCacheSignature in class AbstractAvailableHotelsRQ