Class WarehouseAccountingHandleInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseAccountingHandleInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseAccountingHandleEvent.- Since:
- 14.0
- See Also:
-
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 id of the creation user.Returns the previous quantity.Returns the reference date.Returns the serials to add.Returns the serials to remove.Returns the if of the warehouse agenda material relation.voidsetCreationUser(Long creationUser) Sets the id of the creation user.voidsetPreviousQuantity(Double previousQuantity) Sets the previous quantity.voidsetReferenceDate(Date referenceDate) Sets the reference date.voidsetSerialsToAdd(Collection<Long> serialsToAdd) Sets the serials to add.voidsetSerialsToRemove(Collection<Long> serialsToRemove) Sets the serials to remove.voidsetWarehouseAgendaMaterial(Long warehouseAgendaMaterial) Sets the id of the warehouse agenda material relation.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
-
WarehouseAccountingHandleInput
public WarehouseAccountingHandleInput()
-
-
Method Details
-
getWarehouseAgendaMaterial
Returns the if of the warehouse agenda material relation.- Returns:
- the warehouse agenda material id
- See Also:
-
setWarehouseAgendaMaterial
Sets the id of the warehouse agenda material relation.- Parameters:
warehouseAgendaMaterial- the warehouse agenda material relation id- See Also:
-
getPreviousQuantity
Returns the previous quantity.- Returns:
- the previous quantity
-
setPreviousQuantity
Sets the previous quantity.- Parameters:
previousQuantity- the previous quantity
-
getReferenceDate
Returns the reference date.- Returns:
- the reference date
-
setReferenceDate
Sets the reference date.- Parameters:
referenceDate- the reference date
-
getSerialsToAdd
Returns the serials to add.- Returns:
- the serials to add
-
setSerialsToAdd
Sets the serials to add.- Parameters:
serialsToAdd- the serials to add
-
getSerialsToRemove
Returns the serials to remove.- Returns:
- the serials to remove
-
setSerialsToRemove
Sets the serials to remove.- Parameters:
serialsToRemove- the serials to remove
-
getCreationUser
Returns the id of the creation user.- Returns:
- the creation user id
- See Also:
-
setCreationUser
Sets the id of the creation user.- Parameters:
creationUser- the creation user id- See Also:
-