public class AbstractOrderRaoToCurrencyConverter extends java.lang.Object implements Converter<AbstractOrderRAO,Currency>
AbstractOrderRAO to Currency.| Constructor and Description |
|---|
AbstractOrderRaoToCurrencyConverter() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
convert(AbstractOrderRAO source)
Converts the source object, creating a new instance of the destination type
|
Currency |
convert(AbstractOrderRAO paramSOURCE,
Currency paramTARGET)
Convert the source object by filling the prototype
|
protected CurrencyUtils |
getCurrencyUtils() |
void |
setCurrencyUtils(CurrencyUtils currencyUtils) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic Currency convert(AbstractOrderRAO source)
Converterconvert in interface Converter<AbstractOrderRAO,Currency>source - the source objectpublic Currency convert(AbstractOrderRAO paramSOURCE, Currency paramTARGET)
Converterconvert in interface Converter<AbstractOrderRAO,Currency>paramSOURCE - the source objectparamTARGET - the prototype to fillprotected CurrencyUtils getCurrencyUtils()
public void setCurrencyUtils(CurrencyUtils currencyUtils)
Copyright © 2018 SAP SE. All Rights Reserved.