public class ContactEmailAttribute extends AbstractDynamicAttributeHandler<java.lang.String,CustomerModel>
CustomerEmailResolutionService.| Constructor and Description |
|---|
ContactEmailAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(CustomerModel customerModel)
Holds logic behind getter for dynamic attribute.
|
protected CustomerEmailResolutionService |
getCustomerEmailResolutionService() |
void |
setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService) |
setprotected CustomerEmailResolutionService getCustomerEmailResolutionService()
public void setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService)
public java.lang.String get(CustomerModel customerModel)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.String,CustomerModel>get in class AbstractDynamicAttributeHandler<java.lang.String,CustomerModel>customerModel - model for which dynamic attribute is declared.Copyright © 2018 SAP SE. All Rights Reserved.