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 RetailKPIHolderBroker. getRetail()RetailKPIHolderCustomer. getRetail()RetailKPIHolderTariff. getRetail()Methods in org.powertac.visualizer.domain with parameters of type RetailKPIHolder Modifier and Type Method Description voidBroker. setRetail(RetailKPIHolder retailKPIHolder)voidCustomer. setRetail(RetailKPIHolder retailKPIHolder)voidTariff. 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 RetailKPIHolderTickValueBroker. getRetail()RetailKPIHolderTickValueCustomer. 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)
-