Class InventoryCoordMapInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.position.InventoryCoordMapInput
- All Implemented Interfaces:
Serializable
Object used as input for warehouse position panel
InventoryCoordMap.- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the latitude.Returns the longitude.voidsetLatitude(Double latitude) Sets the latitude.voidsetLongitude(Double longitude) Sets the longitude.
-
Constructor Details
-
InventoryCoordMapInput
public InventoryCoordMapInput()
-
-
Method Details
-
getLongitude
Returns the longitude.- Returns:
- the longitude
-
setLongitude
Sets the longitude.- Parameters:
longitude- the longitude
-
getLatitude
Returns the latitude.- Returns:
- the latitude
-
setLatitude
Sets the latitude.- Parameters:
latitude- the latitude
-