Package com.qfs.repository
Interface IPivotPointValue
- All Superinterfaces:
IPointValue
- All Known Implementing Classes:
EnrichedPointValue
A point value whose coordinates are related to a specific
IActivePivot
.- Author:
- ActiveViam
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.qfs.repository.persistence.model.IPointValue
IPointValue.IKey
-
Field Summary
Fields inherited from interface com.qfs.repository.persistence.model.IPointValue
NO_ID
-
Method Summary
Methods inherited from interface com.qfs.repository.persistence.model.IPointValue
getActivation, getCoordinates, getCreatedAt, getDeletedAt, getExpiration, getId, getKey, getName, getProperties, getValue, isPending
-
Method Details
-
getPivotId
String getPivotId()Get the id of theIActivePivot
this point value is made for.- Returns:
- the id of the
IActivePivot
-