Class ConsignmentEntryPendingQuantityHandler
java.lang.Object
de.hybris.platform.warehousing.allocation.impl.ConsignmentEntryPendingQuantityHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Long,ConsignmentEntryModel>
public class ConsignmentEntryPendingQuantityHandler
extends Object
implements DynamicAttributeHandler<Long,ConsignmentEntryModel>
Handler for
ConsignmentEntryModel.getQuantityPending()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ConsignmentEntryModel consignmentEntry) Holds logic behind getter for dynamic attribute.protected ConsignmentEntryQuantityServicevoidset(ConsignmentEntryModel consignmentEntry, Long value) Holds logic behind setter for dynamic attribute.voidsetConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
-
Constructor Details
-
ConsignmentEntryPendingQuantityHandler
public ConsignmentEntryPendingQuantityHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Long,ConsignmentEntryModel> - Parameters:
consignmentEntry- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<Long,ConsignmentEntryModel> - Parameters:
consignmentEntry- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-
getConsignmentEntryQuantityService
-
setConsignmentEntryQuantityService
public void setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
-