com.xtravelsystem.online.published.V1_0RC1.excursion.answers
Class PaxesModificationRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.excursion.answers.GetReservationRS
          extended by com.xtravelsystem.online.published.V1_0RC1.excursion.answers.PaxesModificationRS

public class PaxesModificationRS
extends GetReservationRS

Author:
PMIINF13 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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
PaxesModificationRS()
           
PaxesModificationRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
 
Method Summary
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.excursion.answers.GetReservationRS
getAdults, getChildren, getChildrenAges, getExcursionId, setAdults, setChildren, setChildrenAges, setExcursionId
 
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
 

Constructor Detail

PaxesModificationRS

public PaxesModificationRS()

PaxesModificationRS

public PaxesModificationRS(Basket basket,
                           java.lang.String serviceId,
                           java.util.Date requestDate,
                           java.util.Date okDate,
                           java.lang.String status,
                           java.lang.String contractId,
                           ValuationLine[] valuationLines,
                           com.jumbotours.disponibility.Amount total,
                           CancellationTerm[] cancellationTerms,
                           Comment[] comments,
                           java.lang.String excursionId,
                           int adults,
                           int children,
                           int[] childrenAges)