org.powertac.visualizer.domain.broker
Class BrokerModel

java.lang.Object
  extended by org.powertac.visualizer.domain.broker.BrokerModel

public class BrokerModel
extends Object


Constructor Summary
BrokerModel(String name, Appearance appearance)
           
 
Method Summary
 Appearance getAppearance()
           
 BalancingCategory getBalancingCategory()
           
 DistributionCategory getDistributionCategory()
           
 FinanceCategory getFinanceCategory()
           
 String getId()
           
 String getName()
           
 TariffCategory getTariffCategory()
           
 WholesaleCategory getWholesaleCategory()
           
 void grade()
           
 void setAppereance(Appearance appearance)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerModel

public BrokerModel(String name,
                   Appearance appearance)
Method Detail

getBalancingCategory

public BalancingCategory getBalancingCategory()

getName

public String getName()

setName

public void setName(String name)

getAppearance

public Appearance getAppearance()

setAppereance

public void setAppereance(Appearance appearance)

getId

public String getId()

getWholesaleCategory

public WholesaleCategory getWholesaleCategory()

grade

public void grade()

getDistributionCategory

public DistributionCategory getDistributionCategory()

getTariffCategory

public TariffCategory getTariffCategory()

getFinanceCategory

public FinanceCategory getFinanceCategory()


Copyright © 2013 Power TAC. All Rights Reserved.