org.cougaar.pizza.relay
Class RSVPReply
java.lang.Object
org.cougaar.pizza.relay.RSVPReply
- All Implemented Interfaces:
- java.io.Serializable
- public class RSVPReply
- extends java.lang.Object
- implements java.io.Serializable
The RSVP reply - just the friend's name, and their pizza preference.
It must implement Serializable so it can be sent between Agents.
- See Also:
- Serialized Form
|
Constructor Summary |
RSVPReply(java.lang.String friend,
java.lang.String pizzaPreference)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RSVPReply
public RSVPReply(java.lang.String friend,
java.lang.String pizzaPreference)
getFriend
public java.lang.String getFriend()
getPizzaPreference
public java.lang.String getPizzaPreference()
toString
public java.lang.String toString()