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