public class DiscountStringHandler extends Object implements DynamicAttributeHandler<String,AbstractDiscountRowModel>
| Constructor and Description |
|---|
DiscountStringHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(AbstractDiscountRowModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(AbstractDiscountRowModel model,
String aBoolean)
Holds logic behind setter for dynamic attribute.
|
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setSessionService(SessionService sessionService) |
public String get(AbstractDiscountRowModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,AbstractDiscountRowModel>model - model for which dynamic attribute is declared.public void set(AbstractDiscountRowModel model, String aBoolean)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,AbstractDiscountRowModel>model - model for which dynamic attribute is declared.aBoolean - the value which will be used by setter logic.public void setSessionService(SessionService sessionService)
public void setCommonI18NService(CommonI18NService commonI18NService)
public void setFormatFactory(FormatFactory formatFactory)
Copyright © 2017 SAP SE. All Rights Reserved.