Lastgangkompakt

public interface Lastgangkompakt implements Geschaeftsobjekt

Modell zur Abbildung eines kompakten Lastganges. In diesem Modell werden die Messwerte in Form von Tagesvektoren mit fester Anzahl von Werten übertragen. Daher ist dieses BO nur zur Übertragung von äquidistanten Messwertverläufen geeignet.

veröffentlicht am 07. Oktober 2020

See also

Functions

getBoTyp
Link copied to clipboard
abstract BOTyp getBoTyp()
getExterneReferenzen
Link copied to clipboard
abstract Set<ExterneReferenzgetExterneReferenzen()
getLokationsId
Link copied to clipboard
abstract String getLokationsId()
getLokationstyp
Link copied to clipboard
abstract Lokationstyp getLokationstyp()
getMessgroesse
Link copied to clipboard
abstract Mengeneinheit getMessgroesse()
getObiskennzahl
Link copied to clipboard
abstract String getObiskennzahl()
getSparte
Link copied to clipboard
abstract Sparte getSparte()
getTagesvektoren
Link copied to clipboard
abstract List<TagesvektorgetTagesvektoren()
getVersion
Link copied to clipboard
abstract String getVersion()
getVersionStruktur
Link copied to clipboard
abstract Integer getVersionStruktur()
getZeitintervall
Link copied to clipboard
abstract Zeitintervall getZeitintervall()

Inheritors

LastgangkompaktImpl
Link copied to clipboard