Class AtlUdaProtokoll

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

    public class AtlUdaProtokoll
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    die Beschreibung des Protokolls für die Ausführung eines Skriptlaufs.

    • Constructor Summary

      Constructors 
      Constructor Description
      AtlUdaProtokoll()  
    • 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)  
      AtlUdaProtokoll clone()  
      AttZahl getAnzahl()
      die Anzahl der Protokolldateien (z.B. bei Verwendung von Logging), wird nicht von allen Typen berücksichtigt.
      AttZahl getMaxGroesse()
      die maximale Größe der Protokollausgabe (wird nicht von allen Typen berücksichtigt).
      java.lang.String getName()
      der Name des Protokolls (z.B.
      AttUdaProtokollTyp getTyp()
      der Typ des Protokolls.
      void setAnzahl​(AttZahl _anzahl)
      die Anzahl der Protokolldateien (z.B. bei Verwendung von Logging), wird nicht von allen Typen berücksichtigt.
      void setMaxGroesse​(AttZahl _maxGroesse)
      die maximale Größe der Protokollausgabe (wird nicht von allen Typen berücksichtigt).
      void setName​(java.lang.String _name)
      der Name des Protokolls (z.B.
      void setTyp​(AttUdaProtokollTyp _typ)
      der Typ des Protokolls.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlUdaProtokoll

        public AtlUdaProtokoll()
    • Method Detail

      • getTyp

        public AttUdaProtokollTyp getTyp()
        der Typ des Protokolls.

        Returns:
        der Wert von Typ.
      • setTyp

        public void setTyp​(AttUdaProtokollTyp _typ)
        der Typ des Protokolls.

        Parameters:
        _typ - der neue Wert von Typ.
      • getName

        public java.lang.String getName()
        der Name des Protokolls (z.B. Dateiname).

        Returns:
        der Wert von Name.
      • setName

        public void setName​(java.lang.String _name)
        der Name des Protokolls (z.B. Dateiname).

        Parameters:
        _name - der neue Wert von Name.
      • getAnzahl

        public AttZahl getAnzahl()
        die Anzahl der Protokolldateien (z.B. bei Verwendung von Logging), wird nicht von allen Typen berücksichtigt.

        Returns:
        der Wert von Anzahl.
      • setAnzahl

        public void setAnzahl​(AttZahl _anzahl)
        die Anzahl der Protokolldateien (z.B. bei Verwendung von Logging), wird nicht von allen Typen berücksichtigt.

        Parameters:
        _anzahl - der neue Wert von Anzahl.
      • getMaxGroesse

        public AttZahl getMaxGroesse()
        die maximale Größe der Protokollausgabe (wird nicht von allen Typen berücksichtigt).

        Returns:
        der Wert von MaxGroesse.
      • setMaxGroesse

        public void setMaxGroesse​(AttZahl _maxGroesse)
        die maximale Größe der Protokollausgabe (wird nicht von allen Typen berücksichtigt).

        Parameters:
        _maxGroesse - der neue Wert von MaxGroesse.
      • 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 AtlUdaProtokoll 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