public class Planning extends AbstractRegionTimeAndValueModel<String,Integer,Integer>
Model for planning data.
| Constructor and Description |
|---|
Planning()
Default constructor.
|
Planning(String region,
Integer year,
List<ValueNode<Integer>> values)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Collection<String>> |
getInputs()
Get the available codes and their respective values for the planning data from
the API.
|
String |
toString() |
equals, getRegion, hashCode, setRegiongetTime, setTimegetValue, getValues, setValue, setValuespublic String toString()
toString in class AbstractRegionTimeAndValueModel<String,Integer,Integer>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the planning data from the API.
Copyright © 2017. All rights reserved.