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

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

public class ConfirmRS
extends GetReservationRS


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
ConfirmRS()
           
 
Method Summary
 void fromBooking(PersistenceManager pm, HotelBooking booking)
           
 void fromBooking(PersistenceManager pm, HotelBooking booking, int version)
           
 java.lang.String getStatus()
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetReservationRS
getOccupations, setOccupations
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetReservationRSBase
_getOccupations, _setOccupations, getCheckin, getCheckout, getEstablishmentId, getInitialDate, setCheckin, setCheckout, setEstablishmentId
 
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, 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

ConfirmRS

public ConfirmRS()
Method Detail

getStatus

public java.lang.String getStatus()
Overrides:
getStatus in class AbstractGetReservationRS

fromBooking

public void fromBooking(PersistenceManager pm,
                        HotelBooking booking)
                 throws java.text.ParseException
Throws:
java.text.ParseException

fromBooking

public void fromBooking(PersistenceManager pm,
                        HotelBooking booking,
                        int version)
                 throws java.text.ParseException
Throws:
java.text.ParseException