Class AtlRdsLocationTabelleInfo

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

    public class AtlRdsLocationTabelleInfo
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Informationen zur benutzten Location-Tabelle.

    • Constructor Detail

      • AtlRdsLocationTabelleInfo

        public AtlRdsLocationTabelleInfo()
    • Method Detail

      • getLocationTabelle

        public AttRdsLocationTabelle getLocationTabelle()
        RDS Location-Tabelle.

        spezifiziert die zugrundeliegende Location-Tabelle.

        Returns:
        der Wert von LocationTabelle.
      • setLocationTabelle

        public void setLocationTabelle​(AttRdsLocationTabelle _locationTabelle)
        RDS Location-Tabelle.

        spezifiziert die zugrundeliegende Location-Tabelle.

        Parameters:
        _locationTabelle - der neue Wert von LocationTabelle.
      • getLocationTabelleVersion

        public java.lang.String getLocationTabelleVersion()
        Version der Location-Tabelle.

        TIC Info XML Element: LocationTableVersion.

        Returns:
        der Wert von LocationTabelleVersion.
      • setLocationTabelleVersion

        public void setLocationTabelleVersion​(java.lang.String _locationTabelleVersion)
        Version der Location-Tabelle.

        TIC Info XML Element: LocationTableVersion.

        Parameters:
        _locationTabelleVersion - der neue Wert von LocationTabelleVersion.
      • getLocationTabelleTyp

        public AttRdsLocationTabelleTyp getLocationTabelleTyp()
        Typ der Location-Tabelle.

        TIC Info XML Element: LocationTableType.

        Returns:
        der Wert von LocationTabelleTyp.
      • setLocationTabelleTyp

        public void setLocationTabelleTyp​(AttRdsLocationTabelleTyp _locationTabelleTyp)
        Typ der Location-Tabelle.

        TIC Info XML Element: LocationTableType.

        Parameters:
        _locationTabelleTyp - der neue Wert von LocationTabelleTyp.
      • getLocationTabelleName

        public java.lang.String getLocationTabelleName()
        Name der Locationtabelle.

        TIC Info XML Element: LocationTableName.

        Returns:
        der Wert von LocationTabelleName.
      • setLocationTabelleName

        public void setLocationTabelleName​(java.lang.String _locationTabelleName)
        Name der Locationtabelle.

        TIC Info XML Element: LocationTableName.

        Parameters:
        _locationTabelleName - der neue Wert von LocationTabelleName.
      • 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 AtlRdsLocationTabelleInfo 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