|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.planlib.AuctionInfo
public class AuctionInfo
Information about an auction.
Constructor Summary | |
---|---|
AuctionInfo()
Create a new auction info. |
|
AuctionInfo(long starttime,
long roundtimeout,
Object topic)
Create a new auction info. |
Method Summary | |
---|---|
long |
getRoundTimeout()
Get the round timeout. |
long |
getStarttime()
Get the start time. |
Object |
getTopic()
Get the auction topic. |
void |
setRoundTimeout(long roundtimeout)
Set the round timeout. |
void |
setStarttime(long starttime)
Set the start time. |
void |
setTopic(Object topic)
Set the auction topic. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuctionInfo()
public AuctionInfo(long starttime, long roundtimeout, 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 Object getTopic()
public void setTopic(Object topic)
topic
- The topic to set.
|
Jadex 0.96-beta1 | ||||||||
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.