public class AbstractOrderRaoToCurrencyConverter extends 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic Currency convert(AbstractOrderRAO source) throws ConversionException
Converterconvert in interface Converter<AbstractOrderRAO,Currency>source - the source objectConversionException - if an error occurspublic Currency convert(AbstractOrderRAO paramSOURCE, Currency paramTARGET) throws ConversionException
Converterconvert in interface Converter<AbstractOrderRAO,Currency>paramSOURCE - the source objectparamTARGET - the prototype to fillConversionException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.