Class BOWarehouse
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.BOWarehouse
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
BOCentralWarehouse,BOMobileWarehouse
Business object representing a warehouse.
- 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 TypeMethodDescriptiongetCode()Returns the warehouse code.Returns the warehouse description.getId()Returns the warehouse id.Returns the warehouse insert date.Returns the warehouse insert user id.Returns the warehouse position.getState()Returns the warehouse state id.Returns the tracking mode id.getType()Returns the warehouse type id.Returns the warehouse update date.Returns the warehouse update user id.booleanChecks if the warehouse is a warehouse ofBOWarehouseType.Values.CENTRALbooleanisMobile()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.MOBILEvoidSets the warehouse code.voidsetDescription(LocalizedString description) Sets the warehouse description.voidSets the warehouse id.voidsetInsertDate(Date insertDate) Sets the warehouse insert date.voidsetInsertUser(Long insertUser) Sets the warehouse insert user id.voidsetPosition(WarehousePosition position) Sets the warehouse position.voidSets the warehouse state id.voidsetTrackingMode(Long trackingMode) Sets the tracking mode id.voidSets the warehouse type id.voidsetUpdateDate(Date updateDate) Sets the warehouse update date.voidsetUpdateUser(Long updateUser) Sets the warehouse update user 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
-
BOWarehouse
public BOWarehouse()
-
-
Method Details
-
getId
Returns the warehouse id.- Returns:
- the the warehouse id
-
setId
Sets the warehouse id.- Parameters:
id- the warehouse id
-
getInsertUser
Returns the warehouse insert user id.- Returns:
- the insert user id
- See Also:
-
setInsertUser
Sets the warehouse insert user id.- Parameters:
insertUser- the insert user id- See Also:
-
getInsertDate
Returns the warehouse insert date.- Returns:
- the warehouse insert date
-
setInsertDate
Sets the warehouse insert date.- Parameters:
insertDate- the warehouse insert date
-
getUpdateUser
Returns the warehouse update user id.- Returns:
- the update user id
- See Also:
-
setUpdateUser
Sets the warehouse update user id.- Parameters:
updateUser- the update user id- See Also:
-
getUpdateDate
Returns the warehouse update date.- Returns:
- the warehouse update date
-
setUpdateDate
Sets the warehouse update date.- Parameters:
updateDate- the warehouse update date
-
getType
Returns the warehouse type id.- Returns:
- the type id
- See Also:
-
setType
Sets the warehouse type id.- Parameters:
type- the type id- See Also:
-
getState
Returns the warehouse state id.- Returns:
- the state id
- See Also:
-
setState
Sets the warehouse state id.- Parameters:
state- the state id- See Also:
-
getCode
Returns the warehouse code.- Returns:
- the warehouse code
-
setCode
Sets the warehouse code.- Parameters:
code- the warehouse code
-
getDescription
Returns the warehouse description.- Returns:
- the warehouse description
-
setDescription
Sets the warehouse description.- Parameters:
description- the warehouse description
-
getTrackingMode
Returns the tracking mode id.- Returns:
- the tracking mode id
- See Also:
-
setTrackingMode
Sets the tracking mode id.- Parameters:
trackingMode- the tracking mode id- See Also:
-
getPosition
Returns the warehouse position.- Returns:
- the warehouse position
-
setPosition
Sets the warehouse position.- Parameters:
position- the warehouse position
-
isCentral
public boolean isCentral()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.CENTRAL- Returns:
- true if is the warehouse is central, false otherwise
-
isMobile
public boolean isMobile()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.MOBILE- Returns:
- true if is the warehouse is mobile, false otherwise
-