public class ConsumptionOfFuelsInElectricityGeneration extends AbstractTimeAndValueModel<Integer,String>
Model for consumption of fuels in electricity generation data.
| Constructor and Description |
|---|
ConsumptionOfFuelsInElectricityGeneration()
Default constructor.
|
ConsumptionOfFuelsInElectricityGeneration(String powerPlant,
String fuel,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFuel()
Getter for fuel.
|
static Map<String,Collection<String>> |
getInputs()
Get the available codes and their respective values for the consumption of fuels
in electricity generation data from the API.
|
String |
getPowerPlant()
Getter for power plant.
|
int |
hashCode() |
void |
setFuel(String fuel)
Setter for fuel.
|
void |
setPowerPlant(String powerPlant)
Setter for power plant.
|
String |
toString() |
getTime, setTimegetValue, getValues, setValue, setValuespublic ConsumptionOfFuelsInElectricityGeneration()
Default constructor.
public String getPowerPlant()
Getter for power plant.
public void setPowerPlant(String powerPlant)
Setter for power plant.
powerPlant - the power plantpublic String getFuel()
Getter for fuel.
public void setFuel(String fuel)
Setter for fuel.
fuel - the fuelpublic int hashCode()
hashCode in class AbstractTimeAndValueModel<Integer,String>public boolean equals(Object obj)
equals in class AbstractTimeAndValueModel<Integer,String>public String toString()
toString in class AbstractTimeAndValueModel<Integer,String>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the consumption of fuels in electricity generation data from the API.
Copyright © 2017. All rights reserved.