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

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.AvailableHotelsByCityRQ
All Implemented Interfaces:
Validable
Direct Known Subclasses:
AvailableHotelsByCityWebRQ

public class AvailableHotelsByCityRQ
extends AbstractAvailableHotelsRQ

holder for the AvailableHotelsByCity method request

Author:
Miguel Pérez

Constructor Summary
AvailableHotelsByCityRQ()
           
 
Method Summary
 java.lang.String getCacheSignature()
           
 java.lang.String getCityCode()
           
 boolean isValid(MsgsContainer msgs)
          this method return true is this object is valid
 void setCityCode(java.lang.String cityCode)
           
 
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

AvailableHotelsByCityRQ

public AvailableHotelsByCityRQ()
Method Detail

getCityCode

public java.lang.String getCityCode()

setCityCode

public void setCityCode(java.lang.String cityCode)

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