Package org.n52.series.db.beans.sta
Interface StaRelations.HasHistoricalLocations<T>
-
- All Known Implementing Classes:
LocationEntity
- Enclosing interface:
- StaRelations
public static interface StaRelations.HasHistoricalLocations<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_HISTORICAL_LOCATIONS
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TaddHistoricalLocation(HistoricalLocationEntity historicalLocation)Set<HistoricalLocationEntity>getHistoricalLocations()default booleanhasHistoricalLocations()TsetHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations)
-
-
-
Field Detail
-
PROPERTY_HISTORICAL_LOCATIONS
static final String PROPERTY_HISTORICAL_LOCATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setHistoricalLocations
T setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations)
-
getHistoricalLocations
Set<HistoricalLocationEntity> getHistoricalLocations()
-
addHistoricalLocation
default T addHistoricalLocation(HistoricalLocationEntity historicalLocation)
-
hasHistoricalLocations
default boolean hasHistoricalLocations()
-
-