com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
Class ValuationRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractValuationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.rentACar.answers.ValuationRS

public class ValuationRS
extends AbstractValuationRS

holder for the valuation method response. Please note it extends the AbstractValuationRS class

Author:
Miguel P�rez

Constructor Summary
ValuationRS()
           
 
Method Summary
 void fill(PersistenceManager pm, Brand brand, Agency agency, RentACarSalesContract sc, Document r, XRSHandler h, ValuationRQ rq, com.jumbotours.model.finnancials.Amount bookingPrice, com.jumbotours.prices.CarPrices carPrices, RentACarAmount total)
           
 CarDetails getCarInfo()
          car detailed info
 CheckDetails getCheckin()
          where and when to get the car
 CheckDetails getCheckout()
          where and when to return the car
 void setCarInfo(CarDetails carInfo)
          car detailed info
 void setCheckin(CheckDetails checkin)
          where and when to get the car
 void setCheckout(CheckDetails checkout)
          where and when to return the car
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractValuationRS
getAmount, getCancellationTerms, getCommision, getDate, getHandlingFees, getLines, getReductions, getRemarks, getStatus, getSupplements, setAmount, setCancellationTerms, setCommision, setDate, setHandlingFees, setLines, setReductions, setRemarks, setStatus, setSupplements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuationRS

public ValuationRS()
Method Detail

getCarInfo

public CarDetails getCarInfo()
car detailed info


setCarInfo

public void setCarInfo(CarDetails carInfo)
car detailed info


getCheckin

public CheckDetails getCheckin()
where and when to get the car


setCheckin

public void setCheckin(CheckDetails checkin)
where and when to get the car


getCheckout

public CheckDetails getCheckout()
where and when to return the car


setCheckout

public void setCheckout(CheckDetails checkout)
where and when to return the car


fill

public void fill(PersistenceManager pm,
                 Brand brand,
                 Agency agency,
                 RentACarSalesContract sc,
                 Document r,
                 XRSHandler h,
                 ValuationRQ rq,
                 com.jumbotours.model.finnancials.Amount bookingPrice,
                 com.jumbotours.prices.CarPrices carPrices,
                 RentACarAmount total)
          throws java.lang.Exception
Throws:
java.lang.Exception