Class BOWarehouseOperationHeaderSource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.BOWarehouseOperationHeaderSource
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the relation between a warehouse operation header and its source.
- 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 warehouse operation header source relation id.Returns themresource uuuid.Returns the stock change id.Returns the transfer request header id.Returns the warehouse agenda material relation id.Returns the warehouse operation header id.voidSets the warehouse operation header source relation id.voidsetResourceUuuid(String resourceUuuid) Sets the resource uuuid.voidsetStockChange(Long stockChange) Sets the stock change id.voidsetTransferRequestHeader(Long transferRequestHeader) Sets the transfer request header id.voidsetWarehouseAgendaMaterial(Long warehouseAgendaMaterial) Sets the warehouse agenda material relation id.voidsetWarehouseOperationHeader(Long warehouseOperationHeader) Sets the warehouse operation header 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
-
BOWarehouseOperationHeaderSource
public BOWarehouseOperationHeaderSource()
-
-
Method Details
-
getId
Returns the warehouse operation header source relation id.- Returns:
- the the warehouse operation header source relation id
-
setId
Sets the warehouse operation header source relation id.- Parameters:
id- the warehouse operation header source relation id
-
getWarehouseOperationHeader
Returns the warehouse operation header id.- Returns:
- the warehouse operation header id
- See Also:
-
setWarehouseOperationHeader
Sets the warehouse operation header id.- Parameters:
warehouseOperationHeader- the warehouse operation header id- See Also:
-
getTransferRequestHeader
Returns the transfer request header id.- Returns:
- the transfer request header id
- See Also:
-
setTransferRequestHeader
Sets the transfer request header id.- Parameters:
transferRequestHeader- the transfer request header id- See Also:
-
getStockChange
Returns the stock change id.- Returns:
- the stock change id
- See Also:
-
setStockChange
Sets the stock change id.- Parameters:
stockChange- the stock change id- See Also:
-
getResourceUuuid
Returns themresource uuuid.- Returns:
- the resource uuuid
-
setResourceUuuid
Sets the resource uuuid.- Parameters:
resourceUuuid- the resource uuuid
-
getWarehouseAgendaMaterial
Returns the warehouse agenda material relation id.- Returns:
- the warehouse agenda material relation id
- See Also:
-
setWarehouseAgendaMaterial
Sets the warehouse agenda material relation id.- Parameters:
warehouseAgendaMaterial- the warehouse agenda material relation id- See Also:
-