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

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

public class AvailableHotelsByAreaRQ
extends AbstractAvailableHotelsRQ
implements Validable

holder for the AvailableHotelsByArea method request

Author:
Miguel Pérez

Constructor Summary
AvailableHotelsByAreaRQ()
           
AvailableHotelsByAreaRQ(AbstractAvailableHotelsRQ padre)
           
 
Method Summary
 java.lang.String getAreaCode()
           
 java.lang.String getCacheSignature()
           
 boolean isValid(MsgsContainer msgs)
          this method return true is this object is valid
 void setAreaCode(java.lang.String areaCode)
           
 
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

AvailableHotelsByAreaRQ

public AvailableHotelsByAreaRQ()

AvailableHotelsByAreaRQ

public AvailableHotelsByAreaRQ(AbstractAvailableHotelsRQ padre)
Method Detail

getAreaCode

public java.lang.String getAreaCode()

setAreaCode

public void setAreaCode(java.lang.String areaCode)

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