com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class ValuationRSBase

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractValuationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.ValuationRSBase
Direct Known Subclasses:
ValuationRS, ValuationRSV12

public class ValuationRSBase
extends AbstractValuationRS


Constructor Summary
ValuationRSBase()
           
ValuationRSBase(java.lang.String contractId, java.lang.String status, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision)
           
 
Method Summary
protected  TransferJourney _getFromAirToHotelJourney()
           
protected  TransferJourney _getFromHotelToAirJourney()
           
protected  java.lang.String _getJourneyDirection()
           
protected  TotalPaxes _getTotalPaxes()
           
protected  com.jumbotours.disponibility.Amount _getTotalPrice()
           
protected  double _getTotalPurchasePrice()
           
protected  int _getTotTransferOption()
           
protected  TransferOptionValuation[] _getTransferOption()
           
protected  void _setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
           
protected  void _setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
           
protected  void _setJourneyDirection(java.lang.String journeyDirection)
           
protected  void _setTotalPaxes(TotalPaxes totalPaxes)
           
protected  void _setTotalPrice(com.jumbotours.disponibility.Amount totalPrice)
           
protected  void _setTotalPurchasePrice(double totalPurchasePrice)
           
protected  void _setTotTransferOption(int totTransferOption)
           
protected  void _setTransferOption(TransferOptionValuation[] transferOption)
           
 
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

ValuationRSBase

public ValuationRSBase()

ValuationRSBase

public ValuationRSBase(java.lang.String contractId,
                       java.lang.String status,
                       java.util.Date date,
                       com.jumbotours.disponibility.Amount amount,
                       ValuationLine[] lines,
                       CancellationTerm[] cancellationTerms,
                       Comment[] remarks,
                       ValuationSupplement[] reductions,
                       ValuationSupplement[] supplements,
                       HandlingFee[] handlingFees,
                       Commision commision)
Method Detail

_getTotTransferOption

protected int _getTotTransferOption()

_setTotTransferOption

protected void _setTotTransferOption(int totTransferOption)

_getTotalPurchasePrice

protected double _getTotalPurchasePrice()

_setTotalPurchasePrice

protected void _setTotalPurchasePrice(double totalPurchasePrice)

_getJourneyDirection

protected java.lang.String _getJourneyDirection()

_setJourneyDirection

protected void _setJourneyDirection(java.lang.String journeyDirection)

_getFromAirToHotelJourney

protected TransferJourney _getFromAirToHotelJourney()

_setFromAirToHotelJourney

protected void _setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)

_getFromHotelToAirJourney

protected TransferJourney _getFromHotelToAirJourney()

_setFromHotelToAirJourney

protected void _setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)

_getTotalPaxes

protected TotalPaxes _getTotalPaxes()

_setTotalPaxes

protected void _setTotalPaxes(TotalPaxes totalPaxes)

_getTotalPrice

protected com.jumbotours.disponibility.Amount _getTotalPrice()

_setTotalPrice

protected void _setTotalPrice(com.jumbotours.disponibility.Amount totalPrice)

_getTransferOption

protected TransferOptionValuation[] _getTransferOption()

_setTransferOption

protected void _setTransferOption(TransferOptionValuation[] transferOption)