Class AtlTlsSysOSI3AdressPaar

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

    public class AtlTlsSysOSI3AdressPaar
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Adresspaar für das OSI-3-Routing. Reihenfolge der Adressen ist immer von Streckenstation zur Unterzentrale (nach "oben").

    • 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)  
      AtlTlsSysOSI3AdressPaar clone()  
      AttTlsByte getAdresse1()
      TLS-Byte (0-255).
      AttTlsByte getAdresse2()
      TLS-Byte (0-255).
      void setAdresse1​(AttTlsByte _adresse1)
      TLS-Byte (0-255).
      void setAdresse2​(AttTlsByte _adresse2)
      TLS-Byte (0-255).
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtlTlsSysOSI3AdressPaar

        public AtlTlsSysOSI3AdressPaar()
    • Method Detail

      • getAdresse1

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

        Returns:
        der Wert von Adresse1.
      • setAdresse1

        public void setAdresse1​(AttTlsByte _adresse1)
        TLS-Byte (0-255).

        Parameters:
        _adresse1 - der neue Wert von Adresse1.
      • getAdresse2

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

        Returns:
        der Wert von Adresse2.
      • setAdresse2

        public void setAdresse2​(AttTlsByte _adresse2)
        TLS-Byte (0-255).

        Parameters:
        _adresse2 - der neue Wert von Adresse2.
      • 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 AtlTlsSysOSI3AdressPaar 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