public class TickerPrice extends DtoBase
| Constructor and Description |
|---|
TickerPrice(double value,
long value_int,
String display,
String display_short,
String currency) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency() |
String |
getDisplay_short() |
String |
getDisplay() |
long |
getValue_int() |
double |
getValue() |
void |
setCurrency(String currency) |
void |
setDisplay_short(String display_short) |
void |
setDisplay(String display) |
void |
setValue_int(long value_int) |
void |
setValue(double value) |
public double getValue()
public void setValue(double value)
value - the value to setpublic long getValue_int()
public void setValue_int(long value_int)
value_int - the value_int to setpublic String getDisplay()
public void setDisplay(String display)
display - the display to setpublic String getDisplay_short()
public void setDisplay_short(String display_short)
display_short - the display_short to setpublic String getCurrency()
public void setCurrency(String currency)
currency - the currency to setCopyright © 2012. All Rights Reserved.