Class BOTransferRequestItem
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.BOTransferRequestItem
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a transfer request item.
- Since:
- 13.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 TypeMethodDescriptionReturns the transfer request item expected quantity.Returns the id of the transfer request item header.getId()Returns the transfer request item id.Returns the id of the transfer request item material.Returns the id of the transfer request item measure unit id.Returns the transfer request item received quantity.Returns the transfer request item sent quantity.Returns the the id of the transfer request item stock type.isActive()Checks if the transfer request item is active.voidSets the transfer request item to active.voidsetExpectedQuantity(Double quantity) Sets the transfer request item expected quantity.voidSets the id of the transfer request item header.voidSets the transfer request item id.voidsetMaterial(Long material) Sets the id of the transfer request item material.voidsetMeasureUnit(Long measureUnit) Sets the id of the transfer request item measure unit id.voidsetReceivedQuantity(Double receivedQuantity) Sets the transfer request item received quantity.voidsetSentQuantity(Double sentQuantity) Sets the transfer request item sent quantity.voidsetStockType(Long stockType) Sets the the id of the transfer request item stock type.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
-
BOTransferRequestItem
public BOTransferRequestItem()
-
-
Method Details
-
getId
Returns the transfer request item id.- Returns:
- the the transfer request item id
-
setId
Sets the transfer request item id.- Parameters:
id- the transfer request item id
-
getHeader
Returns the id of the transfer request item header.- Returns:
- the header id
- See Also:
-
setHeader
Sets the id of the transfer request item header.- Parameters:
header- the header id- See Also:
-
getMaterial
Returns the id of the transfer request item material.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the id of the transfer request item material.- Parameters:
material- the material id- See Also:
-
getStockType
Returns the the id of the transfer request item stock type.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the the id of the transfer request item stock type.- Parameters:
stockType- the stock type id- See Also:
-
getExpectedQuantity
Returns the transfer request item expected quantity.- Returns:
- the transfer request item expected quantity
-
setExpectedQuantity
Sets the transfer request item expected quantity.- Parameters:
quantity- the transfer request item expected quantity
-
getMeasureUnit
Returns the id of the transfer request item measure unit id.- Returns:
- the measure unit id
- See Also:
-
setMeasureUnit
Sets the id of the transfer request item measure unit id.- Parameters:
measureUnit- the measure unit id- See Also:
-
isActive
Checks if the transfer request item is active.- Returns:
- true if is the transfer request item is active, false otherwise
-
setActive
Sets the transfer request item to active.- Parameters:
active- true if the transfer request item must be active, false otherwise
-
getSentQuantity
Returns the transfer request item sent quantity.- Returns:
- the transfer request item sent quantity
-
setSentQuantity
Sets the transfer request item sent quantity.- Parameters:
sentQuantity- the transfer request item sent quantity
-
getReceivedQuantity
Returns the transfer request item received quantity.- Returns:
- the transfer request item received quantity
-
setReceivedQuantity
Sets the transfer request item received quantity.- Parameters:
receivedQuantity- the transfer request item received quantity
-