Package org.n52.series.db.beans
Interface HibernateRelations.HasThing
-
- All Superinterfaces:
HibernateRelations.HasPlatform
- All Known Subinterfaces:
AbstractDatastreamEntity
- All Known Implementing Classes:
AbstractDatasetEntity,DatasetAggregationEntity,DatasetEntity,HistoricalLocationEntity
- Enclosing interface:
- HibernateRelations
@Deprecated public static interface HibernateRelations.HasThing extends HibernateRelations.HasPlatform
Deprecated.
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default PlatformEntitygetThing()Deprecated.default booleanhasThing()Deprecated.default voidsetThing(PlatformEntity thing)Deprecated.-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasPlatform
getPlatform, hasPlatform, setPlatform
-
-
-
-
Method Detail
-
getThing
default PlatformEntity getThing()
Deprecated.
-
setThing
default void setThing(PlatformEntity thing)
Deprecated.
-
hasThing
default boolean hasThing()
Deprecated.
-
-