Class BOWarehouseTransaction
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transaction.BOWarehouseTransaction
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a warehouse transaction.
- 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 TypeMethodDescriptiongetId()Returns the warehouse transaction id.Returns the material id.Returns the measure unit id.Returns the operation item.Returns the transaction quantity.Returns the warehouse transaction reference date.Returns the stock type id.Returns the stock updated flag.getType()Returns the warehouse transaction type id.Returns the warehouse id.voidSets the warehouse transaction id.voidsetMaterial(Long material) Sets the material id.voidsetMeasureUnit(Long measureUnit) Sets the measure unit id.voidsetOperationItem(Long operationItem) Sets the operation item.voidsetQuantity(Double quantity) Sets the transaction quantity.voidsetReferenceDate(Date referenceDate) Sets the transaction reference date.voidsetStockType(Long stockType) Sets the stock type id.voidsetStockUpdated(Boolean stockUpdated) Sets the stock updated flag.voidSets the warehouse transaction type id.voidsetWarehouse(Long warehouse) Sets the warehouse 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
-
BOWarehouseTransaction
public BOWarehouseTransaction()
-
-
Method Details
-
getId
Returns the warehouse transaction id.- Returns:
- the the warehouse transaction id
-
setId
Sets the warehouse transaction id.- Parameters:
id- the warehouse transaction id
-
getType
Returns the warehouse transaction type id.- Returns:
- the warehouse transaction type id
- See Also:
-
setType
Sets the warehouse transaction type id.- Parameters:
type- the warehouse transaction type id- See Also:
-
getWarehouse
Returns the warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the stock type id.- Parameters:
stockType- the stock type id- See Also:
-
getQuantity
Returns the transaction quantity.- Returns:
- the transaction quantity
-
setQuantity
Sets the transaction quantity.- Parameters:
quantity- the transaction quantity
-
getMeasureUnit
Returns the measure unit id.- Returns:
- the measure unit id
- See Also:
-
setMeasureUnit
Sets the measure unit id.- Parameters:
measureUnit- the measure unit id- See Also:
-
getReferenceDate
Returns the warehouse transaction reference date.- Returns:
- the warehouse transaction reference date
-
setReferenceDate
Sets the transaction reference date.- Parameters:
referenceDate- the transaction reference date
-
getOperationItem
Returns the operation item.- Returns:
- the operation item
-
setOperationItem
Sets the operation item.- Parameters:
operationItem- the operation item
-
getStockUpdated
Returns the stock updated flag.- Returns:
- the stock updated flag
-
setStockUpdated
Sets the stock updated flag.- Parameters:
stockUpdated- the stock updated flag
-