Package net.solarnetwork.domain.datum
Class GeneralLocationSourceMetadata
java.lang.Object
net.solarnetwork.domain.datum.GeneralSourceMetadata
net.solarnetwork.domain.datum.GeneralLocationSourceMetadata
Metadata about a source associated with a location.
- Version:
- 1.1
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the location.Get the location ID.voidsetLocation(Location location) Set the location.voidsetLocationId(Long locationId) Set the location ID.Methods inherited from class net.solarnetwork.domain.datum.GeneralSourceMetadata
getCreated, getMeta, getMetadata, getSourceId, getUpdated, setCreated, setM, setMeta, setPm, setSourceId, setT, setUpdated
-
Constructor Details
-
GeneralLocationSourceMetadata
public GeneralLocationSourceMetadata()
-
-
Method Details
-
getLocationId
Get the location ID.- Returns:
- the location ID
-
setLocationId
Set the location ID.- Parameters:
locationId- the location ID to set
-
getLocation
Get the location.- Returns:
- the location
-
setLocation
Set the location.- Parameters:
location- the location to set
-