| Constructor and Description |
|---|
Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount_int() |
double |
getAmount() |
long |
getPrice_int() |
double |
getPrice() |
long |
getStamp() |
void |
setAmount_int(long amount_int) |
void |
setAmount(double amount) |
void |
setStamp(long stamp) |
public Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp)
public double getPrice()
public double getAmount()
public long getPrice_int()
public long getAmount_int()
public long getStamp()
public void setAmount(double amount)
amount - the amount to setpublic void setAmount_int(long amount_int)
amount_int - the amount_int to setpublic void setStamp(long stamp)
stamp - the stamp to setCopyright © 2012. All Rights Reserved.