Class Station

java.lang.Object
net.adambruce.dsn.now.model.state.Station

public class Station extends Object
DSN station information.
  • Constructor Details

    • Station

      public Station()
  • 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
    • getTime

      public Instant getTime()
      the time at the ground station
      Returns:
      the time at the ground station
    • getTimeZoneOffset

      public ZoneOffset getTimeZoneOffset()
      the timezone offset relative to UTC
      Returns:
      the timezone offset relative to UTC
    • 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
    • setTimeZoneOffset

      public void setTimeZoneOffset(ZoneOffset timeZoneOffset)
      the timezone offset relative to UTC
      Parameters:
      timeZoneOffset - the timezone offset relative to UTC
    • 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
    • setTime

      public void setTime(Instant time)
      the time at the ground station
      Parameters:
      time - the time at the ground station