public class ForeignOwnershipOfShares extends AbstractTimeAndValueModel<String,Double>
Model for foreign ownership of shares data.
| Constructor and Description |
|---|
ForeignOwnershipOfShares()
Default constructor.
|
ForeignOwnershipOfShares(String country,
String year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry()
Getter for country.
|
static Map<String,Collection<String>> |
getInputs()
Get the available codes and their respective values for the foreign ownership of
shares data from the API.
|
int |
hashCode() |
void |
setCountry(String country)
Setter for country.
|
String |
toString() |
getTime, setTimegetValue, getValues, setValue, setValuespublic String getCountry()
Getter for country.
public void setCountry(String country)
Setter for country.
country - the countrypublic int hashCode()
hashCode in class AbstractTimeAndValueModel<String,Double>public boolean equals(Object obj)
equals in class AbstractTimeAndValueModel<String,Double>public String toString()
toString in class AbstractTimeAndValueModel<String,Double>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the foreign ownership of shares data from the API.
Copyright © 2017. All rights reserved.