org.powertac.common
Class BankTransaction
java.lang.Object
org.powertac.common.BrokerTransaction
org.powertac.common.BankTransaction
public class BankTransaction
- extends BrokerTransaction
Represents interest charges and payments for brokers. Generated by
AccountingService once/day.
- Author:
- John Collins
|
Constructor Summary |
BankTransaction(Broker broker,
double amount,
org.joda.time.Instant time)
Constructs a new BankTransaction instance, giving it a new id. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankTransaction
public BankTransaction(Broker broker,
double amount,
org.joda.time.Instant time)
- Constructs a new BankTransaction instance, giving it a new id.
getAmount
public double getAmount()
Copyright © 2012. All Rights Reserved.