Class Station
java.lang.Object
net.adambruce.dsn.now.model.state.Station
DSN station information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe friendly name of the ground stationgetName()the name of the ground stationgetTime()the time at the ground stationthe timezone offset relative to UTCinthashCode()voidsetFriendlyName(String friendlyName) the friendly name of the ground stationvoidthe name of the ground stationvoidthe time at the ground stationvoidsetTimeZoneOffset(ZoneOffset timeZoneOffset) the timezone offset relative to UTCtoString()
-
Constructor Details
-
Station
public Station()
-
-
Method Details
-
getName
-
getFriendlyName
the friendly name of the ground station- Returns:
- the friendly name of the ground station
-
getTime
-
getTimeZoneOffset
the timezone offset relative to UTC- Returns:
- the timezone offset relative to UTC
-
setName
the name of the ground station- Parameters:
name- the name of the ground station
-
setFriendlyName
the friendly name of the ground station- Parameters:
friendlyName- the friendly name of the ground station
-
setTimeZoneOffset
the timezone offset relative to UTC- Parameters:
timeZoneOffset- the timezone offset relative to UTC
-
equals
-
hashCode
-
toString
-
setTime
the time at the ground station- Parameters:
time- the time at the ground station
-