Class BOWarehouseOperationItem
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.BOWarehouseOperationItem
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a warehouse operation item with its main characteristics.
- 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 warehouse operation item creation date.Returns the creation user id.Returns the warehouse operation item error code.Returns the warehouse operation item error description.Returns the material expected quantity.Returns the warehouse operation header id.getId()Returns the warehouse operation item id.Returns the material incoming quantity.Returns the incoming stock type id.Returns the material id.Returns the measure unit id.Returns the material outgoing quantity.Returns the outgoing stock type id.Returns the warehouse operation item receiving date.Returns the receiving user id.Returns the warehouse operation item sending date.Returns the sending user id.getState()Returns the warehouse operation item state id.booleanChecks if the warehouse operation item state is final.booleanChecks if the warehouse operation item is inserted.booleanChecks if the warehouse operation item is on error.booleanChecks if the warehouse operation item is received.booleanisSent()Checks if the warehouse operation item is sent.voidsetCreationDate(Date creationDate) Sets the warehouse operation item creation date.voidsetCreationUser(Long creationUser) Sets the creation user id.voidsetErrorCode(String errorCode) Sets the warehouse operation item error code.voidsetErrorDescription(String errorDescription) Sets the warehouse operation item error description.voidsetExpectedQuantity(Double expectedQuantity) Sets the material expected quantity.voidSets the warehouse operation header id.voidSets the warehouse operation item id.voidsetIncomingQuantity(Double incomingQuantity) Sets the material incoming quantity.voidsetIncomingStockType(Long incomingStockType) Sets the incoming stock type id.voidsetMaterial(Long material) Sets the material id.voidsetMeasureUnit(Long measureUnit) Sets the measure unit id.voidsetOutgoingQuantity(Double outgoingQuantity) Sets the material outgoing quantity.voidsetOutgoingStockType(Long outgoingStockType) Sets the outgoing stock type id.voidsetReceivingDate(Date receivingDate) Sets the warehouse operation item receiving date.voidsetReceivingUser(Long receivingUser) Sets the receiving user id.voidsetSendingDate(Date sendingDate) Sets the warehouse operation item sending date.voidsetSendingUser(Long sendingUser) Sets the sending user id.voidSets the warehouse operation item state 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
-
BOWarehouseOperationItem
public BOWarehouseOperationItem()
-
-
Method Details
-
getId
Returns the warehouse operation item id.- Returns:
- the the warehouse operation item id
-
setId
Sets the warehouse operation item id.- Parameters:
id- the warehouse operation item id
-
getHeader
Returns the warehouse operation header id.- Returns:
- the warehouse operation header id
- See Also:
-
setHeader
Sets the warehouse operation header id.- Parameters:
header- the warehouse operation header id- See Also:
-
getState
Returns the warehouse operation item state id.- Returns:
- the warehouse operation item state id
- See Also:
-
setState
Sets the warehouse operation item state id.- Parameters:
state- the warehouse operation item state 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:
-
getOutgoingStockType
Returns the outgoing stock type id.- Returns:
- the outgoing stock type id
- See Also:
-
setOutgoingStockType
Sets the outgoing stock type id.- 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:
-
getExpectedQuantity
Returns the material expected quantity.- Returns:
- the material expected quantity
-
setExpectedQuantity
Sets the material expected quantity.- Parameters:
expectedQuantity- the material expected quantity
-
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 warehouse operation item creation date.- Returns:
- the warehouse operation item creation date
-
setCreationDate
Sets the warehouse operation item creation date.- Parameters:
creationDate- the warehouse operation item creation date
-
getOutgoingQuantity
Returns the material outgoing quantity.- Returns:
- the material outgoing quantity
-
setOutgoingQuantity
Sets the material outgoing quantity.- Parameters:
outgoingQuantity- the material outgoing quantity
-
getSendingUser
Returns the sending user id.- Returns:
- the sending user id
- See Also:
-
setSendingUser
Sets the sending user id.- Parameters:
sendingUser- the sending user id- See Also:
-
getSendingDate
Returns the warehouse operation item sending date.- Returns:
- the warehouse operation item sending date
-
setSendingDate
Sets the warehouse operation item sending date.- Parameters:
sendingDate- the warehouse operation item sending date
-
getIncomingQuantity
Returns the material incoming quantity.- Returns:
- the material incoming quantity
-
setIncomingQuantity
Sets the material incoming quantity.- Parameters:
incomingQuantity- the material incoming quantity
-
getReceivingUser
Returns the receiving user id.- Returns:
- the receiving user id
- See Also:
-
setReceivingUser
Sets the receiving user id.- Parameters:
receivingUser- the receiving user id- See Also:
-
getReceivingDate
Returns the warehouse operation item receiving date.- Returns:
- the warehouse operation item receiving date
-
setReceivingDate
Sets the warehouse operation item receiving date.- Parameters:
receivingDate- the warehouse operation item receiving date
-
isInserted
public boolean isInserted()Checks if the warehouse operation item is inserted.- Returns:
- true if is the warehouse operation item is inserted, false otherwise
-
isSent
public boolean isSent()Checks if the warehouse operation item is sent.- Returns:
- true if is the warehouse operation item is sent, false otherwise
-
isReceived
public boolean isReceived()Checks if the warehouse operation item is received.- Returns:
- true if is the warehouse operation item is received, false otherwise
-
isOnError
public boolean isOnError()Checks if the warehouse operation item is on error.- Returns:
- true if is the warehouse operation item is on error, false otherwise
-
isFinalState
Checks if the warehouse operation item state is final.- Parameters:
type- the type- Returns:
- true if is the warehouse operation item state is final, false otherwise
-
getErrorCode
Returns the warehouse operation item error code.- Returns:
- the warehouse operation item error code
-
setErrorCode
Sets the warehouse operation item error code.- Parameters:
errorCode- the warehouse operation item error code
-
getErrorDescription
Returns the warehouse operation item error description.- Returns:
- the warehouse operation item error description
-
setErrorDescription
Sets the warehouse operation item error description.- Parameters:
errorDescription- the warehouse operation item error description
-