com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetReservationRSBase
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.common.AbstractGetReservationRS
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetReservationRSBase
- Direct Known Subclasses:
- GetReservationRS, GetReservationRSV12
public class GetReservationRSBase
- extends AbstractGetReservationRS
holder for the getreservation method response
- Author:
- Miguel Pérez
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, 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 |
GetReservationRSBase
public GetReservationRSBase()
getEstablishmentId
public java.lang.String getEstablishmentId()
setEstablishmentId
public void setEstablishmentId(java.lang.String establishmentId)
_getOccupations
protected ValuatedOccupation[] _getOccupations()
_setOccupations
protected void _setOccupations(ValuatedOccupation[] occupations)
getCheckin
public java.util.Date getCheckin()
setCheckin
public void setCheckin(java.util.Date checkin)
getCheckout
public java.util.Date getCheckout()
setCheckout
public void setCheckout(java.util.Date checkout)
getInitialDate
public java.util.Date getInitialDate()
- Overrides:
getInitialDate
in class AbstractGetReservationRS