Package jadex.bdi.booktrading
Class NegotiationReport
java.lang.Object
jadex.bdi.booktrading.NegotiationReport
A negotiation report contains user-relevant data about negotiations,
i.e. the order and details about the negotiation and the time.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNegotiationReport
(Order order, String details, long time) Create a new report. -
Method Summary
-
Field Details
-
order
The order. -
details
The report. -
time
protected long timeThe negotiation time.
-
-
Constructor Details
-
NegotiationReport
Create a new report.
-
-
Method Details
-
getOrder
Get the order.- Returns:
- The order.
-
setOrder
Set the order.- Parameters:
order
- The order to set.
-
getDetails
Get the details.- Returns:
- The details.
-
setDetails
Set the details.- Parameters:
details
- The details to set.
-
getTime
public long getTime()Get the negotiation time.- Returns:
- The time.
-
setTime
public void setTime(long time) Set the negotiation time.- Parameters:
time
- The time to set.
-
toString
Get the string representation.
-