Interface TemporalTariff

All Superinterfaces:
Tariff
All Known Implementing Classes:
SimpleTemporalTariff

public interface TemporalTariff extends Tariff
A tariff associated with a date.
Since:
1.71
Version:
1.0
Author:
matt
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.solarnetwork.domain.tariff.Tariff

    Tariff.Rate
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a date associated with this tariff.
    Get a time associated with this tariff.

    Methods inherited from interface net.solarnetwork.domain.tariff.Tariff

    getRates, toTemporalTariff
  • Method Details

    • getDate

      LocalDate getDate()
      Get a date associated with this tariff.
      Returns:
      the date, or null
    • getTime

      LocalTime getTime()
      Get a time associated with this tariff.
      Returns:
      the time, or null