public class CurrencyContainer extends ProjectEntityContainer<Currency>
| Modifier and Type | Field and Description |
|---|---|
static Currency |
DEFAULT_CURRENCY |
m_sequenceProvidermodCount| Constructor and Description |
|---|
CurrencyContainer(UniqueIdObjectSequenceProvider sequenceProvider)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getDefaultCurrency()
Retrieve the default Currency instance.
|
Integer |
getDefaultCurrencyUniqueID()
Retrieve the default currency ID.
|
void |
setDefaultCurrencyUniqueID(Integer value)
Set the default currency unique ID.
|
added, firstUniqueID, fixUniqueIdClashes, getByUniqueID, getSequenceProvider, removed, updateUniqueIDadd, add, clear, get, remove, replaced, set, sizeaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic static final Currency DEFAULT_CURRENCY
public CurrencyContainer(UniqueIdObjectSequenceProvider sequenceProvider)
sequenceProvider - sequence providerpublic void setDefaultCurrencyUniqueID(Integer value)
value - default currency unique IDpublic Integer getDefaultCurrencyUniqueID()
public Currency getDefaultCurrency()
Copyright © 2000–2026 MPXJ. All rights reserved.