Class BOTransferRequestItemSerializedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.BOTransferRequestItemSerializedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a relation between a transfer request item and a serialized material.
- Since:
- 13.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesNested 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 transfer request item serialized material id.Returns the serialized material id.Returns the transfer request item id.isActive()Checks if the transfer request item serialized material relation is active.Checks if the serialized material related to the transfer request item is expected.Checks if the serialized material related to the transfer request item is received.isSent()Checks if the serialized material related to the transfer request item is sent.voidSets the transfer request item serialized material relation to active.voidsetExpected(Boolean expected) Sets the serialized material related to the transfer request item to expected.voidSets the transfer request item serialized material id.voidsetReceived(Boolean received) Sets the serialized material related to the transfer request item to received.voidSets the serialized material related to the transfer request item to sent.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetTransferRequestItem(Long transferRequestItem) Sets the transfer request 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
-
BOTransferRequestItemSerializedMaterial
public BOTransferRequestItemSerializedMaterial()
-
-
Method Details
-
getId
Returns the transfer request item serialized material id.- Returns:
- the the transfer request item serialized material id
-
setId
Sets the transfer request item serialized material id.- Parameters:
id- the transfer request 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:
-
getTransferRequestItem
Returns the transfer request item id.- Returns:
- the transfer request item id
- See Also:
-
setTransferRequestItem
Sets the transfer request item id.- Parameters:
transferRequestItem- the transfer request item id- See Also:
-
isActive
Checks if the transfer request item serialized material relation is active.- Returns:
- true if is the relation is active, false otherwise
-
setActive
Sets the transfer request item serialized material relation to active.- Parameters:
active- true if the relation must be active, false otherwise
-
isExpected
Checks if the serialized material related to the transfer request item is expected.- Returns:
- true if is the serialized material is expected, false otherwise
-
setExpected
Sets the serialized material related to the transfer request item to expected.- Parameters:
expected- true if is the serialized material must be expected, false otherwise
-
isSent
Checks if the serialized material related to the transfer request item is sent.- Returns:
- true if is the serialized material is sent, false otherwise
-
setSent
Sets the serialized material related to the transfer request item to sent.- Parameters:
sent- true if is the serialized material must be sent, false otherwise
-
isReceived
Checks if the serialized material related to the transfer request item is received.- Returns:
- true if is the serialized material is received, false otherwise
-
setReceived
Sets the serialized material related to the transfer request item to received.- Parameters:
received- true if is the serialized material must be received, false otherwise
-