public class PackagingAndPackagingWaste extends AbstractTimeAndValueModel<Integer,Integer>
Model for packaging and packaging waste data.
| Constructor and Description |
|---|
PackagingAndPackagingWaste()
Default constructor.
|
PackagingAndPackagingWaste(Integer type,
Integer year,
List<ValueNode<Integer>> values)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Map<String,Collection<String>> |
getInputs()
Get the available codes and their respective values for the packaging and
packaging waste data from the API.
|
Integer |
getType()
Getter for type.
|
int |
hashCode() |
void |
setType(Integer type)
Setter for type.
|
String |
toString() |
getTime, setTimegetValue, getValues, setValue, setValuespublic PackagingAndPackagingWaste()
Default constructor.
public Integer getType()
Getter for type.
public void setType(Integer type)
Setter for type.
type - the typepublic int hashCode()
hashCode in class AbstractTimeAndValueModel<Integer,Integer>public boolean equals(Object obj)
equals in class AbstractTimeAndValueModel<Integer,Integer>public String toString()
toString in class AbstractTimeAndValueModel<Integer,Integer>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the packaging and packaging waste data from the API.
Copyright © 2017. All rights reserved.