Class EditMaterialAccountingPanelInput
java.lang.Object
overit.geocallapp.wfm.core.ux.schedule.intervention.material.edit.EditMaterialAccountingPanelInput
- All Implemented Interfaces:
Serializable
Input object for edit or view material accounts
- Since:
- 14.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMode()voidsetAllAgendaMaterial(List<WOAgendaMaterial> allAgendaMaterial) voidsetCurrentAgendaMaterial(WOAgendaMaterial currentAgendaMaterial) voidsetMaterialAccountingType(Set<Long> materialAccountingType) voidsetMode(int mode)
-
Field Details
-
currentAgendaMaterial
-
mode
protected int mode
-
-
Constructor Details
-
EditMaterialAccountingPanelInput
public EditMaterialAccountingPanelInput()
-
-
Method Details
-
getCurrentAgendaMaterial
-
setCurrentAgendaMaterial
-
getMode
public int getMode() -
setMode
public void setMode(int mode) -
getMaterialAccountingType
-
setMaterialAccountingType
-
getAllAgendaMaterial
-
setAllAgendaMaterial
-