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