Interface SourceLocation

All Superinterfaces:
Filter
All Known Implementing Classes:
SourceLocationFilter

public interface SourceLocation extends Filter
A filter for locations based on a specific source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a specific ID to find.
    A location filter.
    Get the source name.

    Methods inherited from interface net.solarnetwork.central.domain.Filter

    getFilter
  • Method Details

    • getId

      Long getId()
      Get a specific ID to find.
      Returns:
      the ID
    • getSource

      String getSource()
      Get the source name.
      Returns:
      the source name
    • getLocation

      Location getLocation()
      A location filter.
      Returns:
      the location filter