Interface Location

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
gsLocation

public interface Location
extends java.io.Serializable
Author:
hc
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Location l)  
    java.lang.String getLocationId()  
    java.lang.String toString()  
  • Method Details

    • toString

      java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getLocationId

      java.lang.String getLocationId()
      Returns:
      The unique identifier of the current location
    • equals

      boolean equals​(Location l)
      Parameters:
      l - second location to compare this to
      Returns:
      True if this and l are equals