Uses of Class
ibspan.ecap.shared.ontology.negotiation.ReservationInfo

Packages that use ReservationInfo
ibspan.ecap.shared.ontology.negotiation   
 

Uses of ReservationInfo in ibspan.ecap.shared.ontology.negotiation
 

Methods in ibspan.ecap.shared.ontology.negotiation that return ReservationInfo
 ReservationInfo BidInfo.getReservation()
          Gets the information about the reservation following the bid.
 

Methods in ibspan.ecap.shared.ontology.negotiation with parameters of type ReservationInfo
 void BidInfo.setReservation(ReservationInfo reservation)
          Sets the information about the reservation following the bid.
 

Constructors in ibspan.ecap.shared.ontology.negotiation with parameters of type ReservationInfo
BidInfo(java.lang.String clientId, java.util.Date offerTime, int quantity, float price, boolean isWinning, ReservationInfo reservation)