Package org.n52.series.db.beans
Interface HibernateRelations.HasPlatform
-
- All Known Subinterfaces:
AbstractDatastreamEntity,HibernateRelations.HasThing
- All Known Implementing Classes:
AbstractDatasetEntity,DatasetAggregationEntity,DatasetEntity,HistoricalLocationEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasPlatform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PlatformEntitygetPlatform()default booleanhasPlatform()voidsetPlatform(PlatformEntity platform)
-
-
-
Method Detail
-
getPlatform
PlatformEntity getPlatform()
-
setPlatform
void setPlatform(PlatformEntity platform)
-
hasPlatform
default boolean hasPlatform()
-
-