Class Site
java.lang.Object
net.adambruce.dsn.now.model.config.Site
DSN ground station information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe dishes located at this ground stationthe friendly name of the ground stationthe latitude of the ground stationthe longitude of the ground stationgetName()the name of the ground stationinthashCode()voidthe dishes located at this ground stationvoidsetFriendlyName(String friendlyName) the friendly name of the ground stationvoidsetLatitude(Double latitude) the latitude of the ground stationvoidsetLongitude(Double longitude) the longitude of the ground stationvoidthe name of the ground stationtoString()
-
Constructor Details
-
Site
public Site()
-
-
Method Details
-
getName
-
getFriendlyName
the friendly name of the ground station- Returns:
- the friendly name of the ground station
-
getLongitude
the longitude of the ground station- Returns:
- the longitude of the ground station
-
getLatitude
the latitude of the ground station- Returns:
- the latitude of the ground station
-
getDishes
-
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
-
setLongitude
the longitude of the ground station- Parameters:
longitude- the longitude of the ground station
-
setLatitude
the latitude of the ground station- Parameters:
latitude- the latitude of the ground station
-
equals
-
hashCode
-
toString
-
setDishes
-