com.xtravelsystem.online.published.V1_0RC1.basket.answers
Class TransferBooking

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.GetTransferReservationRS
          extended by com.xtravelsystem.online.published.V1_0RC1.basket.answers.TransferBooking
All Implemented Interfaces:
BasketItem

public class TransferBooking
extends GetTransferReservationRS
implements BasketItem


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
TransferBooking()
           
 
Method Summary
 void fromBooking(PersistenceManager pm, com.jumbotours.model.online.reservation.TransferBooking booking)
           
 java.util.ArrayList<Comment> getComments(com.jumbotours.model.online.reservation.TransferBooking pBooking)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.answers.GetTransferReservationRS
getAdults, getAirportIATA, getAirportID, getAirportName, getBabies, getChildren, getFlightInfo, gethotelAddress, getHotelID, getHotelName, getOccupations, getTotalPrice, getTransferDirection, getTransferId, setAdults, setAirportIATA, setAirportID, setAirportName, setBabies, setChildren, setFlightInfo, setHotelAddress, setHotelID, setHotelName, setOccupations, setTotalPrice, setTransferDirection, setTransferId
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
addComments, convertComment, getBasket, getCancellationDate, getCancellationTerms, getComments, getCommision, getContractId, getDescription, getHandlingFees, getInitialDate, 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
 
Methods inherited from interface com.xtravelsystem.online.published.V1_0RC1.basket.answers.BasketItem
getServiceId, getTotal, setCancellationDate, setStatus
 

Constructor Detail

TransferBooking

public TransferBooking()
Method Detail

fromBooking

public void fromBooking(PersistenceManager pm,
                        com.jumbotours.model.online.reservation.TransferBooking booking)

getComments

public java.util.ArrayList<Comment> getComments(com.jumbotours.model.online.reservation.TransferBooking pBooking)