Class ExpectedMaterialDetailInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.material.expected.detail.ExpectedMaterialDetailInput
- All Implemented Interfaces:
Serializable
Object used as input bean for the
ExpectedMaterialDetail page. - Since:
- 14.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the scheduling end date.Returns the material idReturns the material expected quantity.Returns the material quantity.Returns the scheduling start date.Returns the warehouse id.voidsetEndDate(Date endDate) Sets the scheduling end date.voidsetMaterial(Long material) Sets the material id.voidsetMaterialExpectedQuantity(Double materialExpectedQuantity) Sets the material expected quantity.voidsetMaterialQuantity(Double materialQuantity) Sets the material quantity.voidsetStartDate(Date startDate) Sets the scheduling start date.voidsetWarehouse(Long warehouse) Sets the warehouse id.
-
Field Details
-
material
-
materialQuantity
-
materialExpectedQuantity
-
warehouse
-
startDate
-
endDate
-
-
Constructor Details
-
ExpectedMaterialDetailInput
public ExpectedMaterialDetailInput()
-
-
Method Details
-
getMaterial
Returns the material id- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getMaterialQuantity
Returns the material quantity.- Returns:
- the material quantity
-
setMaterialQuantity
Sets the material quantity.- Parameters:
materialQuantity- the material quantity
-
getMaterialExpectedQuantity
Returns the material expected quantity.- Returns:
- the material expected quantity
-
setMaterialExpectedQuantity
Sets the material expected quantity.- Parameters:
materialExpectedQuantity- the material expected quantity
-
getWarehouse
Returns the warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getStartDate
Returns the scheduling start date.- Returns:
- the scheduling start date
-
setStartDate
Sets the scheduling start date.- Parameters:
startDate- the scheduling start date
-
getEndDate
Returns the scheduling end date.- Returns:
- the scheduling end date
-
setEndDate
Sets the scheduling end date.- Parameters:
endDate- the scheduling end date
-