Package org.n52.series.db.beans
Interface HibernateRelations.HasNetwork
-
- All Known Implementing Classes:
PlatformEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasNetworkInterface for AQD EReporting Network elements
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_NETWORK
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NetworkEntitygetNetwork()default booleanisSetNetwork()HibernateRelations.HasNetworksetNetwork(NetworkEntity network)
-
-
-
Field Detail
-
PROPERTY_NETWORK
static final String PROPERTY_NETWORK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNetwork
NetworkEntity getNetwork()
- Returns:
- the network
-
setNetwork
HibernateRelations.HasNetwork setNetwork(NetworkEntity network)
- Parameters:
network- the network to set- Returns:
- this
-
isSetNetwork
default boolean isSetNetwork()
- Returns:
true, if network is not null
-
-