java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.position.WarehousePosition
All Implemented Interfaces:
Serializable

public class WarehousePosition extends Object implements Serializable
Class that defines the BOWarehouse position.
Since:
13.0
See Also:
  • Constructor Details

    • WarehousePosition

      public WarehousePosition()
  • Method Details

    • getLatitude

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

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

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

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

      public final Date getDetectionDate()
      Returns the detection date.
      Returns:
      the detection date
    • setDetectionDate

      public final void setDetectionDate(Date detectionDate)
      Sets the detection date.
      Parameters:
      detectionDate - the detection date
    • isValid

      public boolean isValid()
      Checks if is valid.
      Returns:
      true, if successful
    • getDetectionDateCentral

      public Date getDetectionDateCentral()
      Returns the detection date central.
      Returns:
      the detection date central
    • setDetectionDateCentral

      public void setDetectionDateCentral(Date detectionDateCentral)
      Sets the detection date central.
      Parameters:
      detectionDateCentral - the detection date central