Package org.n52.series.db.beans.sta
Interface StaRelations.HasLicense<T>
-
- All Known Implementing Classes:
AbstractDatasetEntity,DatasetAggregationEntity,DatasetEntity,GroupEntity
- Enclosing interface:
- StaRelations
public static interface StaRelations.HasLicense<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringLICENSEstatic StringPROPERTY_LICENSE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LicenseEntitygetLicense()default booleanisSetLicense()TsetLicense(LicenseEntity license)
-
-
-
Field Detail
-
LICENSE
static final String LICENSE
- See Also:
- Constant Field Values
-
PROPERTY_LICENSE
static final String PROPERTY_LICENSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLicense
LicenseEntity getLicense()
-
setLicense
T setLicense(LicenseEntity license)
-
isSetLicense
default boolean isSetLicense()
-
-