public class ConsignmentEntryPendingQuantityHandler extends Object implements DynamicAttributeHandler<Long,ConsignmentEntryModel>
ConsignmentEntryModel.getQuantityPending()| Constructor and Description |
|---|
ConsignmentEntryPendingQuantityHandler() |
| Modifier and Type | Method and Description |
|---|---|
Long |
get(ConsignmentEntryModel consignmentEntry)
Holds logic behind getter for dynamic attribute.
|
protected ConsignmentEntryQuantityService |
getConsignmentEntryQuantityService() |
void |
set(ConsignmentEntryModel consignmentEntry,
Long value)
Holds logic behind setter for dynamic attribute.
|
void |
setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService) |
public ConsignmentEntryPendingQuantityHandler()
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.protected ConsignmentEntryQuantityService getConsignmentEntryQuantityService()
public void setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
Copyright © 2017 SAP SE. All Rights Reserved.