Interface HiberanteEReportingRelations.HasStation
-
- All Known Implementing Classes:
EReportingSamplingPointEntity
- Enclosing interface:
- HiberanteEReportingRelations
public static interface HiberanteEReportingRelations.HasStationInterface for AQD EReporting Station elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description EReportingStationEntitygetStation()default booleanisSetStation()HiberanteEReportingRelations.HasStationsetStation(EReportingStationEntity station)
-
-
-
Field Detail
-
STATION
static final String STATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStation
EReportingStationEntity getStation()
- Returns:
- the station
-
setStation
HiberanteEReportingRelations.HasStation setStation(EReportingStationEntity station)
- Parameters:
station- the station to set- Returns:
- this
-
isSetStation
default boolean isSetStation()
- Returns:
true, if station is not null
-
-