Class WarehouseMaterialMassiveInsertOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.event.WarehouseMaterialMassiveInsertOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Output object for the
WarehouseMaterialMassiveInsertEvent. - 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 TypeMethodDescriptionintReturns the number of errors occurred during the massive warehouse materials insertionReturns the errors messages occurred during the massive warehouse materials insertion.intReturns the number of inserted warehouse materials.voidsetErrors(int errors) Sets the number of errors occurred during the massive warehouse materials insertion.voidsetErrorsMessages(Map<String, String> errorsMessages) Sets the errors messages occurred during the massive warehouse materials insertion.voidsetInserted(int inserted) Sets the number of inserted warehouse materials.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
-
WarehouseMaterialMassiveInsertOutput
public WarehouseMaterialMassiveInsertOutput()
-
-
Method Details
-
getInserted
public int getInserted()Returns the number of inserted warehouse materials.- Returns:
- the number of inserted warehouse materials
-
setInserted
public void setInserted(int inserted) Sets the number of inserted warehouse materials.- Parameters:
inserted- the number of inserted warehouse materials
-
getErrors
public int getErrors()Returns the number of errors occurred during the massive warehouse materials insertion- Returns:
- the number of errors occurred during the massive warehouse materials insertion
-
setErrors
public void setErrors(int errors) Sets the number of errors occurred during the massive warehouse materials insertion.- Parameters:
errors- the number of errors occurred during the massive warehouse materials insertion
-
getErrorsMessages
Returns the errors messages occurred during the massive warehouse materials insertion.- Returns:
- the errors messages
-
setErrorsMessages
Sets the errors messages occurred during the massive warehouse materials insertion.- Parameters:
errorsMessages- the errors messages
-