public class OwnershipOfSharesByMarketplace extends OwnershipOfShares
Model for ownership of shares by marketplace data.
| Constructor and Description |
|---|
OwnershipOfSharesByMarketplace()
Default constructor.
|
OwnershipOfSharesByMarketplace(String sector,
String marketplace,
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 marketplace data from the API.
|
String |
getMarketplace()
Getter for marketplace.
|
int |
hashCode() |
void |
setMarketplace(String marketplace)
Setter for marketplace.
|
String |
toString() |
getSector, setSectorgetTime, setTimegetValue, getValues, setValue, setValuespublic OwnershipOfSharesByMarketplace()
Default constructor.
public String getMarketplace()
Getter for marketplace.
public void setMarketplace(String marketplace)
Setter for marketplace.
marketplace - the marketplacepublic 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 marketplace data from the API.
Copyright © 2017. All rights reserved.