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

public class BOMobileWarehouse extends BOWarehouse
Business object representing a mobile warehouse.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMobileWarehouse

      public BOMobileWarehouse()
  • Method Details

    • getSchedulingUser

      public Long getSchedulingUser()
      Returns the id of the mobile warehouse scheduling user.
      Returns:
      the scheduling user id
      See Also:
    • setSchedulingUser

      public void setSchedulingUser(Long schedulingUser)
      Sets the id of the mobile warehouse scheduling user.
      Parameters:
      schedulingUser - the scheduling user id
      See Also:
    • getAddress

      public Long getAddress()
      Returns the id of the mobile warehouse address.
      Returns:
      the address id
      See Also:
    • setAddress

      public void setAddress(Long address)
      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 of BOWarehouseType.Values.CENTRAL
      Overrides:
      isCentral in class BOWarehouse
      Returns:
      false
    • isMobile

      public boolean isMobile()
      Checks if the warehouse is a warehouse of BOWarehouseType.Values.MOBILE
      Overrides:
      isMobile in class BOWarehouse
      Returns:
      true