Class BOVehicle

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.vehicles.bl.BOVehicle
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOVehicle extends DynO
Business Object representing a Vehicle.
It represents the details about the vehicle.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOVehicle

      public BOVehicle()
  • Method Details

    • getId

      public Long getId()
      Returns the vehicle id.
      Returns:
      the vehicle id
    • setId

      public void setId(Long id)
      Sets the vehicle id.
      Parameters:
      id - the vehicle id
    • getCode

      public String getCode()
      Returns the vehicle's code.
      Returns:
      the vehicle's code
    • setCode

      public void setCode(String code)
      Sets the vehicle's code.
      Parameters:
      code - the vehicle's code
    • getDescription

      public String getDescription()
      Returns the vehicle's description.
      Returns:
      the vehicle's description
    • setDescription

      public void setDescription(String description)
      Sets the vehicle's description.
      Parameters:
      description - the vehicle's description
    • getStartDate

      public Date getStartDate()
      Returns the vehicle's start date.
      Returns:
      the vehicle's start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the vehicle's start date.
      Parameters:
      startDate - the vehicle's start date
    • getEndDate

      public Date getEndDate()
      Returns the vehicle's end date.
      Returns:
      the vehicle's end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the vehicle's end date.
      Parameters:
      endDate - the vehicle's end date
    • getOrder

      public Long getOrder()
      Returns the order of the vehicle.
      Returns:
      the order of the vehicle
    • setOrder

      public void setOrder(Long order)
      Sets the order of the vehicle.
      Parameters:
      order - the order of the vehicle
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center associated to the vehicle.
      Returns:
      the operation center associated to the vehicle
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center associated to the vehicle.
      Parameters:
      operationCenter - the operation center associated to the vehicle