public class ExchangeRateServiceInterfaceperformExchangeRateAction extends Object
ExchangeRate objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ExchangeRate.id |
currencyCode |
ExchangeRate.currencyCode |
refreshRate |
ExchangeRate.refreshRate |
direction |
ExchangeRate.direction |
exchangeRate |
ExchangeRate.exchangeRate |
| Modifier and Type | Field and Description |
|---|---|
protected ExchangeRateAction |
exchangeRateAction |
protected Statement |
filterStatement |
| Constructor and Description |
|---|
ExchangeRateServiceInterfaceperformExchangeRateAction() |
| Modifier and Type | Method and Description |
|---|---|
ExchangeRateAction |
getExchangeRateAction()
Gets the value of the exchangeRateAction property.
|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setExchangeRateAction(ExchangeRateAction value)
Sets the value of the exchangeRateAction property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected ExchangeRateAction exchangeRateAction
protected Statement filterStatement
public ExchangeRateServiceInterfaceperformExchangeRateAction()
public ExchangeRateAction getExchangeRateAction()
ExchangeRateActionpublic void setExchangeRateAction(ExchangeRateAction value)
value - allowed object is
ExchangeRateActionpublic Statement getFilterStatement()
StatementCopyright © 2018. All Rights Reserved.