Class BOMobileWarehouse
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.BOWarehouse
overit.geocallapp.wfm.inventory.bl.warehouse.mobile.BOMobileWarehouse
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a mobile 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 TypeMethodDescriptionReturns the id of the mobile warehouse address.Returns the id of the mobile warehouse scheduling user.booleanChecks if the warehouse is a warehouse ofBOWarehouseType.Values.CENTRALbooleanisMobile()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.MOBILEvoidsetAddress(Long address) Sets the id of the mobile warehouse address.voidsetSchedulingUser(Long schedulingUser) Sets the id of the mobile warehouse scheduling user.Methods inherited from class overit.geocallapp.wfm.inventory.bl.warehouse.BOWarehouse
getCode, getDescription, getId, getInsertDate, getInsertUser, getPosition, getState, getTrackingMode, getType, getUpdateDate, getUpdateUser, setCode, setDescription, setId, setInsertDate, setInsertUser, setPosition, setState, setTrackingMode, setType, setUpdateDate, setUpdateUserMethods 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
-
BOMobileWarehouse
public BOMobileWarehouse()
-
-
Method Details
-
getSchedulingUser
Returns the id of the mobile warehouse scheduling user.- Returns:
- the scheduling user id
- See Also:
-
setSchedulingUser
Sets the id of the mobile warehouse scheduling user.- Parameters:
schedulingUser- the scheduling user id- See Also:
-
getAddress
Returns the id of the mobile warehouse address.- Returns:
- the address id
- See Also:
-
setAddress
Sets the id of the mobile warehouse address.- Parameters:
address- the address id- See Also:
-
isCentral
public boolean isCentral()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.CENTRAL- Overrides:
isCentralin classBOWarehouse- Returns:
- false
-
isMobile
public boolean isMobile()Checks if the warehouse is a warehouse ofBOWarehouseType.Values.MOBILE- Overrides:
isMobilein classBOWarehouse- Returns:
- true
-