Class PriceLocation
java.lang.Object
net.solarnetwork.node.domain.datum.SimpleDatumLocation
net.solarnetwork.node.domain.datum.PriceLocation
- All Implemented Interfaces:
DatumLocation
Information about a specific price location.
- Version:
- 1.1
- Author:
- matt
-
Field Summary
Fields inherited from interface net.solarnetwork.node.domain.datum.DatumLocation
DAY_TYPE, PRICE_TYPE, WEATHER_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the currency symbol.getUnit()Get the unit.voidsetCurrency(String currency) Set the currency symbol.voidSet the unit.toString()Methods inherited from class net.solarnetwork.node.domain.datum.SimpleDatumLocation
getLocationId, getLocationName, getMetadata, getSourceId, getSourceMetadata, getSourceName, setLocationId, setLocationName, setSourceId, setSourceMetadata, setSourceName
-
Constructor Details
-
PriceLocation
public PriceLocation()Default constructor.
-
-
Method Details