org.powertac.common
Class TariffMessage
java.lang.Object
org.powertac.common.TariffMessage
- Direct Known Subclasses:
- TariffSpecification, TariffUpdate
public abstract class TariffMessage
- extends Object
Supertype of all tariff-related messages that can be processed by
a TariffMessageProcessor.
- Author:
- John Collins
|
Field Summary |
protected Broker |
broker
The broker originating this message |
protected long |
id
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
@XStreamAsAttribute
protected long id
broker
@XStreamConverter(value=BrokerConverter.class)
protected Broker broker
- The broker originating this message
TariffMessage
public TariffMessage(Broker broker)
getId
public long getId()
getBroker
public Broker getBroker()
Copyright © 2011. All Rights Reserved.