Class WarehousePosition
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.position.WarehousePosition
- All Implemented Interfaces:
Serializable
Class that defines the
BOWarehouse position.- Since:
- 13.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DateReturns the detection date.Returns the detection date central.final DoubleReturns the latitude.final DoubleReturns the longitude.booleanisValid()Checks if is valid.final voidsetDetectionDate(Date detectionDate) Sets the detection date.voidsetDetectionDateCentral(Date detectionDateCentral) Sets the detection date central.final voidsetLatitude(Double latitude) Sets the latitude.final voidsetLongitude(Double longitude) Sets the longitude.
-
Constructor Details
-
WarehousePosition
public WarehousePosition()
-
-
Method Details
-
getLatitude
Returns the latitude.- Returns:
- the latitude
-
setLatitude
Sets the latitude.- Parameters:
latitude- the latitude
-
getLongitude
Returns the longitude.- Returns:
- the longitude
-
setLongitude
Sets the longitude.- Parameters:
longitude- the longitude
-
getDetectionDate
Returns the detection date.- Returns:
- the detection date
-
setDetectionDate
Sets the detection date.- Parameters:
detectionDate- the detection date
-
isValid
public boolean isValid()Checks if is valid.- Returns:
- true, if successful
-
getDetectionDateCentral
Returns the detection date central.- Returns:
- the detection date central
-
setDetectionDateCentral
Sets the detection date central.- Parameters:
detectionDateCentral- the detection date central
-