Class InventoryCoordMapInput

java.lang.Object
overit.geocallapp.wfm.inventory.ux.position.InventoryCoordMapInput
All Implemented Interfaces:
Serializable

public class InventoryCoordMapInput extends Object implements Serializable
Object used as input for warehouse position panel InventoryCoordMap.
Since:
14.0
See Also:
  • Constructor Details

    • InventoryCoordMapInput

      public InventoryCoordMapInput()
  • Method Details

    • getLongitude

      public Double getLongitude()
      Returns the longitude.
      Returns:
      the longitude
    • setLongitude

      public void setLongitude(Double longitude)
      Sets the longitude.
      Parameters:
      longitude - the longitude
    • getLatitude

      public Double getLatitude()
      Returns the latitude.
      Returns:
      the latitude
    • setLatitude

      public void setLatitude(Double latitude)
      Sets the latitude.
      Parameters:
      latitude - the latitude