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
Business Object representing a Vehicle.
It represents the details about the vehicle.
It represents the details about the vehicle.
- Since:
- 16.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 vehicle's code.Returns the vehicle's description.Returns the vehicle's end date.getId()Returns the vehicle id.Returns the operation center associated to the vehicle.getOrder()Returns the order of the vehicle.Returns the vehicle's start date.voidSets the vehicle's code.voidsetDescription(String description) Sets the vehicle's description.voidsetEndDate(Date endDate) Sets the vehicle's end date.voidSets the vehicle id.voidsetOperationCenter(Long operationCenter) Sets the operation center associated to the vehicle.voidSets the order of the vehicle.voidsetStartDate(Date startDate) Sets the vehicle's start date.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
-
BOVehicle
public BOVehicle()
-
-
Method Details
-
getId
Returns the vehicle id.- Returns:
- the vehicle id
-
setId
Sets the vehicle id.- Parameters:
id- the vehicle id
-
getCode
Returns the vehicle's code.- Returns:
- the vehicle's code
-
setCode
Sets the vehicle's code.- Parameters:
code- the vehicle's code
-
getDescription
Returns the vehicle's description.- Returns:
- the vehicle's description
-
setDescription
Sets the vehicle's description.- Parameters:
description- the vehicle's description
-
getStartDate
Returns the vehicle's start date.- Returns:
- the vehicle's start date
-
setStartDate
Sets the vehicle's start date.- Parameters:
startDate- the vehicle's start date
-
getEndDate
Returns the vehicle's end date.- Returns:
- the vehicle's end date
-
setEndDate
Sets the vehicle's end date.- Parameters:
endDate- the vehicle's end date
-
getOrder
Returns the order of the vehicle.- Returns:
- the order of the vehicle
-
setOrder
Sets the order of the vehicle.- Parameters:
order- the order of the vehicle
-
getOperationCenter
Returns the operation center associated to the vehicle.- Returns:
- the operation center associated to the vehicle
-
setOperationCenter
Sets the operation center associated to the vehicle.- Parameters:
operationCenter- the operation center associated to the vehicle
-