Class AtlDatenverteilerKommunikationsZustand
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.attribute.AtlDatenverteilerKommunikationsZustand
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlDatenverteilerKommunikationsZustand extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Kommunikationszustand einer Datenverteilerverbindung.
-
-
Constructor Summary
Constructors Constructor Description AtlDatenverteilerKommunikationsZustand()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlDatenverteilerKommunikationsZustand
clone()
java.lang.String
getAdresse()
Attribut zur Speicherung eines Textes.Datenverteiler
getDatenverteiler()
Attribut zur Referenzierung des Objekttyps: typ.datenverteiler (Optionale Referenzierung erlaubt).java.lang.String
getMeldung()
Attribut zur Speicherung eines Textes.AttDatenverteilerKommunikationsZustand
getZustand()
Kommunikationszustand der Kommunikation mit einem anderen Datenverteiler.void
setAdresse(java.lang.String _adresse)
Attribut zur Speicherung eines Textes.void
setDatenverteiler(Datenverteiler _datenverteiler)
Attribut zur Referenzierung des Objekttyps: typ.datenverteiler (Optionale Referenzierung erlaubt).void
setMeldung(java.lang.String _meldung)
Attribut zur Speicherung eines Textes.void
setZustand(AttDatenverteilerKommunikationsZustand _zustand)
Kommunikationszustand der Kommunikation mit einem anderen Datenverteiler.java.lang.String
toString()
-
-
-
Method Detail
-
getDatenverteiler
public Datenverteiler getDatenverteiler()
Attribut zur Referenzierung des Objekttyps: typ.datenverteiler (Optionale Referenzierung erlaubt).- Returns:
- der Wert von Datenverteiler.
-
setDatenverteiler
public void setDatenverteiler(Datenverteiler _datenverteiler)
Attribut zur Referenzierung des Objekttyps: typ.datenverteiler (Optionale Referenzierung erlaubt).- Parameters:
_datenverteiler
- der neue Wert von Datenverteiler.
-
getAdresse
public java.lang.String getAdresse()
Attribut zur Speicherung eines Textes.- Returns:
- der Wert von Adresse.
-
setAdresse
public void setAdresse(java.lang.String _adresse)
Attribut zur Speicherung eines Textes.- Parameters:
_adresse
- der neue Wert von Adresse.
-
getZustand
public AttDatenverteilerKommunikationsZustand getZustand()
Kommunikationszustand der Kommunikation mit einem anderen Datenverteiler.- Returns:
- der Wert von Zustand.
-
setZustand
public void setZustand(AttDatenverteilerKommunikationsZustand _zustand)
Kommunikationszustand der Kommunikation mit einem anderen Datenverteiler.- Parameters:
_zustand
- der neue Wert von Zustand.
-
getMeldung
public java.lang.String getMeldung()
Attribut zur Speicherung eines Textes.- Returns:
- der Wert von Meldung.
-
setMeldung
public void setMeldung(java.lang.String _meldung)
Attribut zur Speicherung eines Textes.- Parameters:
_meldung
- der neue Wert von Meldung.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlDatenverteilerKommunikationsZustand clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-