|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.planlib.AuctionDescription
public class AuctionDescription
Information about an auction. todo: support privat and public auctions allowing results/offers being seen/hidden
Constructor Summary | |
---|---|
AuctionDescription()
Create a new auction description. |
|
AuctionDescription(long starttime,
long roundtimeout,
Object topic)
Create a new auction description. |
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 AuctionDescription()
public AuctionDescription(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 | ||||||||
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.