org.powertac.visualizer.services.competitioncontrol
Class FakeBroker

java.lang.Object
  extended by org.powertac.visualizer.services.competitioncontrol.FakeBroker

public class FakeBroker
extends Object

This class allows us to modify broker's name from the web-interface (because a list of Strings won't work).

Author:
Jurica Babic

Constructor Summary
FakeBroker(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeBroker

public FakeBroker(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012 Power TAC. All Rights Reserved.