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