public class Currency extends Object
| Constructor and Description |
|---|
Currency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the currency code.
|
String |
getSymbol()
Gets the currency symbol.
|
Currency |
setCode(String code)
Sets the currency code.
|
Currency |
setSymbol(String symbol)
Sets the currency symbol.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.