|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra.kernel.message.Message
de.upb.swtpra.kernel.message.ShuttleToShuttleMessage
de.upb.swtpra05.group03.shuttle.messages.OfferPriceMessage
| Field Summary | |
(package private) int |
offerPrice
The selfcosts of the sender shuttle |
(package private) int |
orderId
The id of the order |
| Fields inherited from class de.upb.swtpra.kernel.message.ShuttleToShuttleMessage |
|
| Fields inherited from class de.upb.swtpra.kernel.message.Message |
ALLSHUTTLES |
| Constructor Summary | |
OfferPriceMessage(de.upb.swtpra.kernel.id.ID senderID,
de.upb.swtpra.kernel.id.ID receiverID,
int orderId,
int offerPrice)
|
|
| Method Summary | |
int |
getOfferPrice()
|
int |
getOrderId()
|
| Methods inherited from class de.upb.swtpra.kernel.message.ShuttleToShuttleMessage |
getMessage |
| Methods inherited from class de.upb.swtpra.kernel.message.Message |
getReceiverID, getSenderID, isValid, setReceiverID, setSenderID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
final int offerPrice
final int orderId
| Constructor Detail |
public OfferPriceMessage(de.upb.swtpra.kernel.id.ID senderID,
de.upb.swtpra.kernel.id.ID receiverID,
int orderId,
int offerPrice)
senderID - The ShuttleAgentID of sender shuttlereceiverID - The ShuttleAgentID of receiver shuttleorderId - The id of the orderofferPrice - The selfcosts of sender shuttle for the order| Method Detail |
public int getOrderId()
public int getOfferPrice()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||