Class Site

java.lang.Object
net.adambruce.dsn.now.model.config.Site

public class Site extends Object
DSN ground station information.
  • Constructor Details

    • Site

      public Site()
  • Method Details

    • getName

      public String getName()
      the name of the ground station
      Returns:
      the name of the ground station
    • getFriendlyName

      public String getFriendlyName()
      the friendly name of the ground station
      Returns:
      the friendly name of the ground station
    • getLongitude

      public Double getLongitude()
      the longitude of the ground station
      Returns:
      the longitude of the ground station
    • getLatitude

      public Double getLatitude()
      the latitude of the ground station
      Returns:
      the latitude of the ground station
    • getDishes

      public List<Dish> getDishes()
      the dishes located at this ground station
      Returns:
      the dishes located at this ground station
    • setName

      public void setName(String name)
      the name of the ground station
      Parameters:
      name - the name of the ground station
    • setFriendlyName

      public void setFriendlyName(String friendlyName)
      the friendly name of the ground station
      Parameters:
      friendlyName - the friendly name of the ground station
    • setLongitude

      public void setLongitude(Double longitude)
      the longitude of the ground station
      Parameters:
      longitude - the longitude of the ground station
    • setLatitude

      public void setLatitude(Double latitude)
      the latitude of the ground station
      Parameters:
      latitude - the latitude of the ground station
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setDishes

      public void setDishes(List<Dish> dishes)
      the dishes located at this ground station
      Parameters:
      dishes - the dishes located at this ground station