public class CurrencyChargeEntryAttribute extends AbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel>
| Constructor and Description |
|---|
CurrencyChargeEntryAttribute() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
get(ChargeEntryModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(ChargeEntryModel model,
CurrencyModel value)
Holds logic behind setter for dynamic attribute.
|
public CurrencyModel get(ChargeEntryModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<CurrencyModel,ChargeEntryModel>get in class AbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel>model - model for which dynamic attribute is declared.public void set(ChargeEntryModel model, CurrencyModel value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<CurrencyModel,ChargeEntryModel>set in class AbstractDynamicAttributeHandler<CurrencyModel,ChargeEntryModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2018 SAP SE. All Rights Reserved.