|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.bdi.planlib.protocols.AuctionInfo
public class AuctionInfo
Information about an auction.
| Field Summary | |
|---|---|
protected long |
roundtimeout
The auction round timeout. |
protected long |
starttime
The auction starttime. |
protected java.lang.Object |
topic
The auction content. |
| Constructor Summary | |
|---|---|
AuctionInfo()
Create a new auction info. |
|
AuctionInfo(long starttime,
long roundtimeout,
java.lang.Object topic)
Create a new auction info. |
|
| Method Summary | |
|---|---|
long |
getRoundTimeout()
Get the round timeout. |
long |
getStarttime()
Get the start time. |
java.lang.Object |
getTopic()
Get the auction topic. |
void |
setRoundTimeout(long roundtimeout)
Set the round timeout. |
void |
setStarttime(long starttime)
Set the start time. |
void |
setTopic(java.lang.Object topic)
Set the auction topic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long starttime
protected long roundtimeout
protected java.lang.Object topic
| Constructor Detail |
|---|
public AuctionInfo()
public AuctionInfo(long starttime,
long roundtimeout,
java.lang.Object topic)
starttime - The start time.roundtimeout - The timeout of a single auction round.topic - The auction topic.| Method Detail |
|---|
public long getRoundTimeout()
public void setRoundTimeout(long roundtimeout)
roundtimeout - The round timeout to set.public long getStarttime()
public void setStarttime(long starttime)
starttime - The starttime to set.public java.lang.Object getTopic()
public void setTopic(java.lang.Object topic)
topic - The topic to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||