Class DirigentAktorTlsUngueltig
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.BaseUngueltigesSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmanzeigenglobalzwischenschichttls.objekte.impl.DirigentAktorTlsUngueltig
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,DirigentAktor
,DirigentAktorTls
,de.bsvrz.sys.funclib.bitctrl.modell.UngueltigesSystemObjekt
public class DirigentAktorTlsUngueltig extends de.bsvrz.sys.funclib.bitctrl.modell.impl.BaseUngueltigesSystemObjekt implements DirigentAktorTls
Aktor eines Dirigenten für TLS-Kommunikation (KExTls).
-
-
Field Summary
-
Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.tmanzeigenglobalzwischenschichttls.objekte.DirigentAktorTls
PID
-
-
Constructor Summary
Constructors Constructor Description DirigentAktorTlsUngueltig()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.DirigentAktorTlsUngueltig(long id)
Initialisierung.
-
Method Summary
Modifier and Type Method Description KdAlternativeObjektbezeichnung
getKdAlternativeObjektbezeichnung()
Verwaltet bis zu zehn alternative Bezeichnungen.KdDefaultParameterdatensaetze
getKdDefaultParameterdatensaetze()
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.KdDirigentAktor
getKdDirigentAktor()
Konfigurierende Eigenschaften der Objekte des Typs.KdDirigentAktorTls
getKdDirigentAktorTls()
Konfigurierende Eigenschaften der Objekte des Typs für TLS-Kommunikation (KExTls).KdInfo
getKdInfo()
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.BaseUngueltigesSystemObjekt
getId, getKonfigurationsBereich, getName, getPid, getSystemObject, getTyp, toString
-
-
-
-
Constructor Detail
-
DirigentAktorTlsUngueltig
public DirigentAktorTlsUngueltig()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
DirigentAktorTlsUngueltig
public DirigentAktorTlsUngueltig(long id)
Initialisierung.- Parameters:
id
- die ID des Systemobjekt.
-
-
Method Detail
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:DirigentAktorTls
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceDirigentAktor
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceDirigentAktorTls
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getKdDirigentAktorTls
public KdDirigentAktorTls getKdDirigentAktorTls()
Description copied from interface:DirigentAktorTls
Konfigurierende Eigenschaften der Objekte des Typs für TLS-Kommunikation (KExTls).- Specified by:
getKdDirigentAktorTls
in interfaceDirigentAktorTls
- Returns:
- der Datensatz DirigentAktorTls.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:DirigentAktorTls
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceDirigentAktor
- Specified by:
getKdInfo
in interfaceDirigentAktorTls
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz Info.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:DirigentAktorTls
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceDirigentAktor
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceDirigentAktorTls
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getKdDirigentAktor
public KdDirigentAktor getKdDirigentAktor()
Description copied from interface:DirigentAktorTls
Konfigurierende Eigenschaften der Objekte des Typs.- Specified by:
getKdDirigentAktor
in interfaceDirigentAktor
- Specified by:
getKdDirigentAktor
in interfaceDirigentAktorTls
- Returns:
- der Datensatz DirigentAktor.
-
-