Module com.logicommerce.sdk
Class OrderCurrencyImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.OrderCurrencyBaseImpl
com.logicommerce.sdk.models.order.implementations.OrderCurrencyImpl
- All Implemented Interfaces:
OrderCurrency,OrderCurrencyBase
OrderCurrencyImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Getter for the fieldmode.voidsetMode(CurrencyMode mode) Setter for the fieldmode.Methods inherited from class com.logicommerce.sdk.models.order.implementations.OrderCurrencyBaseImpl
getCode, getCodeNumber, getCurrencyId, getId, getName, getSymbol, getUsdValue, setCode, setCodeNumber, setCurrencyId, setId, setName, setSymbol, setUsdValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicommerce.sdk.models.order.OrderCurrencyBase
getCode, getCodeNumber, getCurrencyId, getId, getName, getSymbol, getUsdValue
-
Constructor Details
-
OrderCurrencyImpl
public OrderCurrencyImpl()
-
-
Method Details
-
getMode
Getter for the field
mode.- Specified by:
getModein interfaceOrderCurrency- Returns:
- a
CurrencyModeobject
-
setMode
Setter for the field
mode.- Parameters:
mode- aCurrencyModeobject
-