public class AuctionDescription extends Object
Constructor and Description |
---|
AuctionDescription()
Create a new auction description.
|
AuctionDescription(long starttime,
long roundtimeout,
Object topic)
Create a new auction description.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.Copyright © 2012. All Rights Reserved.