public final class Currency extends Object implements ProjectEntityWithUniqueID
| Modifier and Type | Class and Description |
|---|---|
static class |
Currency.Builder
Currency builder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyID()
Retrieve the currency ID.
|
String |
getDecimalSymbol()
Retrieve the decimal symbol.
|
String |
getDigitGroupingSymbol()
Retrieve the digit grouping symbol.
|
Double |
getExchangeRate()
Retrieve the exchange rate.
|
String |
getName()
Retrieve the currency name.
|
String |
getNegativeCurrencyFormat()
Retrieve the negative currency display format.
|
Integer |
getNumberOfDecimalPlaces()
Retrieve the number of decimal places to be displayed.
|
String |
getPositiveCurrencyFormat()
Retrieve the positive currency display format.
|
String |
getSymbol()
Retrieve the currency symbol.
|
Integer |
getUniqueID()
Retrieve the Unique ID value of the entity.
|
public Integer getUniqueID()
ProjectEntityWithUniqueIDgetUniqueID in interface ProjectEntityWithUniqueIDpublic String getCurrencyID()
public String getName()
public String getSymbol()
public Double getExchangeRate()
public String getDecimalSymbol()
public Integer getNumberOfDecimalPlaces()
public String getDigitGroupingSymbol()
public String getPositiveCurrencyFormat()
public String getNegativeCurrencyFormat()
Copyright © 2000–2025 MPXJ. All rights reserved.