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