public class CatalogAgreementsHandler extends java.lang.Object implements DynamicAttributeHandler<java.util.Collection<AgreementModel>,CatalogModel>
| Constructor and Description |
|---|
CatalogAgreementsHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AgreementModel> |
get(CatalogModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(CatalogModel model,
java.util.Collection<AgreementModel> currencyModel)
Holds logic behind setter for dynamic attribute.
|
public java.util.Collection<AgreementModel> get(CatalogModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.util.Collection<AgreementModel>,CatalogModel>model - model for which dynamic attribute is declared.public void set(CatalogModel model, java.util.Collection<AgreementModel> currencyModel)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.util.Collection<AgreementModel>,CatalogModel>model - model for which dynamic attribute is declared.currencyModel - the value which will be used by setter logic.Copyright © 2018 SAP SE. All Rights Reserved.