Class AtlTic3Reiseziel

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

    public class AtlTic3Reiseziel
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3 DestinationType.

    • 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)  
      AtlTic3Reiseziel clone()  
      de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3HimmelsRichtung> getHimmelsrichtung()
      Name.
      java.lang.String getName()
      Name.
      void setName​(java.lang.String _name)
      Name.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlTic3Reiseziel

        public AtlTic3Reiseziel()
    • Method Detail

      • getName

        public java.lang.String getName()
        Name.

        TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.

        Returns:
        der Wert von Name.
      • setName

        public void setName​(java.lang.String _name)
        Name.

        TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.

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

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3HimmelsRichtung> getHimmelsrichtung()
        Name.

        TIC3 Info XML Element: CompassDirection (CPS), The name corresponding to a compass direction such as "North", "South", "East", or "West".

        Returns:
        der Wert von Himmelsrichtung.
      • 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 AtlTic3Reiseziel 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