|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.examples.booktrading.common.NegotiationReport
public class NegotiationReport
A negotiation report contains user-relevant data about negotiations, i.e. the order and details about the negotiation and the time.
Constructor Summary | |
---|---|
NegotiationReport(Order order,
String details,
long time)
Create a new report. |
Method Summary | |
---|---|
String |
getDetails()
Get the details. |
Order |
getOrder()
Get the order. |
long |
getTime()
Get the negotiation time. |
void |
setDetails(String details)
Set the details. |
void |
setOrder(Order order)
Set the order. |
void |
setTime(long time)
Set the negotiation time. |
String |
toString()
Get the string representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NegotiationReport(Order order, String details, long time)
Method Detail |
---|
public Order getOrder()
public void setOrder(Order order)
order
- The order to set.public String getDetails()
public void setDetails(String details)
details
- The details to set.public long getTime()
public void setTime(long time)
time
- The time to set.public String toString()
toString
in class Object
|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.