Method Summary |
|
public String | getAmount() Gets the amount of the coin.
the amount of the coin. |
public String | getCurrency() Gets the currency of the coin.
the currency of the coin. |
public String | getDate() Gets the date of insertion.
the date of insertion. |
public String | getId() Gets the Id of the coin.
the Id of the coin. |
public void | setAmount(String amount) Sets the amount of the coin.
Parameters: the - amount to be changed. |
public void | setCurrency(String currency) Sets the currency of the coin.
Parameters: the - currency to be changed. |
public void | setDate(String inputDate) Sets the date of insertion.
Parameters: the - date to be changed. |
public void | setId(String id) Sets the Id of the coin.
Parameters: the - Id to be changed. |