public class OrderEntryUnallocatedQuantityHandler extends Object implements DynamicAttributeHandler<Long,OrderEntryModel>
OrderEntryModel.getQuantityUnallocated()| Constructor and Description |
|---|
OrderEntryUnallocatedQuantityHandler() |
| Modifier and Type | Method and Description |
|---|---|
Long |
get(OrderEntryModel orderEntry)
Holds logic behind getter for dynamic attribute.
|
protected OrderEntryQuantityService |
getOrderEntryQuantityService() |
void |
set(OrderEntryModel orderEntry,
Long unallocatedQuantity)
Holds logic behind setter for dynamic attribute.
|
void |
setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) |
public OrderEntryUnallocatedQuantityHandler()
public Long get(OrderEntryModel orderEntry)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<Long,OrderEntryModel>orderEntry - model for which dynamic attribute is declared.public void set(OrderEntryModel orderEntry, Long unallocatedQuantity)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<Long,OrderEntryModel>orderEntry - model for which dynamic attribute is declared.unallocatedQuantity - the value which will be used by setter logic.protected OrderEntryQuantityService getOrderEntryQuantityService()
public void setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService)
Copyright © 2017 SAP SE. All Rights Reserved.