com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetPricesRS

java.lang.Object
  extended by 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

Constructor Summary
GetPricesRS()
           
GetPricesRS(java.util.Date date, com.jumbotours.disponibility.answers.Establishment establishment, RoomPrice[] roomPrices, SupplementPrice[] supplementPrices, SupplementPrice[] reductionPrices, CancellationPrice[] cancellationPrices, Comment[] comments)
           
 
Method Summary
 CancellationPrice[] getCancellationPrices()
           
 Comment[] getComments()
           
 java.util.Date getDate()
           
 com.jumbotours.disponibility.answers.Establishment getEstablishment()
           
 SupplementPrice[] getReductionPrices()
           
 RoomPrice[] getRoomPrices()
           
 SupplementPrice[] getSupplementPrices()
           
 void setCancellationPrices(CancellationPrice[] cancellationPrices)
           
 void setComments(Comment[] comments)
           
 void setDate(java.util.Date date)
           
 void setEstablishment(com.jumbotours.disponibility.answers.Establishment establishment)
           
 void setReductionPrices(SupplementPrice[] reductionPrices)
           
 void setRoomPrices(RoomPrice[] roomPrices)
           
 void setSupplementPrices(SupplementPrice[] supplementPrices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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()
Method Detail

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)