org.powertac.visualizer.user
Class SelectedBrokerChartsBean

java.lang.Object
  extended by org.powertac.visualizer.user.SelectedBrokerChartsBean
All Implemented Interfaces:
Serializable

public class SelectedBrokerChartsBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SelectedBrokerChartsBean()
           
 
Method Summary
 boolean isAllTimeslots()
           
 boolean isCurrentDayValues()
           
 boolean isDailyAVGValues()
           
 boolean isDailyValues()
           
 void setAllTimeslots(boolean allTimeslots)
           
 void setCurrentDayValues(boolean currentDayValues)
           
 void setDailyAVGValues(boolean dailyAVGValues)
           
 void setDailyValues(boolean dailyValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedBrokerChartsBean

public SelectedBrokerChartsBean()
Method Detail

isDailyValues

public boolean isDailyValues()

setDailyValues

public void setDailyValues(boolean dailyValues)

isDailyAVGValues

public boolean isDailyAVGValues()

setDailyAVGValues

public void setDailyAVGValues(boolean dailyAVGValues)

isAllTimeslots

public boolean isAllTimeslots()

setAllTimeslots

public void setAllTimeslots(boolean allTimeslots)

isCurrentDayValues

public boolean isCurrentDayValues()

setCurrentDayValues

public void setCurrentDayValues(boolean currentDayValues)


Copyright © 2012 Power TAC. All Rights Reserved.