Package org.n52.series.db.beans.sta
Interface StaRelations.HasPlatforms<T>
-
- All Known Implementing Classes:
LocationEntity,PartyEntity
- Enclosing interface:
- StaRelations
public static interface StaRelations.HasPlatforms<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLATFORMSstatic StringPROPERTY_PLATFORMS
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Set<PlatformEntity>getPlatforms()default booleanhasPlatforms()TsetPlatforms(Set<PlatformEntity> platforms)
-
-
-
Field Detail
-
PLATFORMS
static final String PLATFORMS
- See Also:
- Constant Field Values
-
PROPERTY_PLATFORMS
static final String PROPERTY_PLATFORMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPlatforms
Set<PlatformEntity> getPlatforms()
-
setPlatforms
T setPlatforms(Set<PlatformEntity> platforms)
-
hasPlatforms
default boolean hasPlatforms()
-
-