Interface HiberanteEReportingRelations.HasNetwork
-
- All Known Implementing Classes:
EReportingSamplingPointEntity
- Enclosing interface:
- HiberanteEReportingRelations
public static interface HiberanteEReportingRelations.HasNetworkInterface for AQD EReporting Network elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description EReportingNetworkEntitygetNetwork()default booleanisSetNetwork()HiberanteEReportingRelations.HasNetworksetNetwork(EReportingNetworkEntity network)
-
-
-
Field Detail
-
NETWORK
static final String NETWORK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNetwork
EReportingNetworkEntity getNetwork()
- Returns:
- the network
-
setNetwork
HiberanteEReportingRelations.HasNetwork setNetwork(EReportingNetworkEntity network)
- Parameters:
network- the network to set- Returns:
- this
-
isSetNetwork
default boolean isSetNetwork()
- Returns:
true, if network is not null
-
-