Class AtlRdsLocationTabelleInfo
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.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 Summary
Constructors Constructor Description AtlRdsLocationTabelleInfo()
-
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)
AtlRdsLocationTabelleInfo
clone()
AttRdsLocationTabelle
getLocationTabelle()
RDS Location-Tabelle.java.lang.String
getLocationTabelleName()
Name der Locationtabelle.AttRdsLocationTabelleTyp
getLocationTabelleTyp()
Typ der Location-Tabelle.java.lang.String
getLocationTabelleVersion()
Version der Location-Tabelle.void
setLocationTabelle(AttRdsLocationTabelle _locationTabelle)
RDS Location-Tabelle.void
setLocationTabelleName(java.lang.String _locationTabelleName)
Name der Locationtabelle.void
setLocationTabelleTyp(AttRdsLocationTabelleTyp _locationTabelleTyp)
Typ der Location-Tabelle.void
setLocationTabelleVersion(java.lang.String _locationTabelleVersion)
Version der Location-Tabelle.java.lang.String
toString()
-
-
-
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 interfacede.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 interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlRdsLocationTabelleInfo clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-