public class OwnershipOfInvestmentFundShares extends AbstractTimeAndValueModel<String,Integer>
Model for ownership of investment fund shares data.
| Constructor and Description |
|---|
OwnershipOfInvestmentFundShares()
Default constructor.
|
OwnershipOfInvestmentFundShares(String type,
String sector,
String quarter,
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 ownership of
investment fund shares data from the API.
|
String |
getSector()
Getter for sector.
|
String |
getType()
Getter for type.
|
int |
hashCode() |
void |
setSector(String sector)
Setter for sector.
|
void |
setType(String type)
Setter for type.
|
String |
toString() |
getTime, setTimegetValue, getValues, setValue, setValuespublic OwnershipOfInvestmentFundShares()
Default constructor.
public String getType()
Getter for type.
public void setType(String type)
Setter for type.
type - the typepublic String getSector()
Getter for sector.
public void setSector(String sector)
Setter for sector.
sector - the sectorpublic int hashCode()
hashCode in class AbstractTimeAndValueModel<String,Integer>public boolean equals(Object obj)
equals in class AbstractTimeAndValueModel<String,Integer>public String toString()
toString in class AbstractTimeAndValueModel<String,Integer>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the ownership of investment fund shares data from the API.
Copyright © 2017. All rights reserved.