Uses of Class
org.powertac.visualizer.domain.RetailKPIHolder
-
Packages that use RetailKPIHolder Package Description org.powertac.visualizer.domain JPA domain objects.org.powertac.visualizer.web.dto -
-
Uses of RetailKPIHolder in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain that return RetailKPIHolder Modifier and Type Method Description RetailKPIHolder
Broker. getRetail()
RetailKPIHolder
Customer. getRetail()
RetailKPIHolder
Tariff. getRetail()
Methods in org.powertac.visualizer.domain with parameters of type RetailKPIHolder Modifier and Type Method Description void
Broker. setRetail(RetailKPIHolder retailKPIHolder)
void
Customer. setRetail(RetailKPIHolder retailKPIHolder)
void
Tariff. setRetail(RetailKPIHolder retailKPIHolder)
Constructors in org.powertac.visualizer.domain with parameters of type RetailKPIHolder Constructor Description RetailKPIHolder(RetailKPIHolder retailKPIHolder)
-
Uses of RetailKPIHolder in org.powertac.visualizer.web.dto
Methods in org.powertac.visualizer.web.dto that return RetailKPIHolder Modifier and Type Method Description RetailKPIHolder
TickValueBroker. getRetail()
RetailKPIHolder
TickValueCustomer. getRetail()
Constructors in org.powertac.visualizer.web.dto with parameters of type RetailKPIHolder Constructor Description TickValueBroker(Broker broker, RetailKPIHolder retail, WholesaleKPIHolder wholesale)
TickValueCustomer(long id, RetailKPIHolder retail)
-