Class Station
java.lang.Object
gov.llnl.gnem.apps.coda.common.model.domain.Station
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
double
int
hashCode()
setLatitude
(double latitude) setLongitude
(double longitude) setNetworkName
(String networkName) setStationName
(String stationName) toString()
-
Constructor Details
-
Station
public Station()
-
-
Method Details
-
getNetworkName
-
setNetworkName
-
getLatitude
public double getLatitude() -
setLatitude
-
getLongitude
public double getLongitude() -
setLongitude
-
getStationName
-
setStationName
-
hashCode
public int hashCode() -
equals
-
toString
-