public class OwnershipOfSharesBySeries extends OwnershipOfShares
Model for ownership of shares by series data.
| Constructor and Description |
|---|
OwnershipOfSharesBySeries()
Default constructor.
|
OwnershipOfSharesBySeries(String sector,
String shareClass,
String year,
List<ValueNode<Double>> 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 shares
by series data from the API.
|
String |
getShareClass()
Getter for share class.
|
int |
hashCode() |
void |
setShareClass(String shareClass)
Setter for share class.
|
String |
toString() |
getSector, setSectorgetTime, setTimegetValue, getValues, setValue, setValuespublic OwnershipOfSharesBySeries()
Default constructor.
public String getShareClass()
Getter for share class.
public void setShareClass(String shareClass)
Setter for share class.
shareClass - the share classpublic int hashCode()
hashCode in class OwnershipOfSharespublic boolean equals(Object obj)
equals in class OwnershipOfSharespublic String toString()
toString in class OwnershipOfSharespublic static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the ownership of shares by series data from the API.
Copyright © 2017. All rights reserved.