com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetReservationRSBase

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetReservationRSBase
Direct Known Subclasses:
GetReservationRS, GetReservationRSV12

public class GetReservationRSBase
extends AbstractGetReservationRS

holder for the getreservation method response

Author:
Miguel Pérez

Field Summary
 
Fields inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
SERVICE_STATUS_CONFIRMED, SERVICE_STATUS_OK, SERVICE_VISIBLE_STATUS_CANCEL, SERVICE_VISIBLE_STATUS_CLOSED, SERVICE_VISIBLE_STATUS_OPEN, SERVICE_VISIBLE_STATUS_PSEUD_CANCEL
 
Constructor Summary
GetReservationRSBase()
           
 
Method Summary
protected  ValuatedOccupation[] _getOccupations()
           
protected  void _setOccupations(ValuatedOccupation[] occupations)
           
 java.util.Date getCheckin()
           
 java.util.Date getCheckout()
           
 java.lang.String getEstablishmentId()
           
 java.util.Date getInitialDate()
           
 void setCheckin(java.util.Date checkin)
           
 void setCheckout(java.util.Date checkout)
           
 void setEstablishmentId(java.lang.String establishmentId)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
addComments, convertComment, getBasket, getCancellationDate, getCancellationTerms, getComments, getCommision, getContractId, getDescription, getHandlingFees, getOkDate, getPointOfSaleId, getPositionInBasket, getRequestDate, getServiceId, getStatus, getTotal, getUserId, getValuationLines, getVoucherUrl, setBasket, setCancellationDate, setCancellationTerms, setComments, setComments, setCommision, setContractId, setDescription, setHandlingFees, setOkDate, setPointOfSaleId, setPositionInBasket, setRequestDate, setServiceId, setStatus, setTotal, setUserId, setValuationLines, setVoucherUrl, setWorkflowProcessed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetReservationRSBase

public GetReservationRSBase()
Method Detail

getEstablishmentId

public java.lang.String getEstablishmentId()

setEstablishmentId

public void setEstablishmentId(java.lang.String establishmentId)

_getOccupations

protected ValuatedOccupation[] _getOccupations()

_setOccupations

protected void _setOccupations(ValuatedOccupation[] occupations)

getCheckin

public java.util.Date getCheckin()

setCheckin

public void setCheckin(java.util.Date checkin)

getCheckout

public java.util.Date getCheckout()

setCheckout

public void setCheckout(java.util.Date checkout)

getInitialDate

public java.util.Date getInitialDate()
Overrides:
getInitialDate in class AbstractGetReservationRS