Class BOWarehouseOperationHeader
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.BOWarehouseOperationHeader
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a warehouse operation header.
- 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 header creation date.Returns the creation user id.getId()Returns the warehouse operation header id.Returns the incoming warehouse id.Returns the outgoing warehouse id.Returns the warehouse operation header reference date.getState()Returns the state id.getType()Returns the type id.voidsetCreationDate(Date creationDate) Sets the warehouse operation header creation date.voidsetCreationUser(Long creationUser) Sets the creation user id.voidSets the warehouse operation header id.voidsetIncomingWarehouse(Long incomingWarehouse) Sets the incoming warehouse id.voidsetOutgoingWarehouse(Long outgoingWarehouse) Sets the outgoing warehouse id.voidsetReferenceDate(Date referenceDate) Sets the warehouse operation header reference date.voidSets the state id.voidSets the type 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
-
BOWarehouseOperationHeader
public BOWarehouseOperationHeader()
-
-
Method Details
-
getId
Returns the warehouse operation header id.- Returns:
- the the warehouse operation header id
-
setId
Sets the warehouse operation header id.- Parameters:
id- the warehouse operation header id
-
getType
Returns the type id.- Returns:
- the type id
- See Also:
-
setType
Sets the type id.- Parameters:
type- the type id- See Also:
-
getState
Returns the state id.- Returns:
- the state id
- See Also:
-
setState
Sets the state id.- Parameters:
state- the state id- See Also:
-
getOutgoingWarehouse
Returns the outgoing warehouse id.- Returns:
- the outgoing warehouse id
- See Also:
-
setOutgoingWarehouse
Sets the outgoing warehouse id.- Parameters:
outgoingWarehouse- the outgoing warehouse id- See Also:
-
getIncomingWarehouse
Returns the incoming warehouse id.- Returns:
- the incoming warehouse id
- See Also:
-
setIncomingWarehouse
Sets the incoming warehouse id.- Parameters:
incomingWarehouse- the incoming warehouse id- See Also:
-
getReferenceDate
Returns the warehouse operation header reference date.- Returns:
- the warehouse operation header reference date
-
setReferenceDate
Sets the warehouse operation header reference date.- Parameters:
referenceDate- the warehouse operation header reference date
-
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 header creation date.- Returns:
- the warehouse operation header creation date
-
setCreationDate
Sets the warehouse operation header creation date.- Parameters:
creationDate- the warehouse operation header creation date
-