org.powertac.visualizer.push
Class NominationPusher

java.lang.Object
  extended by org.powertac.visualizer.push.NominationPusher

public class NominationPusher
extends Object


Constructor Summary
NominationPusher()
           
NominationPusher(NominationCategoryPusher profit, NominationCategoryPusher balance, NominationCategoryPusher customerNumber)
           
 
Method Summary
 NominationCategoryPusher getBalance()
           
 NominationCategoryPusher getCustomerNumber()
           
 NominationCategoryPusher getProfit()
           
 void setBalance(NominationCategoryPusher balance)
           
 void setCustomerNumber(NominationCategoryPusher customerNumber)
           
 void setProfit(NominationCategoryPusher profit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NominationPusher

public NominationPusher()

NominationPusher

public NominationPusher(NominationCategoryPusher profit,
                        NominationCategoryPusher balance,
                        NominationCategoryPusher customerNumber)
Method Detail

getBalance

public NominationCategoryPusher getBalance()

getCustomerNumber

public NominationCategoryPusher getCustomerNumber()

getProfit

public NominationCategoryPusher getProfit()

setBalance

public void setBalance(NominationCategoryPusher balance)

setCustomerNumber

public void setCustomerNumber(NominationCategoryPusher customerNumber)

setProfit

public void setProfit(NominationCategoryPusher profit)


Copyright © 2013 Power TAC. All Rights Reserved.