Class BOWarehouseOperationItemSerializedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.BOWarehouseOperationItemSerializedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the relation between a warehouse operation item and a serialized material.
- 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 TypeMethodDescriptiongetId()Returns the id warehouse operation item serialized material relation.Returns the serialized material id.Returns the warehouse operation item id.Checks if the warehouse operation item serialized material is expected.Checks if the warehouse operation item serialized material is received.isSent()Checks if the warehouse operation item serialized material is sent.voidsetExpected(Boolean expected) Sets the warehouse operation item serialized material to expected.voidSets the id warehouse operation item serialized material relation.voidsetReceived(Boolean received) Sets the warehouse operation item serialized material to received.voidSets the warehouse operation item serialized material to sent.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetWarehouseOperationItem(Long warehouseOperationItem) Sets the warehouse operation item id.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
-
BOWarehouseOperationItemSerializedMaterial
public BOWarehouseOperationItemSerializedMaterial()
-
-
Method Details
-
getId
Returns the id warehouse operation item serialized material relation.- Returns:
- the warehouse operation item serialized material id
-
setId
Sets the id warehouse operation item serialized material relation.- Parameters:
id- the warehouse operation item serialized material id
-
getSerializedMaterial
Returns the serialized material id.- Returns:
- the serialized material id
- See Also:
-
setSerializedMaterial
Sets the serialized material id.- Parameters:
serializedMaterial- the serialized material id- See Also:
-
getWarehouseOperationItem
Returns the warehouse operation item id.- Returns:
- the warehouse operation item id
- See Also:
-
setWarehouseOperationItem
Sets the warehouse operation item id.- Parameters:
warehouseOperationItem- the warehouse operation item id- See Also:
-
isExpected
Checks if the warehouse operation item serialized material is expected.- Returns:
- true if is the warehouse operation item serialized material is expected, false otherwise
-
setExpected
Sets the warehouse operation item serialized material to expected.- Parameters:
expected- true if the warehouse operation item serialized material must be expected, false otherwise
-
isSent
Checks if the warehouse operation item serialized material is sent.- Returns:
- true if is the warehouse operation item serialized material is sent, false otherwise
-
setSent
Sets the warehouse operation item serialized material to sent.- Parameters:
sent- true if the warehouse operation item serialized material must be sent, false otherwise
-
isReceived
Checks if the warehouse operation item serialized material is received.- Returns:
- true if is the warehouse operation item serialized material is received, false otherwise
-
setReceived
Sets the warehouse operation item serialized material to received.- Parameters:
received- true if the warehouse operation item serialized material must be received, false otherwise
-