public class TicketsAttributeHandler extends Object implements DynamicAttributeHandler<List<CsTicketModel>,CustomerModel>
| Constructor and Description |
|---|
TicketsAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
get(CustomerModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(CustomerModel model,
List<CsTicketModel> csTicketModel)
Holds logic behind setter for dynamic attribute.
|
public List<CsTicketModel> get(CustomerModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<List<CsTicketModel>,CustomerModel>model - model for which dynamic attribute is declared.public void set(CustomerModel model, List<CsTicketModel> csTicketModel)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<List<CsTicketModel>,CustomerModel>model - csTicketModel - Copyright © 2017 SAP SE. All Rights Reserved.