Class ConsignmentEntryShippedQuantityHandler
java.lang.Object
de.hybris.platform.warehousing.shipping.quantityhandlers.ConsignmentEntryShippedQuantityHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Long,ConsignmentEntryModel>
public class ConsignmentEntryShippedQuantityHandler
extends Object
implements DynamicAttributeHandler<Long,ConsignmentEntryModel>
Handler for
ConsignmentEntryModel.getQuantityShipped()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ConsignmentEntryModel consignmentEntry) Holds logic behind getter for dynamic attribute.voidset(ConsignmentEntryModel consignmentEntry, Long value) Holds logic behind setter for dynamic attribute.voidsetConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
-
Constructor Details
-
ConsignmentEntryShippedQuantityHandler
public ConsignmentEntryShippedQuantityHandler()
-
-
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)
-