public class ConsignmentEntryDeclinedQuantityHandler extends Object implements DynamicAttributeHandler<Long,ConsignmentEntryModel>
ConsignmentEntryModel.getQuantityDeclined()| Constructor and Description |
|---|
ConsignmentEntryDeclinedQuantityHandler() |
| Modifier and Type | Method and Description |
|---|---|
Long |
get(ConsignmentEntryModel consignmentEntry)
Holds logic behind getter for dynamic attribute.
|
void |
set(ConsignmentEntryModel consignmentEntry,
Long value)
Holds logic behind setter for dynamic attribute.
|
public ConsignmentEntryDeclinedQuantityHandler()
public Long get(ConsignmentEntryModel consignmentEntry)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Long,ConsignmentEntryModel>consignmentEntry - model for which dynamic attribute is declared.public void set(ConsignmentEntryModel consignmentEntry, Long value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Long,ConsignmentEntryModel>consignmentEntry - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2017 SAP SE. All Rights Reserved.