com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetPricesRS
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetPricesRS
public class GetPricesRS
- extends java.lang.Object
holder for the getprices method response
- Author:
- Miguel Pérez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPricesRS
public GetPricesRS(java.util.Date date,
com.jumbotours.disponibility.answers.Establishment establishment,
RoomPrice[] roomPrices,
SupplementPrice[] supplementPrices,
SupplementPrice[] reductionPrices,
CancellationPrice[] cancellationPrices,
Comment[] comments)
GetPricesRS
public GetPricesRS()
getCancellationPrices
public CancellationPrice[] getCancellationPrices()
setCancellationPrices
public void setCancellationPrices(CancellationPrice[] cancellationPrices)
getComments
public Comment[] getComments()
setComments
public void setComments(Comment[] comments)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
getEstablishment
public com.jumbotours.disponibility.answers.Establishment getEstablishment()
setEstablishment
public void setEstablishment(com.jumbotours.disponibility.answers.Establishment establishment)
getReductionPrices
public SupplementPrice[] getReductionPrices()
setReductionPrices
public void setReductionPrices(SupplementPrice[] reductionPrices)
getRoomPrices
public RoomPrice[] getRoomPrices()
setRoomPrices
public void setRoomPrices(RoomPrice[] roomPrices)
getSupplementPrices
public SupplementPrice[] getSupplementPrices()
setSupplementPrices
public void setSupplementPrices(SupplementPrice[] supplementPrices)