Package com.smartsheet.api.models
Class Currency
- java.lang.Object
-
- com.smartsheet.api.models.Currency
-
public class Currency extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Currency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the currency code.java.lang.StringgetSymbol()Gets the currency symbol.CurrencysetCode(java.lang.String code)Sets the currency code.CurrencysetSymbol(java.lang.String symbol)Sets the currency symbol.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Gets the currency code.- Returns:
- the currency code
-
setCode
public Currency setCode(java.lang.String code)
Sets the currency code.- Parameters:
code- the currency code
-
getSymbol
public java.lang.String getSymbol()
Gets the currency symbol.- Returns:
- the currency symbol
-
setSymbol
public Currency setSymbol(java.lang.String symbol)
Sets the currency symbol.- Parameters:
symbol- the currency symbol
-
-