Class BOStockChange
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.BOStockChange
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object used to represent a stock change.
- 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 TypeMethodDescriptionReturns the stock change creation date.Returns the creation user id.getId()Returns the stock change id.Returns the incoming stock type id.Returns the id of the material involved in the stock change.Returns the measure unit id.Returns the id of the outgoing stock type.Checks if the stock change is processed.Returns the quantity of the stock change.Returns the id of the serialized material involved in the stock change.Returns the id of warehouse involved in the stock change.voidsetCreationDate(Date creationDate) Sets the stock change creation date.voidsetCreationUser(Long creationUser) Sets the creation user id.voidSets the stock change id.voidsetIncomingStockType(Long incomingStockType) Sets the incoming stock type id.voidsetMaterial(Long material) Sets the id of the material involved in the stock change.voidsetMeasureUnit(Long measureUnit) Sets the measure unit id.voidsetOutgoingStockType(Long outgoingStockType) Sets the id of the outgoing stock type.voidsetProcessed(Boolean processed) Sets the stock change to processed.voidsetQuantity(Double quantity) Sets the quantity of the stock change.voidsetSerializedMaterial(Long serializedMaterial) Sets the id of the serialized material involved in the stock change.voidsetWarehouse(Long warehouse) Sets the id of warehouse involved in the stock change.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
-
BOStockChange
public BOStockChange()
-
-
Method Details
-
getId
Returns the stock change id.- Returns:
- the stock change id
-
setId
Sets the stock change id.- Parameters:
id- the stock change id
-
getWarehouse
Returns the id of warehouse involved in the stock change.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of warehouse involved in the stock change.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the id of the material involved in the stock change.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the id of the material involved in the stock change.- Parameters:
material- the material id- See Also:
-
getSerializedMaterial
Returns the id of the serialized material involved in the stock change.- Returns:
- the serialized material id
- See Also:
-
setSerializedMaterial
Sets the id of the serialized material involved in the stock change.- Parameters:
serializedMaterial- the serialized material id- See Also:
-
getOutgoingStockType
Returns the id of the outgoing stock type.- Returns:
- the outgoing stock type id
- See Also:
-
setOutgoingStockType
Sets the id of the outgoing stock type.- Parameters:
outgoingStockType- the outgoing stock type id- See Also:
-
getIncomingStockType
Returns the incoming stock type id.- Returns:
- the incoming stock type id
- See Also:
-
setIncomingStockType
Sets the incoming stock type id.- Parameters:
incomingStockType- the incoming stock type id- See Also:
-
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:
-
getQuantity
Returns the quantity of the stock change.- Returns:
- the quantity of the stock change
-
setQuantity
Sets the quantity of the stock change.- Parameters:
quantity- the quantity of the stock change
-
getCreationUser
Returns the creation user id.- Returns:
- the creation user id
- See Also:
-
setCreationUser
Sets the creation user id.- Parameters:
creationUser- the creation user id- See Also:
-
getCreationDate
Returns the stock change creation date.- Returns:
- the stock change creation date
-
setCreationDate
Sets the stock change creation date.- Parameters:
creationDate- the stock change creation date
-
getProcessed
Checks if the stock change is processed.- Returns:
- true if is the stock change is processed, false otherwise
-
setProcessed
Sets the stock change to processed.- Parameters:
processed- true if the stock change must be processed, false otherwise
-