Class AtlTic3Description

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

    public class AtlTic3Description
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Beschreibung des Ereignisses.

    • 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)  
      AtlTic3Description clone()  
      java.lang.String getKultur()
      Kultur.
      java.lang.String getText()
      Ereignistext.
      void setKultur​(java.lang.String _kultur)
      Kultur.
      void setText​(java.lang.String _text)
      Ereignistext.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlTic3Description

        public AtlTic3Description()
    • Method Detail

      • getKultur

        public java.lang.String getKultur()
        Kultur.

        TIC Info XML Element: Culture (CUL), The culture as defined by Microsoft .NET. The culture is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.

        Returns:
        der Wert von Kultur.
      • setKultur

        public void setKultur​(java.lang.String _kultur)
        Kultur.

        TIC Info XML Element: Culture (CUL), The culture as defined by Microsoft .NET. The culture is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.

        Parameters:
        _kultur - der neue Wert von Kultur.
      • getText

        public java.lang.String getText()
        Ereignistext.

        TIC Info XML Element: Text (TEX), The culture-dependent text.

        Returns:
        der Wert von Text.
      • setText

        public void setText​(java.lang.String _text)
        Ereignistext.

        TIC Info XML Element: Text (TEX), The culture-dependent text.

        Parameters:
        _text - der neue Wert von Text.
      • 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 AtlTic3Description 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