public class DiscountStringHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,AbstractDiscountRowModel>
| Constructor and Description |
|---|
DiscountStringHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(AbstractDiscountRowModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(AbstractDiscountRowModel model,
java.lang.String aBoolean)
Holds logic behind setter for dynamic attribute.
|
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setSessionService(SessionService sessionService) |
public java.lang.String get(AbstractDiscountRowModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.String,AbstractDiscountRowModel>model - model for which dynamic attribute is declared.public void set(AbstractDiscountRowModel model, java.lang.String aBoolean)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.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 © 2018 SAP SE. All Rights Reserved.