Class InventoryEditMaterialAccountingPanelOutput
java.lang.Object
overit.geocallapp.wfm.core.ux.schedule.intervention.material.edit.EditMaterialAccountingPanelOutput
overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit.InventoryEditMaterialAccountingPanelOutput
- All Implemented Interfaces:
Serializable
Output object for insert/edit material accounts.
- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the warehouse agenda material.voidsetWarehouseAgendaMaterial(BOWarehouseAgendaMaterial agendaMaterial) Sets the warehouse agenda material.Methods inherited from class overit.geocallapp.wfm.core.ux.schedule.intervention.material.edit.EditMaterialAccountingPanelOutput
getAgendaMaterial, setAgendaMaterial
-
Constructor Details
-
InventoryEditMaterialAccountingPanelOutput
public InventoryEditMaterialAccountingPanelOutput()
-
-
Method Details
-
getWarehouseAgendaMaterial
Returns the warehouse agenda material.- Returns:
- the warehouse agenda material
-
setWarehouseAgendaMaterial
Sets the warehouse agenda material.- Parameters:
agendaMaterial- the warehouse agenda material
-