Class VbaEventImpl
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlevent.objekte.impl.VbaEventImpl
-
- All Implemented Interfaces:
FlexiblesKonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,VbaEvent
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
public class VbaEventImpl extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt implements VbaEvent
Typ aus dem alle Eventtypen der VBA abgeleitet werden sollen.
-
-
Constructor Summary
Constructors Constructor Description VbaEventImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.VbaEventImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.
-
Method Summary
Modifier and Type Method Description int
compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
protected java.lang.String
doGetTypPid()
boolean
equals(java.lang.Object arg0)
long
getId()
KdAlternativeObjektbezeichnung
getKdAlternativeObjektbezeichnung()
Verwaltet bis zu zehn alternative Bezeichnungen.KdDefaultParameterdatensaetze
getKdDefaultParameterdatensaetze()
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.KdInfo
getKdInfo()
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.KdVbaEventEigenschaften
getKdVbaEventEigenschaften()
Eigenschaften eines Events.de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich
getKonfigurationsBereich()
java.lang.String
getName()
de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory
getObjektFactory()
OdFlexiblesObjektOnline
getOdFlexiblesObjektOnline()
Attributgruppe, um Konfigurationsobjekten im Nachhinein zusätzliche Online-Attribute geben zu können.OdVbaEventZustand
getOdVbaEventZustand()
Kennzeichnet den aktuellen Zustand des Events.PdFlexiblesObjektParameter
getPdFlexiblesObjektParameter()
Attributgruppe, um Konfigurationsobjekten im Nachhinein zusätzliche Eigenschaften geben zu können.PdVbaEventKlassenParameter
getPdVbaEventKlassenParameter()
beschreibt die Klassen, in die ein Event entsprechend des Gefahrenpotenzials eingeteilt werden kann.PdVbaEventParameter
getPdVbaEventParameter()
Kennzeichnet Parameter des Events.java.lang.String
getPid()
de.bsvrz.dav.daf.main.config.SystemObject
getSystemObject()
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
getTyp()
int
hashCode()
void
init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
java.lang.String
toString()
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
getDatensatz
-
-
-
-
Constructor Detail
-
VbaEventImpl
public VbaEventImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
VbaEventImpl
public VbaEventImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.- Parameters:
objekt
- ein beliebiges Systemobjekt.factory
- die Fabrik, die das Systemobjekt angelegt hat.
-
-
Method Detail
-
doGetTypPid
protected java.lang.String doGetTypPid()
-
getPdFlexiblesObjektParameter
public PdFlexiblesObjektParameter getPdFlexiblesObjektParameter()
Description copied from interface:VbaEvent
Attributgruppe, um Konfigurationsobjekten im Nachhinein zusätzliche Eigenschaften geben zu können.- Specified by:
getPdFlexiblesObjektParameter
in interfaceFlexiblesKonfigurationsObjekt
- Specified by:
getPdFlexiblesObjektParameter
in interfaceVbaEvent
- Returns:
- der Datensatz FlexiblesObjektParameter.
-
getOdVbaEventZustand
public OdVbaEventZustand getOdVbaEventZustand()
Description copied from interface:VbaEvent
Kennzeichnet den aktuellen Zustand des Events.- Specified by:
getOdVbaEventZustand
in interfaceVbaEvent
- Returns:
- der Datensatz VbaEventZustand.
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:VbaEvent
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceFlexiblesKonfigurationsObjekt
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceVbaEvent
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getPdVbaEventParameter
public PdVbaEventParameter getPdVbaEventParameter()
Description copied from interface:VbaEvent
Kennzeichnet Parameter des Events.- Specified by:
getPdVbaEventParameter
in interfaceVbaEvent
- Returns:
- der Datensatz VbaEventParameter.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:VbaEvent
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceFlexiblesKonfigurationsObjekt
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Specified by:
getKdInfo
in interfaceVbaEvent
- Returns:
- der Datensatz Info.
-
getKdVbaEventEigenschaften
public KdVbaEventEigenschaften getKdVbaEventEigenschaften()
Description copied from interface:VbaEvent
Eigenschaften eines Events.- Specified by:
getKdVbaEventEigenschaften
in interfaceVbaEvent
- Returns:
- der Datensatz VbaEventEigenschaften.
-
getOdFlexiblesObjektOnline
public OdFlexiblesObjektOnline getOdFlexiblesObjektOnline()
Description copied from interface:VbaEvent
Attributgruppe, um Konfigurationsobjekten im Nachhinein zusätzliche Online-Attribute geben zu können.- Specified by:
getOdFlexiblesObjektOnline
in interfaceFlexiblesKonfigurationsObjekt
- Specified by:
getOdFlexiblesObjektOnline
in interfaceVbaEvent
- Returns:
- der Datensatz FlexiblesObjektOnline.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:VbaEvent
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceFlexiblesKonfigurationsObjekt
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceVbaEvent
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getPdVbaEventKlassenParameter
public PdVbaEventKlassenParameter getPdVbaEventKlassenParameter()
Description copied from interface:VbaEvent
beschreibt die Klassen, in die ein Event entsprechend des Gefahrenpotenzials eingeteilt werden kann.- Specified by:
getPdVbaEventKlassenParameter
in interfaceVbaEvent
- Returns:
- der Datensatz VbaEventKlassenParameter.
-
init
public void init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
-
getObjektFactory
public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
-
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getId
public long getId()
- Specified by:
getId
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getPid
public java.lang.String getPid()
- Specified by:
getPid
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getTyp
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
- Specified by:
getTyp
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getKonfigurationsBereich
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
- Specified by:
getKonfigurationsBereich
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getSystemObject
public de.bsvrz.dav.daf.main.config.SystemObject getSystemObject()
- Specified by:
getSystemObject
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
- Specified by:
compareTo
in interfacejava.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
-
-