Package net.solarnetwork.central.domain
Class LocationRequestInfo
java.lang.Object
net.solarnetwork.central.domain.LocationRequestInfo
- All Implemented Interfaces:
Cloneable
Location request information.
- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get the features.net.solarnetwork.domain.LocationGet the location.Get the location ID.Get the source ID.voidsetFeatures(Set<String> features) Set the features.voidsetLocation(net.solarnetwork.domain.Location location) Set the location.voidsetLocationId(Long locationId) Set the location ID.voidsetSourceId(String sourceId) Set the source ID.
-
Constructor Details
-
LocationRequestInfo
public LocationRequestInfo()
-
-
Method Details
-
clone
-
getLocationId
Get the location ID.- Returns:
- the locationId
-
setLocationId
Set the location ID.- Parameters:
locationId- the locationId to set
-
getLocation
public net.solarnetwork.domain.Location getLocation()Get the location.- Returns:
- the location
-
setLocation
public void setLocation(net.solarnetwork.domain.Location location) Set the location.- Parameters:
location- the location to set
-
getSourceId
Get the source ID.- Returns:
- the sourceId
-
setSourceId
Set the source ID.- Parameters:
sourceId- the sourceId to set
-
getFeatures
Get the features.- Returns:
- the features
-
setFeatures
Set the features.- Parameters:
features- the features to set
-