Package org.n52.series.db.beans.sta
Interface StaRelations.HasParty<T>
-
- All Known Implementing Classes:
AbstractDatasetEntity,DatasetAggregationEntity,DatasetEntity,GroupEntity,PlatformEntity
- Enclosing interface:
- StaRelations
public static interface StaRelations.HasParty<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARTYstatic StringPROPERTY_PARTY
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PartyEntitygetParty()default booleanisSetParty()TsetParty(PartyEntity party)
-
-
-
Field Detail
-
PARTY
static final String PARTY
- See Also:
- Constant Field Values
-
PROPERTY_PARTY
static final String PROPERTY_PARTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParty
PartyEntity getParty()
-
setParty
T setParty(PartyEntity party)
-
isSetParty
default boolean isSetParty()
-
-