public class OrderEntryUnallocatedQuantityHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.Long,OrderEntryModel>
OrderEntryModel.getQuantityUnallocated()| Constructor and Description |
|---|
OrderEntryUnallocatedQuantityHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
get(OrderEntryModel orderEntry)
Holds logic behind getter for dynamic attribute.
|
protected OrderEntryQuantityService |
getOrderEntryQuantityService() |
void |
set(OrderEntryModel orderEntry,
java.lang.Long unallocatedQuantity)
Holds logic behind setter for dynamic attribute.
|
void |
setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) |
public OrderEntryUnallocatedQuantityHandler()
public java.lang.Long get(OrderEntryModel orderEntry)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.Long,OrderEntryModel>orderEntry - model for which dynamic attribute is declared.public void set(OrderEntryModel orderEntry, java.lang.Long unallocatedQuantity)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.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 © 2018 SAP SE. All Rights Reserved.