Class AtlTlsSysKonfigurationsTabellenZeile

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlTlsSysKonfigurationsTabellenZeile
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Einzelinformationen zur Konfigurationstabelle.

    • Constructor Detail

      • AtlTlsSysKonfigurationsTabellenZeile

        public AtlTlsSysKonfigurationsTabellenZeile()
    • Method Detail

      • getOSI2Adresse

        public AttTlsByte getOSI2Adresse()
        TLS-Byte (0-255).

        Returns:
        der Wert von OSI2Adresse.
      • setOSI2Adresse

        public void setOSI2Adresse​(AttTlsByte _oSI2Adresse)
        TLS-Byte (0-255).

        Parameters:
        _oSI2Adresse - der neue Wert von OSI2Adresse.
      • getKanal

        public AttTlsByte getKanal()
        TLS-Byte (0-255).

        Returns:
        der Wert von Kanal.
      • setKanal

        public void setKanal​(AttTlsByte _kanal)
        TLS-Byte (0-255).

        Parameters:
        _kanal - der neue Wert von Kanal.
      • getFG

        public AttTlsByte getFG()
        TLS-Byte (0-255).

        Returns:
        der Wert von FG.
      • setFG

        public void setFG​(AttTlsByte _fG)
        TLS-Byte (0-255).

        Parameters:
        _fG - der neue Wert von FG.
      • getDE

        public AttTlsByte getDE()
        TLS-Byte (0-255).

        Returns:
        der Wert von DE.
      • setDE

        public void setDE​(AttTlsByte _dE)
        TLS-Byte (0-255).

        Parameters:
        _dE - der neue Wert von DE.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.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 interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlTlsSysKonfigurationsTabellenZeile clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object