Class MaterialExpectedQuantityCalculateInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.event.MaterialExpectedQuantityCalculateInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
MaterialExpectedQuantityCalculateEvent. - Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the agenda end date.Returns the id of the material.Returns the agenda start date.Returns the id of the warehouse.voidsetEndDate(Date endDate) Sets the agenda end date.voidsetMaterial(Long material) Sets the id of the material.voidsetStartDate(Date startDate) Sets the agenda start date.voidsetWarehouse(Long warehouse) Sets the id of the warehouse.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
MaterialExpectedQuantityCalculateInput
public MaterialExpectedQuantityCalculateInput()
-
-
Method Details
-
getWarehouse
Returns the id of the warehouse.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of the warehouse.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the id of the material.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the id of the material.- Parameters:
material- the material id- See Also:
-
getStartDate
Returns the agenda start date.- Returns:
- the agenda start date
-
setStartDate
Sets the agenda start date.- Parameters:
startDate- the agenda start date
-
getEndDate
Returns the agenda end date.- Returns:
- the agenda end date
-
setEndDate
Sets the agenda end date.- Parameters:
endDate- the agenda end date
-